Merge anchor window

K

Kim N

Hi, i'm trying to find the code that will merge 2 anchors window. Here is
how i'm creating my anchor window :

ThrowHR(oWindows.Add(
VVariant(_T(get_window_title ())),
VVariant((long) (visWSAnchorMerged | visWSAnchorLeft /*|
visWSAnchorAutoHide*/)),
VVariant((long) visAnchorBarAddon),
VVariant((long) NULL),
VVariant((long) NULL),
VVariant(225L), // Arbitrary width and height
VVariant((long) NULL),
VVariant(VVariant(_T ("00000000-0000-0000-0000-000000001234"))),
VVariant(_T ("TEST")),
VVariant((long) 2),
m_oWindow)); // Open a new window

I really don't understand how to use the property MergeID.

thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top