Re: [GD-Windows] CreateDialog failure
Brought to you by:
vexxed72
From: Pierre T. <p.t...@wa...> - 2002-08-24 15:30:53
|
> Are you really passing NULL as the DLGPROC, Yes. > or was that an > oversight typing the email? I didn't think that was an > optional parameter. Doesn't seem to make any difference. But it must be optional, I've already successfully created dialogs that way in other apps. > I got bitten at some point by having some common controls > in a dialog, but forgetting to use InitCommonControls() or > ...ControlsEx() which caused me no end of stress for being > something so blindingly simple %) I'm not using common controls, this is just the default created dialog with OK / Cancel right now. Hmmm. Pierre |