| Thread | Last Post | Replies |
|
| How to mask password textbox in deployment project user dialog | 24 Jun 2004 09:18 GMT | 1 |
Hi - I'm using the deployment project provided in Visual studio .net to create my installer. Everything works fine except when I try to use the "user interface" to add a custom dialog to get the userid and passpord for a product I want to install, the password in the textbox ...
|
| TechEd 2004 Europe - Which speakers/sessions to attend? | 24 Jun 2004 06:41 GMT | 1 |
I'm going to TechEd Europe next week, and would love you advise about the best speackers. Or if you attended TechEd in US, you might want to recommend specific sessions. My experience is that the right speaker can make any subject interesting and
|
| Comparing dates entered from a form | 24 Jun 2004 05:15 GMT | 1 |
In a form a user enteres two dates (from and to) in format dd-mm-yyyy. How do I check if to >= from. All the different attempts end up in "String was not recognized as a valid DateTime" when I try to convert "24-12-2002"
|
| Newbie Q: Opening provided files in Visual Studio >net 2003 | 24 Jun 2004 04:57 GMT | 2 |
Hi , This is definitely a newbie. I've received a web project souce files from a web developer. I'd like to know how I can bring these file into Visual Studio .Net. I do not have source safe installed. I have two files which I beleive are key to opening the project in VS.NET They ...
|
| Lost event handler mappings? | 24 Jun 2004 04:39 GMT | 1 |
I quite often lose all of the event handler mappings in my ASP.NET pages. I'll be working on a some pages and things will be working fine. Then when I go to run or debug an application events stop firing. When I go back to the Visual Studio.NET to figure out what is going on I find ...
|
| Visual Studio MSDN Subscriptions | 23 Jun 2004 23:29 GMT | 2 |
Could you help me please. Currently, I own a copy of Visual C++ 2003. I want to buy Visual Studio 2003 Professional ed. I realize that there is such a thing as an MSDN Professional Subscription.
|
| Where to download VS .Net? | 23 Jun 2004 19:26 GMT | 2 |
Is there a developers version of the VS .Net ide that can be downloaded? Or do you have to buy it? Thank you.
|
| compile C code | 23 Jun 2004 12:29 GMT | 1 |
Can VS6.0 be configured to only compile the plain C code instead of C++? I need to do some low level coding such as operating system programming. Thanx
|
| Using Visio for UML Models in .Net | 23 Jun 2004 05:31 GMT | 1 |
With VS6, there was a Visio add in that allowed reverse engineering of C++ to generate a first cut of a UML model for a project. I would like to do the same thing with my VS.net projects but it doesn't seem possible. Am I wrong?
|
| Enabling line numbers in Visual InterDev 6.0 | 23 Jun 2004 04:14 GMT | 1 |
How do you enable line numbers to show in the source view of Visual InterDev? The were showing when I started, now they don't. Thanks
|
| Including a file to copy to compile directory? | 22 Jun 2004 23:00 GMT | 2 |
I have a couple files in my solution that I would like copied to the compile directory when the solution is built. How do I set it up so that everytime I build the solution these files will automatically be copied into the same directory?
|
| VS.NET Update Problem | 22 Jun 2004 22:33 GMT | 3 |
I own Microsoft VisualStudio.NET Professional 2002, 2003, and VisualJ++ 6.0. Under the "Help" menu, there is a menu item for "Check for Updates" to the software. Its function is to check the Microsoft Website for updates to the VS software. However, under each application/version ...
|
| Adding Projects to solution | 22 Jun 2004 20:58 GMT | 3 |
I am very new to using VS 2003. I have a solution and need to add another project in the solution. I get an error stating I don't have the web service installed on my machine.
|
| VS.NET Update Problem | 22 Jun 2004 20:22 GMT | 1 |
I own Microsoft VisualStudio.NET Professional 2002, 2003, and VisualJ++ 6.0. Under the "Help" menu, there is a menu item for "Check for Updates" to the software. Its function is to check the Microsoft Website for updates to the VS software. However, under each application/version ...
|
| stringbuilder adds exclamation mark? | 22 Jun 2004 17:54 GMT | 3 |
I am using a stringbuilder construction to construct an email body. With several sb.Append("bla bla") statements I build up the mail body However, after approximately 370 characters of text, an exclamation mark and one space ('! ') is added to my plain text Does anyone have the ...
|