O.P. RE: Using DialogBox function
hmmm, something that i don't understand... i need to modify the APIEntry to
BOOL APIENTRY DllMain( HINSTANCE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved)
{
hInst = hModule;
return TRUE;
}
and replace the original apientry? i didn't understand that
|