| Thread | Last Post | Replies |
|
| Can VS.NET provide a command-line for compiling outside? | 28 Dec 2005 21:31 GMT | 2 |
In Visual Studio 6 you could open your project's settings, click on the compiler tab and see the exact command line that VS was using to build your project. Does VS 7 and up also provide that?? It appears to me that it doesn't. The proj files are now XML based and the IDE ...
|
| Visual C++: writing in the window pane like where it says Done and Internet at the bottom of your explorer frame | 28 Dec 2005 16:55 GMT | 2 |
I've searched and researched. I don't know what that part of the window is called at the bottom of the frame. I want to be able to write to it. It doesn't seem to be a menu bar. Without the proper jargon, I can't begin to reference it.
|
| VS2005ImageLibrary.zip - Icons | 28 Dec 2005 11:09 GMT | 2 |
I have purchased Visual Studio 2005 Tools for the Microsoft Office System (December 2005). Apparently there's supposed to be a zip file called VS2005ImageLibrary.zip containing updated images, icons etc. in:
|
| DataGrid paging not working in Firefox? | 28 Dec 2005 05:45 GMT | 8 |
Works fine in IE, but the javascript created by VS2003 for paging does not work in Firefox. Any idea how to resolve this? Thanks.
|
| GetLongPathName not found in Kernal32 for Windows NT 4.0 WorkStati | 28 Dec 2005 00:07 GMT | 3 |
A native C++ app built with VS2005 fails to load due to the GetLongPathNameW api not found. The error occurs from the MSVCR80.Dll indicating the api can not be found in the kernal32.dll. The same app runs successfully under XP and Windows 2000 Professional. I noticed the ...
|
| Is it a Bug or am I nuts? | 27 Dec 2005 17:46 GMT | 1 |
I was playing around with ASP.NET 2.0 and created a page using the Northwind database(sql serve 2k) Full of originality so far eh… Any way, I used the Gridview control and checked off the auto generate fields and added three columns.
|
| Can we add more than one resource file to a single project ?? | 27 Dec 2005 10:09 GMT | 1 |
I have currently an application that is having single language..I want to support more than one language so, is it possible that i can add more than one RC file (which will store hte content like string table for different language..) in a visual studio project ??
|
| how to send mail in windows form? | 26 Dec 2005 13:46 GMT | 1 |
Dear sir I can send mail in web form . Because there is system.web.mail namespace, but it is not in windows form project So ,how can I send mail in windows project ? (Do not use IIS smtp )
|
| Is it possible to have Visual Studio Team System working with .NET | 26 Dec 2005 09:56 GMT | 1 |
Is it possible to have Visual Studio Team System working with .NET 1.1 instead of .NET framework 2.0?
 Signature Regards,
|
| Visual Studio 2005 for office tools | 26 Dec 2005 03:16 GMT | 3 |
I recently recieved my new version of Visual Studio 2005 with tools for office. When trying to create a new project of type office, no matter which i try be it excel word etc, i always recieve the following error. "Programmatic access to the Microsoft Office Visual Basic for ...
|
| Internet Explorer error - cannot open the internet site "xxx" oper | 26 Dec 2005 02:22 GMT | 3 |
I have an application built using Visual Studio .Net 2005. I have compiled and installed this on a Windows 2003 Server machine. The clients used internet explorer version 6.0.2800.1106CD SP 1, to view this application. (Windows 2000 Professional SP 4)
|
| Add Existing Folder | 25 Dec 2005 23:31 GMT | 1 |
How do I add an existing folder (with many sub flolders and items) to a project? Using "add an existing item" does not seem to work for folders. Thanks.
|
| Vb.Net | 25 Dec 2005 09:58 GMT | 1 |
I use the data source window to connect to a database. Because the location of the database might vary, I want to change the connectionstring at runtime via my.settings.... but this is an application setting which can't be changed at runtime.
|
| Unmanaged assembly dependencies and ClickOnce-Deployment | 25 Dec 2005 07:00 GMT | 1 |
I'm using a third party assembly that has some unmanaged DLL dependencies (via PInvoke). When trying to deploy my application using ClickOnce, these dependencies remain uncaught, thus the deployment package is incomplete. Is there any way to include these unmanaged DLLs
|
| run multiple commands in cmd window | 24 Dec 2005 17:09 GMT | 1 |
I want to run multiple commands in the command window. They all follow the form: File.AddExistingProject "c:\cbord\LogFile.vcproj" where only the project name changes from command to command.
|