| Thread | Last Post | Replies |
|
| How do I add a Static ".LIB" library to my Win32 project in Visual C++ Net ??? | 12 Oct 2004 07:44 GMT | 1 |
I am using Visual Studio 2003 NET architech edition on WinXP Pro I have created a Win32 project in Visual C++ Net I would like to link this project to a static library How do I add a Static ".LIB" library to my Win32 project in Visual C++ Net
|
| Performing Post-Build Event Error | 11 Oct 2004 21:04 GMT | 1 |
Here is the current error that im getting when building my solution. The only thing i can think of is that i needed to install visual studio 6 after visual studio .net was already installed to print out some forms that were created in vs6 causing this issue to occur. I
|
| asp.net | 11 Oct 2004 19:35 GMT | 1 |
i have installed the microsoft .net , and when i try to open new project of asp.net it give me this message: visual stadio.net has detected that the specified web server not running asp.net version 1.1 you will be unable to rum asp.net
|
| Building .NET C++ project via command line failure | 11 Oct 2004 11:34 GMT | 1 |
Good day, I have a solution that consists of 2 projects. One is a managed C++ class library and the second is a c# class library. The managed C++ project creates an object that is defined in the c# class library. Sounds simple.
|
| Add control to server table | 11 Oct 2004 04:57 GMT | 1 |
How can I add a control to a server TABLE CELL at design time? Thanks Tony
|
| VS.NET 2002 & .NET Framework 1.1 | 10 Oct 2004 15:39 GMT | 1 |
I have Visual Studio .NET 2002 Academic Version. I have installed the .NET Framework 1.1, but can only access .NET Framework 1.0 from VS. For example, in C# I have no Application.EnableVisualStyles() method. Do I have to upgrade to VS.NET 2003 to access the 1.1 Framework, or is ...
|
| Order of window tabs in VS7.1 | 09 Oct 2004 20:41 GMT | 1 |
Is there a setting I can tweak such that the window tabs are ordered with the most recently activated is to the left
|
| Nag screen in Crystal Reports and Obfuscator | 09 Oct 2004 20:38 GMT | 3 |
I did not use before Crystal reports or "Dotfuscator community edition". Today I tried them both, and they both show the nag sccreen. I click "register later", then it shows again when I re-edit the report. Visual Studio costs hundreds of dollars; these two are features advertised
|
| Console App Cleanup | 08 Oct 2004 19:02 GMT | 2 |
I have a console app (VC++, unmanaged code). I have cleanup code at the end of main, but if I click on the Window's exit box, then my cleanup code is by-passed. How can I guarantee that my cleanup code executes?
|
| Unable to open Web project in VS 2003 | 08 Oct 2004 18:07 GMT | 1 |
My machine have VS 2002 and VS 2003 I copy DotNetNuke project from one machine to another machine with same folder and same virtual directory name. However, I constantly get the following erro
|
| Business object design help... | 08 Oct 2004 12:40 GMT | 1 |
I'll try to spell out my problem as succinctly as possible... My database has a User table, an Organisation table, a Department table and a JobType table (amongst others) The Organisation table has a one to many relationship with the other
|
| visual studio 6.0 cd's | 08 Oct 2004 09:12 GMT | 2 |
A person named Gary Morris was a big help to me in Jan. of this year. I can't seem to email him using "gmorris61@carolina.rr.com" I need to borrow his cd's as I did before. Thanks, John
|
| Please help | 07 Oct 2004 21:01 GMT | 1 |
I posted this but did not get any response so I am reposting: I have a option button and based on the selection, different things may be shown, such as a textbox. I am doing this on the client side because of performance issues. When I show the textbox through scripting, how do ...
|
| Class Library in Unmanaged Code | 07 Oct 2004 20:52 GMT | 2 |
This may be very obvious to most of you, but is it possible to interface a C# program to an unmanaged C++ class library? This library is implemented as an MFC dll. I'd like to instantiate one of more objects of one or
|
| Windows Type Confusion | 07 Oct 2004 20:40 GMT | 1 |
I'm trying to use a header file in a C++ console application, but am getting an error. The header file uses some fundamental Windows types like HANDLE. If I try to include <Windows.h>, I get:
|