08-20-2008, 08:16 PM
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.
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.