Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ToolBox Assistant
Message
From
25/08/1998 09:13:57
Eduardo Porcel
Grupo Ipsofakto, S.A. de C.V.
Mexico City, Mexico
 
 
To
24/08/1998 12:12:09
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00129350
Message ID:
00129650
Views:
22
You can make two tool bars one containing the navigation buttons and one containing the close button. Then you can show and hide any one

ex.

Public oNavTool,oCloseTool
oNavTool=CREATEOBJECT("Navig")
oNavTool.show
oCoseTool=CREATEOBJECT("Close")
oClose.show

To release

RELEASE oClose
Previous
Reply
Map
View

Click here to load this message in the networking platform