Hi,I have a few __hook calls to handle COM events in an event_receiver.However, the call to __hook t...
By hantheman
I'm re-writing on an Outlook add-in using Visual Studio .Net 2003, VC++ andATL. I wanted to use the ...
By timpulley
i made one com component in which i used enumerations.but when i try toaccess it by creating it's va...
By rinku
Hi,I have c++ class library in which I use fopen/fclose from <stdio.h>.Compilation is OK, but the...
By pavel
Hello,I have an unmanaged C++ API that uses virtual functions, like this:class A{public:virtual void...
By gerhardprilmeier, 6 Comments
I have included a text file as a resource file in my VS 2003 c++project.Hexedit of my .exe files sho...
By lavu, 2 Comments
Wich way I can to write a content of a string from CString-type object to a previsioly opened file?...
By igornatachanny, 1 Comments
I am trying to override WndProc like I would in this VB.NET sub. How do I doit?<System.Security.P...
By newbiecoder, 3 Comments
Hi all, quick question. Is there a Windows function I can call to compare asingle string like "HELLO...
By mikec, 5 Comments