Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,
A trivial question. How can the toolbar be hidden on initialising the SDI app?
:-D
Posted
Updated 15-Jun-10 2:18am
v2

Remove the WS_VISIBLE style constant from the styles passes to the call to Create.
 
Share this answer
 
Set its Visible property to false. You could even do it in the designer so that it is not visible when the application starts.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900