Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full Screen
Message
From
28/06/2001 04:59:12
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/06/2001 04:40:25
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00524520
Message ID:
00524553
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>Hi,
>
>Thanks for your reply!
>
>6) TASKBARMENU CLICK AUTOHIDE CHECKBOX.
>
>Do you mean to set the window's taskbar to autohide by myself? But the program will be used by others and I can't ask them to do so. I have to use my program to hide the taskbar for them, any idea?
>
>jimi
>
>
>
>>JUST REMOVER TO TITLEBAR OF YOUR VISUAL FOXPRO FIRST THROUGH
>>1) _SCREEN.TITLEBAR=0
>>2) CREATE A FORM WITH THE NAME "SANTY" SELECT ITS PROPERTY TO MODAL
>>3) CHANGE FORMS TITLEBAR PROPERTY TO 0-OFF
>>4) IN .INIT MODE OF FORM WRITE THIS... SET SYSM TO
>>5) SET STAT BAR OFF
>>6) TASKBARMENU CLICK AUTOHIDE CHECKBOX.
>>7) ON DESTROY OF YOUR FORM WRITE ..... SET SYSM TO DEFA
>>8) NOW RUN THIS FORM.... AND HAVE FUN.
>>
>>
>>HOPE THIS IS OK ... PLEASE TEST IT...
>>
>>GIVE ME REPLY HOW IT IS WORKING.

Jimi,
You don't need to set it autohide. Read my reply again please :)

Create a top level form windowstate - Maximized
Init:
This.show
read events

Activate :
Do myModal
clear events
this.release

Create a modal form with ShowWindow - In top level and Titlebar - Off.
Do processing in this form. It will cover taskbar with or without autohide set. But as I said earlier this is partial. You can't block Alt+tab, Ctrl+Alt+Del type swiitchings with this. It's rather complex to achieve and I believe not a desired thing in fact.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform