DialogBox fails when i call it unless i set the 'no fail create' flag. Are there any common mistakes made that would cause this error? Any help would be greatly appreciated.
Printable View
DialogBox fails when i call it unless i set the 'no fail create' flag. Are there any common mistakes made that would cause this error? Any help would be greatly appreciated.
Some common controls require InitCommonControlsEx to be properly called before they'll initialise properly (call it before DialogBox).