Any ideas what would cause this behavior on start up? The dialog never shows and the program exits without doing anything. The dialog was created in PBForms 1.51 and the app compiles without errors in PBWin 8.04. It's suppose to be a top level app.
The dialog is MODAL, called with %HWND_DESKTOP. The behavior is the same whether I use PBMAIN or WINMAIN. It is also the same whether the dialog is MODAL or MODELESS with a message pump.
This is the TRACE file.
This is the PROFILE file (minus the CONTROL info -- all zeros).
Thanks in advance.
Stan
The dialog is MODAL, called with %HWND_DESKTOP. The behavior is the same whether I use PBMAIN or WINMAIN. It is also the same whether the dialog is MODAL or MODELESS with a message pump.
This is the TRACE file.
Code:
Trace Begins... SHOWCODWINDOW(1) SHOWCODWINDOWPROC() SHOWCODWINDOWPROC Exit SHOWCODWINDOWPROC() SHOWCODWINDOWPROC Exit SHOWCODWINDOW Exit WINMAIN Exit
Code:
SHOWCODWINDOW, 1, 1250 SHOWCODWINDOWPROC, 2, 484 ... ... ... WINMAIN, 1, 0
Stan
Comment