Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Standard Toolbar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00530554
Message ID:
00530555
Vues:
21
>I posted a message a little bit ago about the Visual Maxframe Development Toolbar....I was mistaken it is the Visual Foxpro STANDARD Toolbar. What do I have to do to suppress this from showing up on a new install? I have never seen this pop up on previous new installs
>
>Thank you,
>Paul Acton

Add following code to your main program
lcStandardToolbar = "Standard"

IF WEXIST(lcStandardToolbar) AND ;
           WVISIBLE(lcStandardToolbar) 
      HIDE WINDOW (lcStandardToolbar)
ENDIF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform