| Thread | Last Post | Replies |
|
| How to construct a surface in Visual Studio with DirectX? | 31 Aug 2004 17:26 GMT | 1 |
Hello. I have installed on my computer Visual Studio 2005 Beta and DirectX 9.0 SDK Update - (Summer 2004). I have developed projects Visual Basic, Visual C# and Visual C++ for construction of 3-Dimensional geometrical bodies, surfaces and lines of a level of these surfaces without ...
|
| How to construct a surface in Visual Studio with DirectX? | 31 Aug 2004 17:25 GMT | 2 |
Hello. I have installed on my computer Visual Studio 2005 Beta and DirectX 9.0 SDK Update - (Summer 2004). I have developed projects Visual Basic, Visual C# and Visual C++ for construction of 3-Dimensional geometrical bodies, surfaces and lines of a level of these surfaces without ...
|
| When pressing F5 after a Build Solution, i have the following dialog... | 31 Aug 2004 16:37 GMT | 1 |
When pressing F5 after a full build without errors(ctrl-shift-B), i have the following dialog that says: These project configuration(s) are out of date: Project1 - Debug Win32
|
| CodeFunction.AddAttribute | 31 Aug 2004 11:14 GMT | 1 |
I'm using the Visual Studio code model in an VS .NET 2003 add-in to adjust attributes on C# methods. Reading things work fine, but when I try to execute the AddAttribute() method on a CodeFunction object, I get a "not implemented exception. I get the same exception when I try to use ...
|
| VStudio.NET Developer or Professional | 30 Aug 2004 20:05 GMT | 1 |
I need VStudio for group of 5 programmers. I have to buy: - 5 licences of VS Developer or
|
| ASP .NET 1.1 (Newbie question) | 30 Aug 2004 20:03 GMT | 1 |
I use VS.NET 2003 (Academic Edition.) when I try to create a new "ASP.NET Wen Application", I get an error message saying the following: "Visual Studio .NET has detected that the specified Web
|
| How to translate the LANGID into strings. | 30 Aug 2004 18:25 GMT | 2 |
Now I'm making a multilanguage version of my software, and I want to translate the LANGID into strings. For example, I got a LANGID of my sysytem, its value is "0x0411", In MSDN, we can know that it means "Japanese" language
|
| How to create a dll and call it (VB .net) | 30 Aug 2004 01:05 GMT | 7 |
(I don't think this falls under the type of dll you have to run regsvr32.exe with, I may be wrong) Below is a very simple application, just to see if I can do this. What I want to do is put the two functions, TimesTwo and TimesThree in one
|
| SRF Files Appear As Text Files In Browsers | 29 Aug 2004 21:03 GMT | 1 |
The operating system is Windows XP Pro. The IIS I am deploying to is running on the same computer as I am using VS .NET 2003 on. In VS .NET 2003 menu I selected: File > New > Project
|
| VB .Net 2003 Standard - unable to get updates or support | 29 Aug 2004 00:03 GMT | 3 |
I just bought a package at Borders today containing a book and VB .Net 2003. It won't get updates from the web but gives the error described in KB 836454 which says to contact Micosoft product support. When I put in the product number it says this isn't eligible for online ...
|
| How to increase the size of all common controls in a dialog | 28 Aug 2004 02:29 GMT | 1 |
I am using Visual C++ 6.0. I designed a dialog-based application, but now I want to double the sizes of both the dialogs and common controls in the dialogs.
|
| way to see datatables in a grid rather than object tree while debugging? | 27 Aug 2004 22:27 GMT | 1 |
Is there a way in visual Studio to see a datatable in a datagrid visually during debugging? Often I'm trying to verify column names and field data but having to sort through the datatable represented in
|
| Is it possible to install VS 6 on a machine with VS.NET 2003 already installed? | 27 Aug 2004 17:19 GMT | 2 |
Spent some time searching the web for an answer on this but have not managed to come up with anything definitive. I have a machine with Visual Studio .NET 2003 already installed, however I am working with a client who have a Visual C++ 6 project that I need to make some changes
|
| Can't repair/reinstall/uninstall VS.NET 2002 professional | 27 Aug 2004 13:08 GMT | 1 |
I installed VS.NET 2002 professional first, later I installed VS.NET 2003 professional on the same machine because I thought it could upgrade the 2002 version to 2003 version. But in fact it installed 2 versions separetely on the same machine instead of upgrading the old version ...
|
| Unexpected error | 27 Aug 2004 06:48 GMT | 2 |
I am having a hard time trying to find the source of an unusual problem. What I am attempting to do is add a control to a panel, eg.
> pnlDetail.Controls.Clear(); > pnlDetail.Controls.Add(newControl); |