| Thread | Last Post | Replies |
|
| Dis-able autoplay on CD drive in Win XP using vb.net code | 19 Jul 2004 09:46 GMT | 1 |
I have a project which requires my user to view files on a network drive or from an archive written to a CD. In windows XP when the CD is inserted the Windows Explorer is activated because "autoplay" is switched on. I am not suggesting interferring with the general settings on a ...
|
| Delete member variables in Visual C++ .Net | 17 Jul 2004 22:32 GMT | 1 |
How do I delete dialog boxes member variables? I cannot find documentation. Thanks Norma
|
| Large double causes Form designer load problem | 17 Jul 2004 07:11 GMT | 3 |
If I create a control and give a property of type double, then add my control to a Form, the Form designer will encounter a load error when the value of my component's double property is set to a large value that appears in code using scientific notation. Specifically, the following ...
|
| What keystroke is Edit.GoToOutputWindowNextLocation in VS7? | 16 Jul 2004 20:28 GMT | 3 |
Newsgroupies: Being an old-timer, I switched my VS7 to emulate the VS6 keyboard - as far as it can. Now I need to document the VS7 default.
|
| Problems when ASP.NET project folder is not in Inetpub\wwwroot | 16 Jul 2004 10:45 GMT | 4 |
My ASP.NET project folder path is c:\Projects\FinWeb. I set up FinWeb virtual folder in IIS and pointed it to that path. I can access the web site via http://localhost/FinWeb.
|
| How do I do office developement using vsnet 2003 | 16 Jul 2004 10:28 GMT | 1 |
I have installed VS 2003. I am unable to find a NEW->PROJECT template for office development. I looked at the setup again but could not find any specific components that will install tools for office development. Are office development tools available for free?
|
| VS.NET 2003 locks up computer | 15 Jul 2004 20:29 GMT | 1 |
Man, I really hope someone can help me out here. I've been using VS.NET on this machine (running Win2K Server) for a long time (over a year). Suddenly it's locking up. I can start VS.NET and it comes up just fine. When I try to load a project
|
| How to force the build of a project | 15 Jul 2004 20:23 GMT | 1 |
I have a VS Solution that contains several projects. One of the project needs to be build at every build of the solution, even if there is no change in it. Is there a way to do that, excluding the rebuild all stuff ?
|
| Automatic Formating Difficulties... | 15 Jul 2004 20:05 GMT | 1 |
After I do my first edit on a file, all the automatic formating and color schemes disappear. It doesn't matter which file in my solution is edited. The color schemes appear to be in place for files that haven't been edited but as soon as they are changed I loose automatic formating ...
|
| CRYSTAL REPORTS | 15 Jul 2004 14:17 GMT | 1 |
i have developed a vb.net widows application that uses Crystal reports 9 i have entered in the licences key and the reports run fine from the development machine however when i deploy the application to a windows XP ar Windows 2000 Machine the crystal report viewer comes up blank ...
|
| Share IDE settings between users | 15 Jul 2004 08:54 GMT | 1 |
If I create my "standard" of the options in the VS.NET 2003 IDE are these stored in a file or the registry? Basically we want to set some of the options in Tools|Options and Tools|External Tools. Then share this config file between users and also just re-apply it when we rebuild ...
|
| dll problems in an ASP.NET application | 14 Jul 2004 23:27 GMT | 1 |
When I do a build locally of my asp.net application using Ctrl-Shift-B from Visual Studio.Net, the dll gets created in the C:\Documents and Settings\Craig\VSWebCache\CRAIGSXP\CasketSource\bin folder and NOT in the C:\Inetpub\wwwroot\CasketSource\bin folder
|
| How can I possible access the vss database if I don't know the password of Admin | 14 Jul 2004 21:44 GMT | 2 |
We have a old vss DB, nobody remerber the password of Administrator. Is there possible that we still can access it? Thanks,
|
| Min Pool Size | 14 Jul 2004 15:28 GMT | 2 |
Hello Experts, I make a connection with .Net Sqlclient Data Provider to my server and I adjust the min pool size = 0, but when I check the sysprocesses I see that 2 connections have been
|
| call stack | 14 Jul 2004 11:23 GMT | 1 |
Hi all and thanks in advance for your input, Is there a way that I can show all the methods and all the classes called during my application run? I see the call stack, but somehow the callstack does not seem to be complete. i am missing some method calls on the list of
|