Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / July 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Using a CString-derived class from a DLL file (LNK2019 &Q309801)04 Jul 2006 18:17 GMT1
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 dotnet04 Jul 2006 17:13 GMT2
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.NET04 Jul 2006 17:00 GMT1
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 API04 Jul 2006 09:44 GMT2
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 GMT2
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 GMT3
I compiled a simple code in c++/cli 2k5
public ref class Class1
{
public : void doit (char * c )
Drag Drop Question04 Jul 2006 05:17 GMT1
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 class03 Jul 2006 21:21 GMT1
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 table03 Jul 2006 15:41 GMT1
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 CLR03 Jul 2006 09:39 GMT13
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 GMT3
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 GMT4
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 GMT3
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
Pages: 1 2 3 4 5 6 7 8 June, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.