| Thread | Last Post | Replies |
|
| The designer could not be shown for this file | 03 Sep 2003 15:56 GMT | 3 |
VS.Net 2003 Win2k Terminal Server SP4 When a create a new ASP.Net web service and try to open the web service code behind class in the designer by
|
| C++ .NET/windows form viewer help | 03 Sep 2003 10:57 GMT | 1 |
Hi, all... I posted this in the Crystal Decisions user forums with no solution, so here goes: I have created a managed c++ dll that contains a crystal reports
|
| BUG: CFrameWnd::OnDDEExecute MFC 7.1 | 03 Sep 2003 02:27 GMT | 4 |
This function is executed when a application file is double-clicked to open in a VC++ application. Specifically, this function is enabled by RegisterShellFileTypes () in the application's
|
| using dynamic arrays in windows 98? | 03 Sep 2003 02:20 GMT | 1 |
I have written a program that uses quite a few different dynamic arrays, such as the CArray class. I've noticed that the compiled code runs quite well on Windows 2K and XP platforms but it's really adding a ridiculous amount of
|
| Documentation | 02 Sep 2003 20:57 GMT | 1 |
This is not exactly a programming question, but I was looking for the documentation for visual C++.net online and was wondering if there was some all powerful pdf i could download that is basically the book that comes with
|
| Why? Why? Why? insufficient template implementation | 02 Sep 2003 20:50 GMT | 7 |
I was just wondering. After all these years of working on Visual C++, why hasn't Microsoft yet seen fit to fully implement the template portion of the C++ standard when so many other vendors, both free and commercial, have, or at
|
| Why Doesn't This Code Work...????????? | 02 Sep 2003 20:13 GMT | 4 |
Ok, I am trying to learn C++ .NET, so I went and bought Visual C++ .NET Step by Step. I started the first project and I have typed in the code EXACTLY like the book tells me to. Then when I build the project, I get these errors:
|
| Making a -lib file from a DLL | 02 Sep 2003 18:07 GMT | 1 |
How can I create a .lib file from a DLL whose project I don´t have? Thanks in advance.
|
| Very bad managed C++ performance | 02 Sep 2003 17:18 GMT | 5 |
I implemented an encryption algorithm using C#, native C++ and managed C++. Then I measured the CPU time used for executing this algorithm in all implementation. The managed version of C++ was the worst ! It is 20 times
|
| How to make a Http request from a .net window form application | 02 Sep 2003 14:30 GMT | 1 |
I have a .net window form application but I have to get data from various web sites. How do I make Http request (preferrably via post method) from a window form to get the data from those web sites?
|
| Screen capture | 01 Sep 2003 16:11 GMT | 3 |
I want to capture the entire screen as a bitmap (so I can stream it as an http GET). But I fail to capture it. I tried some samples I found on the internet, but without success.
|
| Managed templates | 01 Sep 2003 14:36 GMT | 2 |
does anybody knows, when managed templates such template <class T> __gc class G{} are supported? Michael
|
| Could I have some help wiht the DataLink: Brandon Bray | 01 Sep 2003 04:28 GMT | 1 |
Dear Brandon: You sent me some advice before as to how get the DataLink working, but I haven't been able to get your solution to compile: You sent me this:
>Hi Burton, I was able to get the following code to compile: |
| Migration to C++ 7.0 | 01 Sep 2003 02:36 GMT | 1 |
First i need to tell you i am no C-Programer - i can only make some litle C changes to the code to meet our needs. Now i have the folowing problem. Our programm reads a SQL-String from the resources and gives this to the oledbCommand. This is the macro which worked
|
| Sink managed (DataTable) event from unmanaged class? | 01 Sep 2003 02:13 GMT | 1 |
I have an unmanaged class which has a member variable: gcroot<DataTable*> myDataTable; I would like to sink the RowDeleting event in my UNmanaged class. However, I can't declare an event handler in the unmanaged class because the types
|