Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding all windows
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00169817
Message ID:
00169822
Views:
21
>Hi,
> quick question regarding hiding windows. I'd like to use the freeware TrayICO control to create an icon in the Windows95 system tray. The only limitation to this product is that it must be placed on a form - however I don't want any forms to be visible when the application is launched (a double click on the system tray icon would bring up the appropriate form). How can I hide all the forms in an application? I've used SCREEN = OFF in the application's config file, but a simple THIS.visible = .F. in the init method of the form doesn't do anything. Any help would be great. Thanks!

FOR EACH oForm IN _SCREEN.Forms
oForm.Visible=.F.
ENDFOR
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform