PDA

Click to See Complete Forum and Search --> : Dialog wont show


ChimpFace9000
Feb 2nd, 2001, 04:24 PM
For some reason this always returns null....


invoke CreateDialogParam, addr hAppInstance, IDD_MAIN, NULL, addr MainDialogProc, NULL


The dialog wont show because it returns null, is there something wrong in that line.

parksie
Feb 2nd, 2001, 05:11 PM
You need to pass the value in hAppInstance.

Feb 2nd, 2001, 05:36 PM
Isnt that what im doing?

parksie
Feb 2nd, 2001, 05:43 PM
I dunno....it just looks like you're passing the address. Oh well...I give up then :)