Could someone please tell me how I can convert an unsigned char * to a System::String type.
I am currently trying
String returnString
unsigned char *keyValue
<do some stuff to popula...
hullo (and thanks in advance for helping me with this),
i'm very new to this so i'm hoping you'll bear with me:
i'm having problems getting a simple code to link.
i've already download...
I have been programming in C++ for years and I have never seen this syntax before. Can someone explain what the carrot (^) symbol that appears after the class name means?
#using <System.dl...
I have a hook for system message hook filter where i get all the menu and dlg events.
LRESULT CALLBACK SysMsgProc( int nCode, WPARAM wParam, LPARAM lParam)
{
if(nCode == MSGF_MENU)
...
Hello Experts,
I have what I believe is a working application; well according to my return codes of zero it is working. Even if I play with the inputs by giving it the wrong client name or ...