How to close the Desktop-Properties-window
If I start my application within the IDE, I use the fellowing codes to make the IDE disapear:
HIDE MENU _MSYSMENU
PUSH MENU _MSYSMENU
DEACTIVATE WINDOW "Project Manager"
and then, closing the program, I use
POP MENU _MSYSMENU
ACTIVATE MENU _MSYSMENU
ACTIVATE WINDOW "Project Manager"
to make the IDE activ again.
Since I changed from VFP6 to VFP8, the Desktop-Properties-window does not disapear.
Can give me someone a tip?
Thanks in advance
If I start my application within the IDE, I use the fellowing codes to make the IDE disapear:
HIDE MENU _MSYSMENU
PUSH MENU _MSYSMENU
DEACTIVATE WINDOW "Project Manager"
and then, closing the program, I use
POP MENU _MSYSMENU
ACTIVATE MENU _MSYSMENU
ACTIVATE WINDOW "Project Manager"
to make the IDE activ again.
Since I changed from VFP6 to VFP8, the Desktop-Properties-window does not disapear.
Can give me someone a tip?
Thanks in advance