Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Start Up Screens
Message
From
07/09/2000 05:26:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/09/2000 05:16:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00413356
Message ID:
00413358
Views:
21
>Is it possible within an app to :
>
>1. Hide the File Edit View etc at the top of each screen and
>2. When the app is minimised, have the name of the app on the icon on the windows toolbar rather than Microsoft Visual Foxpro
>
>Many thanks!


1) You could use your own menus.
Set sysmenu off
Use SDI windows and not show main FP window at all (Showwindow = AsToplLevel, 'screen = OFF' in config.fpw or _screen.visible = .f. etc)
2) You can directly do that even with main foxpro window :
_screen.Caption = 'myCaption'
_screen.icon = 'myIcon.ico'
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
Next
Reply
Map
View

Click here to load this message in the networking platform