Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Main visual Foxpro Window
Message
From
08/01/1997 21:34:39
 
 
To
08/01/1997 19:13:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00016774
Message ID:
00016847
Views:
31
>>Actually, I have _screen.visible=.f., the form i'm referring to is a top level form - kind of an app launcher (there are several seperate sections of my application) The taskbar button doesn't even have the fox icon in it - its completely blank...have you heard of any win32 API calls I could make with the hwnd to suppress this? or anything?
>
>I've heard about that at DevCon. I don't think there is anything to do to avoid this empty task bar while the top level is loading.

after digging a little bit more in the developper guide, I found the solution on how to get rid of the main visual foxpro window, here is a brief description of what has to be done:

in the main.prg ( used to start the application ), I redefine some of the _SCREEN object porperties, like size and caption just before the 'DO FORM... statement

in the load event of the called form,
'application.visible = .f.' has to be added

the 'showwindow' property of the form has to be defined has top_level (2)

before returning back to the main.prg, you have to make sure the following statement is read:

'application.visible =.t.'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform