Answer Questions
Abill How i can use the ToolBox
Hello, i want to use the toolbox from the .net framework and i can't find an example how i could use it. how i can build it in my c# form. can someone help me Search web and msdn.microsoft.com for ToolStrip class and ToolStripContainer class. These are found in .NET Framework 2.0. You can do different toolboxes and toolbars using those classes. You just simply drag&drop those controls to your f ...Show All
Chuck Fain Will install trash VS .NET 2002 ?
Like the subject says, will installing this trash my VS .NET 2002 installation I have a lot of work invested in that version and would hate to see it go up in smoke. Joe There should be no interaction between VS2002 and VS2005 (including Express), so you ought to be able to install wsithout any poroblems in your VS2002. That said, if you are particularly worried about this, you may want to install Express ...Show All
drpavan starting an external program in vb2005 express
Hi, I recently donwlaoded an example for vb2003 and an now am trying to use it in vb2005 express. My problem is i can't find anything to start an external application (eg. excel) in debugging mode, as this example requires. I just get an error message 'A Project with an output type of class library connot be started directly.' I also don't have some of the window's shown in the example, is this unique to my express edition The link to my exam ...Show All
Pankaj2joshi Printing Project
I am trying to figure out how to print the code in the entire project, and so far have been unable to find a procedure to do it. Is is possible Thanks for the help Pat Not sure if it's available in the Express Editions, but, all in all the other editions, all you have to do is: File: Print........(and be in the code Editor at the same time) james aka:Trucker ...Show All
bharat.reddy Urgent Help Needed : Cmoiling c# or JAVA class files in VS.net2005 Visual C#
In VS.net 2005 C# the compiler class has been made obsolete. Is there any other class with which i can compile my .cs file. I want to compile .java file through VS.net 2005 visualc# code.. How can I do that... How to execute that Please help me at the earliest. Thanks a lot for replying I used CSharpCodeProvider. And it worked properly for c# code compilation. But It doesn't work JAVA files. I want to call an external compiler of JAVA ...Show All
RAi SWETA Help needed Troubleshooting vwdhosting.net
Hi All, I have been trying to upload to the vwdhosting.net site with no success as of yet. Icontinue to recieve a directory does not exist message. I have noticed that when ever I remove any files from the filemanager that the server issues a new path and password so let me say that this is not the issue. When I use the upload assistant to upload the zip folder it does nothing but refresh the screen and with no results of uploading any files ...Show All
denesh Next page - HasMorePages
Hi, I fill my printdocument with handly positions. Page 1 works correct. But it doesn't go to page 2. Dim intHoogte As Integer = 120 while (blablabla) If intHoogte Mod 73 = 0 Then ev.HasMorePages = True intHoogte = 120 End If intHoogte += 15 End While After this code, the text for page 2 appears on height 120 on page 1. Nobugz, thanks again ;) Hmm, I'll determine it . ...Show All
ATinsley How can I have program "follow" user from workstatation to workstation.
I'm developing an application be used in a networked, multi-workstation, multi-user environment. I'd like a user to be able to move from one computer to another, and have the application resume where (s)he left off.on the other machine. Eg. 1. User at order desk pulls up record for customer ordering a part. 2. User locks the session, and travels several hundred feet to find the part in the warehouse. 3. User finds the nearest a ...Show All
riet about rich text box so i will ask once more! please help!!!!
thanks for any help just want (in Windows ) the person who opens a text file -that it will open with my note pad type program not windows notepad, no answer so i will ask once more! can some one please tell me how to click a text file and get it to open with my vb notepad program i use file open with my program bt when my program opens the rich text box is empty Dim MyFileStream As New FileStre ...Show All
shainer0531 Where is my "ASP.NET Configuration" Menu Item? VWD2005
When I'm connected to a localhost website, I can see Website-->ASP.NET Configuration so that I can work with the forms authentication system. If I connect to a remote site, that menu option simply dissapears. It seems like this is by design, but, I dunno why Thanks Bernie Hi Pete, Quick question..does this that if i want to you this feature i need to develop web sites localy then upload th ...Show All
Rob2001 Error 1406 Installing Web Developer Express
Successfully downloaded all 344 MB of the Visusl Web Developer Epress load (VWD, MSDN documentation, SQL Server Express) Encountered error in doing VWD setup using Windows Installer 3.1 in Win XP SP2 machine. (SQL Server 2005 Developer Edition has been sucessfully installed previously and is currently installed on the machine and the service was running). -------------------Error Message Box-------------------------------------- Title: ...Show All
Jerrycee11 Not able to create or open a project
Hello, I just installed Visual C# Express, but I'm neither able to open nor create a new project. When I try to create a new project, the VC# shows the following error in german language (because the version is running on a german winxp sp2)! 'Die Syntax fur den Dateinamen, Verzeichnisnamen oder die Datentragebezeichnung ist falsch. (Exception from HRESULT: 0x8007007B)' This means something seems to be wrong with the filename, folder or vol ...Show All
iowatvman How to disply linked ( lookup ) tables in datagrid view?
Does any one has an idea, how to disply a data from a parent table and a child table in same row in datagrid view (relation ane-to-many) I would not like to put any additional, calculated fields into parent table and copy data from lookup table. It was simple to do it in MS Access DataSheet view, but it seems imposible in Visual C# datagrid. hi, right click any of your toolbox tabs like general and select ch ...Show All
Charles Salfity Problem entering data
Hi, I have define a database with one table for the moment. I have defined the PK colunm, set the type to int and Identity specification to yes. I have also about 10 rows for data in it. The problem is that when I try to enter data using the "show table data" I don't see any of the feild to enter my data. Here's a picture of it: http://www3.sympatico.ca/turcotte9/photos_mc/TableView.jpg I tried to remove the PK and I still have the same proble ...Show All
brengarne hi, I got a error message.
Error message: Error while trying to run project; Unable to start debugging. The binding handle is invalid. I have already. It seems as if the Visual Studio programming team is swamped with bug fixing according to a couple of articles. I'm not surprised. I'm beginning to think that C# is not ready for primetime. I am going to start looking more at C++. C# itself is ...Show All
