Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp6 showwindow ?
Message
From
28/10/1998 19:36:06
 
 
To
28/10/1998 18:40:39
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00151825
Message ID:
00152046
Views:
22
>I have hidden the main vfp window with a showwindow(handle,0).
>I show the only form when(using timer) time()=(the right time) by thisform.visible=.t. but it's not active.
>tried the showwindow(the handle,1) - not active
>and then with a 5(normal) -not active
> maybe activate window would work but not with the formname I tried.
>Thanks
>Ken Paulson

So, you want to activate form from timer, i.e. within application. It doesn't requre API calls. What you should is to instanciate this form accordingly OO rules:
DO Form1 Name oApp.Myform LINKED
Now you can always call this form from any place in your app:
***Timer.Timer event
oApp.Myform.Show
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform