| Thread | Last Post | Replies |
|
| Trivial program, SILLY BUG! | 15 Jul 2003 18:30 GMT | 3 |
Can anyone confirm this VC++ bug in VS 2003? I got an answer of 9 instead of 10. The program will give wrong answer for ftemp=0.01,0.02,0.03,0.04. I wonder how many other such nasty bugs exist in VS 2003? Thanks!
|
| Trouble using collections in VB6 | 15 Jul 2003 16:06 GMT | 1 |
I have been using VB6 for years now, and have always been somewhat mystified by collections. The way they are documented, you would think the following code would work, but it never has for me: Private X As New Collection
|
| Can't add or remove toolbox items | 15 Jul 2003 15:54 GMT | 2 |
Perhaps this is just my machine, however it has become very frustrating. Whenever I try to add or remove toolbox items in VS.NET 2003 the hard disk thrashes continuously for several minutes, the IDE is completely hung and control never returns. The only thing to do is Task ...
|
| Select Case blocks | 15 Jul 2003 14:06 GMT | 1 |
Hi, I'm trying to do a project in VB.net but I'm having trouble understanding the select case blocks. In my Vb code it underlines the neg, <=, alp, and >=. Here are the errors I'm receiving:
|
| IIS & Visual Studio .Net | 15 Jul 2003 11:49 GMT | 1 |
When I try to install Visual Studio .Net it wants to install IIS locally. Is there any way to avoid this and tell it I want to use my internal test server instead? I want to avoid installing IIS on my desktop if possible.
|
| EMAIL using SMTP | 15 Jul 2003 00:56 GMT | 1 |
I hope i am in correct forum. I need help to create Outlook object in my asp page (asp.net and i am using vb language). or right now i am using SMTP maile to send a mail. I have some file more than 3 MB (it give page cann't
|
| Working With Blank Solutions | 14 Jul 2003 19:47 GMT | 5 |
The MSDN document "Adding and Removing Solution Items" indicates that physical folders can be added to the solution item folder. I would like to take advantage of this feature in VS.NET 2002 but I can not find a way to add a folder to the solution items folder. I expected to see ...
|
| Help broken in Visual Studio V6.0 SP5 | 14 Jul 2003 19:27 GMT | 1 |
Does anyone remember the fix to online help for Visual Studio 6.0. When I try to use it it sends Visual studio into lala land. Seems to me it had something to do with paths or registry? Thanks,
|
| html auto formatting - MUST TURN IT OFF! | 14 Jul 2003 17:53 GMT | 2 |
I have GOT to find the setting to keep visual studio .net 2003 from ever touching my html code! I've gone to Tools>options>TextEditor>HTML/XML and turned off most every auto option. Even still, when I build my project
|
| Your Favorite Shortcut Keys? And why... | 14 Jul 2003 17:00 GMT | 6 |
F1 - it's the only one I can remember ;-) What is the shortcut to match braces in C#
 Signature <%= Clinton Gallagher
|
| Arch or Dev | 14 Jul 2003 16:23 GMT | 1 |
What are the differences between VS.NET 2003 Enterprise Architect and the Developer Editions? Does Architect include all the Developer has? I'm not real clear on this, obviouly. Does either one, or both, include Visio?
|
| datagrid columns | 14 Jul 2003 16:22 GMT | 1 |
Can any one please tell me how to set the width of my datagrid coloums after I have put them into edit mode? At the moment I bind the datagrid to a returning dataset; DataGrid1.DataSource = f.GetData("storedprocedure")
|
| Help reg. "Help->Check for Updates" | 14 Jul 2003 14:46 GMT | 1 |
Does anyone know if the "Help->Check for updates" in VS .NET Enterprise Architect or VS .NET 2003 Enterprise Architect works ?? For that matter, none of online links in Start Page also say "This feature requires that you have connected to the internet
|
| Could not load type/Base type does not exist in source file woes | 13 Jul 2003 19:21 GMT | 1 |
I upgraded to VS.NET 2003 and now am having a serious issue. Somehow, the upgrade managed to break various ASP.NET web applications. I am in the process of fixing that, and have gotten one of them back to something like it should be.
|
| Why is radio button not supported in VS 2003's class wizard? | 13 Jul 2003 17:22 GMT | 3 |
When one try to add variable for radio button control from within Dialog box editor, the wizard does not seem to be able to handle radio button. Is this a bug or by feature? The add variable wizard seems to handle all other types of control. Thanks!
|