| Thread | Last Post | Replies |
|
| Using a CString-derived class from a DLL file (LNK2019 &Q309801) | 04 Jul 2006 18:17 GMT | 1 |
Hi NG, I've copied this from the article Q309801 (http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B309801). ---- schnipp ---------
|
| Use windows C++ API in dotnet | 04 Jul 2006 17:13 GMT | 2 |
Can someone please tell me how to use C++ API in c# code. Like I have to use the functionality of memcpy in my C# code. I have to copy the bytes of an integer variable to 4 character bytes to convert it to string, if there's any alternative to this in C#, please recommend otherwise ...
|
| Createprocess in VB.NET | 04 Jul 2006 17:00 GMT | 1 |
Please provide sample code for using Createprocess in VB.NET. The code I am using is given below. But I get "Error 91: Object referrence not set to an instance of the object" at CreateProcess calling line. Please provide some input.
|
| problems in sending mouse clicks via SendInput API | 04 Jul 2006 09:44 GMT | 2 |
I am facing problems in sending mouse clicks via SendInput API. Mouse clicks are being sent but at the X,Y co-ordinates. I am mapping my monitor to the (0,0,65535,65535) virtual monitor a needed by the SendInput. But the mouse clicks are always reported a
|
| StdAfx? | 04 Jul 2006 08:03 GMT | 2 |
Do you have any link about StdAfx? Apparently anything which written before #include "StdAfx.h" is ignored!
|
| c++/cli: passing to a function that takes char* | 04 Jul 2006 06:40 GMT | 3 |
I compiled a simple code in c++/cli 2k5 public ref class Class1 { public : void doit (char * c )
|
| Drag Drop Question | 04 Jul 2006 05:17 GMT | 1 |
To allow someone to drop something into a control is simple dragenter put: if (e->Data->GetDataPresent(DataFormats::Text)) e->Effect = DragDropEffects::Copy;
|
| Designer doesn't work after overriding base class | 03 Jul 2006 21:21 GMT | 1 |
I have a class (say O1) that overrides System::Windows::Forms::UserControl and then another one that overrides O1 (call it O2). O2 used to work with the Designer as it was inheriting directly from UserControl (and was created using the wizard) but since
|
| Dynamic table | 03 Jul 2006 15:41 GMT | 1 |
I programming in VS2005 C++ .NET 2.0. I dont' know how to create dynamic table. I think do something like that: int size=0;
|
| How to compile ATL module with CLR | 03 Jul 2006 09:39 GMT | 13 |
I've read the article at http://msdn2.microsoft.com/en-us/library/ms235211.aspx about how to compile MFC/ATL code, but I still have one question unanswered: Should I have the
|
| how make new SDI Window with different view in MFC? | 03 Jul 2006 08:19 GMT | 3 |
I am going to make SDI base application in MFC, which has a button for "New Window", will show new window with different view. How I can solve this problem? Main window view class inherited with CListView, and New Window view class inherited with CFormView.
|
| How to find out a file location? | 02 Jul 2006 21:43 GMT | 4 |
Please, could anybody kindly point me to a possibility to find out the location of a file contained in a VC++ 2005 solution? What I mean is really the location in the file system on the hard drive. In the VC++ 6 it was possible to see this information in the
|
| How Do I Add Overrides to a form? | 01 Jul 2006 18:46 GMT | 3 |
I created a new Windows Forms Application, with a blank form. The first thing I want to do is override OnPaint, and draw a line across the window. I can't for the life of me figure out how I'm supposed to do this with
|