Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objeto Toolbar en formulario de nivel superior (?)
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00987852
Message ID:
00987943
Views:
50
Hola Ricardo

Usa esta forma:

PUBLIC oBarra
*
SET CLASSLIB TO MiClase ADDITIVE
oBarra=CREATEOBJECT("MiBarra")
WITH oBarra
.SHOWWINDOW=1
.DOCK(0)
.SHOW
ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform