Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide system toolbar and menu

Status
Not open for further replies.

Jstar

Programmer
Feb 24, 2000
1
US
I wish to hide the Visual Foxpro 6 toolbar and system menu while my program is running, and then show them again when the program terminates while in the Foxpro environment. Ideally, some code in my main.prg would be the place. How can I accomplish this.
 
Hide window standard&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;will hide the toolbar<br><br>You can give the title bar your own name with....<br><br>_screen.caption = 'you apps name'<br><br><br>to reset<br><br>show window standard<br><br>_screen.caption = 'Microsoft Visual Foxpro'<br><br>Hope that helps<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top