Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing a Toolbar
Message
De
01/04/2004 06:20:27
 
 
À
30/03/2004 14:47:04
John Tomblin
Service Station Systems, Inc.
San Jose, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00890945
Message ID:
00891414
Vues:
24
Hi John.

I have never created or included any toolbars in any application but, the newest release of my application displays the standard Foxpro toolbar when usere run the exe. There are no toolbar classes in the project. How can I get rid of it?
gaToolbars[1,1]  = "Form Designer"
gaToolbars[2,1]  = "Standard"
gaToolbars[3,1]  = "Layout"
gaToolbars[4,1]  = "Query Designer"
gaToolbars[5,1]  = "View Designer"
gaToolbars[6,1]  = "Color Palette"

gaToolbars[7,1]  = "Form Controls"
gaToolbars[8,1]  = "Database Designer"
gaToolbars[9,1]  = "Report Designer"
gaToolbars[10,1] = "Report Controls"
gaToolbars[11,1] = "Print Preview"

FOR i = 1 TO ALEN( gaToolbars, 1 )
  gaToolbars[i,2] = WVISIBLE( gaToolbars[ i, 1 ] )
  IF gaToolbars[ i, 2 ]
    HIDE WINDOW ( gaToolbars[ i, 1 ] )
  ENDIF
ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform