Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Start Up Screens
Message
De
07/09/2000 05:26:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/09/2000 05:16:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00413356
Message ID:
00413358
Vues:
20
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform