Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Rebar Control
#6
Please excuse me for not explaining better!

The snippet of code I have is here

// Create the rebar.
HWND hwndRebar = CreateWindowEx(WS_EX_TOOLWINDOW,

I got this from MSDN.

Now let’s say that I wanted to change some styles in Dialog rebar toolbars.qml to

RBS_BANDBORDERS|RBS_VARHEIGHT|CCS_TOP|WS_CHILD|WS_CLIPCHILDREN|WS_CLIPSIBLINGS|WS_OVERLAPPED|WS_VISIBLE

And

WS_EX_LEFT|WS_EX_LTRREADING|WS_EX_RIGHTSCROLLBAR

Without understanding where QM puts styles and ExStyls in Dialog rebar toolbars.qml all I can do is trial and error.

Now all of styles and ExStyls are just examples but the important part is to understand where to put them in Dialog rebar toolbars.qml and I just do not know where to put them.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)