Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why _screen w/o tittle bar cover taskbar?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01409112
Message ID:
01409122
Views:
79
Thanks Sergey, but I want _screen w/o titlebar and maximized :-)

>Boris,
>Try
>
>_screen.WindowState = 0
>_screen.TitleBar = 1
>
>
>>Try this:
>>
>>_screen.TitleBar = 0
>>SET SYSMENU OFF
>>SET SYSMENU TO
>>_screen.WindowState = 2
>>oTimer = CREATEOBJECT([MyTimer])
>>oTimer.Enabled = .t.
>>READ EVENTS
>>_screen.TitleBar = 1
>>SET SYSMENU TO DEFAULT
>>
>>
>>
>>DEFINE CLASS MyTimer AS Timer
>>  Interval = 3000
>>  Enabled = .f.
>>  
>>  
>>  PROCEDURE Timer
>>      CLEAR EVENTS
>>  ENDPROC
>>ENDDEFINE
>>
>>
>>And you will see that when _screen goes maximised it covers the task bar.
>>Is there a way to make it behave normal :-))).
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform