Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar in screen
Message
 
 
To
26/10/2004 09:59:05
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00954530
Message ID:
00954540
Views:
23
You can create a toolbar control and place your buttons there. Then, what I do, is assign the toolbar class to the application class property. Here is an example of code:
oApp.oTopToolBar = createobject( "my_appl_toolbar" )
oApp.oTopToolBar.Dock(0)
oApp.oTopToolBar.Visible = .T.
oApp.oTopToolBar.show()
HTH.

>Hi to all
>
>I have no experience on using toolbars, I want to insert a toolbar in my program screen, is it possible? Is there available an example?
>
>Yhank you in advance for your help
>
>Regards
>Luigi
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform