| Thread | Last Post | Replies |
|
| Upgrade VB4.0 to VB.net | 18 May 2004 16:16 GMT | 2 |
I am currently using VB 4.0 with WindowsXP Home Edition and would like to continue to use it and also use Visual Basic.net The help file states that "Windows XP Home Edition provides limited functionality. Creating Web applications or XML Web services is not
|
| const keyword on member functions | 18 May 2004 15:44 GMT | 1 |
why am I not allowed to put const keyword on memberfunctions as such: public __gc class C { public: int get() const;
|
| checking if app is running already? | 18 May 2004 15:18 GMT | 3 |
Good morning In vb.net how would one go about checking if the app is already running Need some pointers on this Thank
|
| What Gets Deployed? | 18 May 2004 11:15 GMT | 2 |
I created a VB ASP.NET solution in VSNET 2003. It works fine in the IDE. As per the instructions, I used Project/Copy Project to make a copy of all required files (I used the FrontPage option). I then FTP'd all of those files and directories to a virtual directory on my ISP account. ...
|
| Slider and Trackbar | 18 May 2004 11:08 GMT | 1 |
In my application I am using TackBar, in past there used to be a controll like Slider. Wtih slider you could graphically show that what section of slider you have selected by fill in colors. Example could be that if you have slide the bar from 1- 10 then there will be a color ...
|
| Turn off space/tab indicators | 18 May 2004 09:10 GMT | 2 |
Somehow I turned on display of Tab and Space indicators within the IDE. How do I turn it off?? Thanks
|
| Cannot Create New Database Connection in VB.net | 18 May 2004 08:46 GMT | 2 |
I am new to the database stuff in VB.net but have been having some problems setting up a new database connection on my home computer. This is what is happening, i go to add a new database connection in a new project by going to the data tab and then double clicking on the ...
|
| ADSI + Terminal Services + .Net | 18 May 2004 08:04 GMT | 3 |
How can one set the terminal services profile and home directory path in AD using VB.NET? I can set the usual profile paths, but terminal services properties are not supported with ADSI.
|
| What year was the .NET programming environment released? | 18 May 2004 06:36 GMT | 2 |
I have been going through resumes lately and have noticed many people claiming that they have been developing in the .NET environment for 3+ years. I'm new to the .NET programming environment, but it doesn't seem that it's been around much longer than 3 years. Can someone tell ...
|
| Automatic comment generation | 18 May 2004 03:01 GMT | 1 |
I was wondering if there is any way to adjust the default style of xml comment generation that is provided by .net? For things as small as putting the <summary> tags on one line, etc.
|
| A web service inside a windows service? | 18 May 2004 02:50 GMT | 11 |
Is there a way to have a windows service instantiate a class that is a web service, which will then be accessible to clients via HTTP? Thanks, -Mike
|
| do you know "zizzy" mean? | 18 May 2004 02:35 GMT | 6 |
do you know the word .... "zizzy" ? what is that mean? is it usually use? best regards..
|
| pause in console apps | 18 May 2004 00:22 GMT | 2 |
When you run a console app in VS6 it says "Press any key too continue..." how can i do that in VS.NET2003? thanks
|
| validation question | 17 May 2004 21:41 GMT | 1 |
I have a web page field "comment" that is required only when another field on the page has a value of 1 or 3. I am using VS.NET to develop this. I know how to tackle this in VB but not sure the best way to handle on a web page
|
| VS.Net will not autocomplete | 17 May 2004 21:31 GMT | 1 |
Visual Studio.net is not autofilling the names of object members, etc. I've checked the appropriate box in "Tools/Options/Text Editor" Any suggestions as to why, for instance, "cmdLogin.CommandType = commandType.StoredProcedure" will not fill in
|