| Thread | Last Post | Replies |
|
| Visual Studio 2005 Express... | 07 Jul 2004 19:53 GMT | 6 |
Just wanted to get peoples opinions on the Visual Studio Express editions. As far as I'm aware this is the first time that Microsoft has provided a free development environment for non-commercial use, and is therefore kinda exciting.
|
| Output window update | 07 Jul 2004 19:21 GMT | 1 |
I develop an add-in for Visual Studio .NET 2003 which writes some messages in the output window (output pane) during a treatment. My problem is that the messages are written only when the treatment is finished whereas I would like that they are written during the treatment like ...
|
| IntraNet Feature in vs2005 | 07 Jul 2004 17:42 GMT | 4 |
I read a great article by Steven A. Smith, http://msdn.microsoft.com/msdnmag/issues/04/06/ASPNET20Portals/default.aspx, where he discusses the "intranet/portal" feature, which can be implemented in C# with Visual Studio 2005. Here are my questions: 1. How can I get a hold of a ...
|
| Using LibGW32C in visual C/C++ 6 ? | 07 Jul 2004 17:32 GMT | 1 |
I have some projects in a workspace in Visual C/C++ 6.0. The source code was written on UNIX. The source code almost compiles completely except for the nrand48() routine. I think this routine is missing from Visual C/C++ 6.0... is that correct ?
|
| Changing Application version number | 07 Jul 2004 14:47 GMT | 4 |
I can't believe that a setting in VS can't do this. I just want to change the minor and major version number of my app. Can anyone point me in the right direction? Thanks,
|
| Validating XML by XSD | 07 Jul 2004 13:48 GMT | 1 |
I create a new empty solution, and I add a new file Test.xml in this solution. I fill the file Test.xml with the following content: <?xml version="1.0" encoding="utf-8"?> <a>
|
| Namespaces using the typed dataset generating tool? | 07 Jul 2004 11:19 GMT | 2 |
Is it possible to tell VS's typed dataset generating tool to generate its typed dataset class within a specified namespace? i.e. in Visual Studio, add a new item using the dataset template, leave the "generate dataset" option checked but somehow indicate the namespace hierarchy in ...
|
| Huge memory saving | 07 Jul 2004 04:41 GMT | 5 |
When I build my application in VS.NET 2003, it costs about 150MB memory when it runs. However, when I build it in VS.NET 2005 Express (C#), it only costs about 100MB! Why the difference is so big? Thanks!
|
| Can someone please answer a simple question for me? | 07 Jul 2004 04:02 GMT | 3 |
I purchased Visual Studio .NET Enterprise Architect on ebay a few years back and never took advantage of the upgrade to Visual Studio .NET 2003 offer that Microsoft had for a limited time. Now I find myself needing the new version and I can't find anywhere that says how I can ...
|
| Problem with an ActiveX control | 07 Jul 2004 03:30 GMT | 3 |
I'm developing an application that uses the Apple QuickTime ActiveX control. When I attempt to insert it into my application, I get unusual errors. So, I have attempted to debug this by using it in a variety of applications and development tools. I get error messages that don't ...
|
| Urgent Problem with Debugging | 06 Jul 2004 17:13 GMT | 2 |
I'm having a very frustrating problem with debugging my code at the moment. The problem concerns breakpoint working in some methods, but not others. In an aspx codebehind I have the method page load: private void Page_Load(object sender, System.EventArgs e){
|
| VS2005 - Precompiled option | 06 Jul 2004 16:05 GMT | 1 |
I have an application with- No code behind classes - I converted my .asp to code .aspx file with plain html and with lots of VB code and javascript . Can I create an executable version of your entire Web site that can be deployed without any source code using my .aspx files and ...
|
| .NET custom project - uninstall fails forever | 06 Jul 2004 15:38 GMT | 1 |
I just built my first .NET setup project. I followed a sample demo with a simple .NET custom action project and it did work well. The problem arise after I overrided the Uninstall method. I put there a wrong code that interrupts the uninstall process. I tried to rebuild the
|
| Significance of run-time library choice | 06 Jul 2004 08:11 GMT | 3 |
I feel I have suffered enough frustration with this topic, and it's time to ask for a proper explanation. I have two questions. 1. What exactly are the differences between the run-times listed in "Use run-time library" under Project Settings/C++/Code Generation? The names are
|
| Setting master sound volume | 06 Jul 2004 03:59 GMT | 1 |
how do you change the master sound volume of the system? can waveOutSetVolume be used?
|