Hi :) I have the following problem with this code: DIM MainForm AS QFORM
SUB DummyProc
END SUB
MainForm.Center
MainForm.WndProc=DummyProc
MainForm.SHOWMODAL
I override the default windows handler of my form and so the minimize and maximize win98-taskbar-button works fine but I can't close my program by clicking the close button on the win98-taskbar. (Right mouse click on the minimized form and then left mouse click on the close button in this menu) Would be great if anyone has an idea and maybe anyone also knows how I can put an extra buttons into win98-taskbar-menu of my application.
Ciao Riccardo :) |