Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Main window
Message
De
01/05/1998 11:40:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00096223
Message ID:
00096294
Vues:
20
>>>Hi,
>>>I know that ive been prety anoying with this question but nothing seemd to work. We have VFP 3.0 and want to TOTALLY hide the main foxpro window so all the user sees is our top form. Like when you start Visual Foxpro you dont see any C++ windows come up or anything like that. Please help with some code or instructions.
>>>
>>>Any help would be greatly appreciated
>>>
>>>~Quinn
>>Quinn,
>>AFAIK, there is no way to do it in 3.0 All you could do is to change title, icon etc of main FP window. SDI forms are supported in 5.0.
>>Cetin
>Absolutely correct... the SHOWWINDOW - TOP LEVEL FORM is not available in VFP 3.0
>
>
>Wayne
But there is a way to mimic up to a point :
with _screen
 .caption = ""
 .controlbox = .f.
 .maxbutton = .f.
 .minbutton = .f.
 .closable = .f.
 .movable = .f.
 .borderstyle = 0
endwith
*set sysmenu off && ???
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
Répondre
Fil
Voir

Click here to load this message in the networking platform