For some reason this always returns null....
The dialog wont show because it returns null, is there something wrong in that line.Code:invoke CreateDialogParam, addr hAppInstance, IDD_MAIN, NULL, addr MainDialogProc, NULL
Printable View
For some reason this always returns null....
The dialog wont show because it returns null, is there something wrong in that line.Code:invoke CreateDialogParam, addr hAppInstance, IDD_MAIN, NULL, addr MainDialogProc, NULL
You need to pass the value in hAppInstance.
Isnt that what im doing?
I dunno....it just looks like you're passing the address. Oh well...I give up then :)