Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tollbar question?
Message
From
14/08/1998 12:52:24
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/08/1998 12:46:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00126960
Message ID:
00126961
Views:
21
>Is there a way to use a toolbar with a top level form.
Yes, you code something like this in you form init (or activate) :
IF TYPE("thisform.oToolbar")="O" AND;
	!ISNULL(thisform.oToolbar)
	RETURN
ENDIF
SET CLASSLIB TO imgcontrol ADDITIVE
thisform.oToolbar=create("grmain",THISFORM)
thisform.oToolbar.show
release classlib imgcontrol
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform