Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPX TabMenu Classes Confusion
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
VFPX TabMenu Classes Confusion
Miscellaneous
Thread ID:
01219555
Message ID:
01219555
Views:
73
I have downloaded the VFPX TabMenu classes from www.codeplex.com/vfpx.

I'm looking at the Word doc that came with it, and I'm throughly confused.

Page 6 lists some PEM's to set up, then on the next page it says:

"The code in the Init() of the form exists to hide the normal window title bar and
borders because the tab menu can optionally add its own title bar. It also stores
the Windows Process number for the form which we need for some of the event binding
because in order for the toolbar’s control box to function as expected we need to
bind to windows events as shown here:"
#define WM_ACTIVATEAPP      0x001C

BINDEVENT(goForm.Hwnd, WM_ACTIVATEAPP, goForm.oToolbar.cnttabmenu, "WMEventHandler")
First, the code in the Init doesn't do what this paragraph says. Second, Where does
this code above go??

If anyone has experience with this control, I could use help in setting it
up on the _Screen.

Thanks.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform