Frank Richter wrote:
>@@ -184,6 +186,7 @@
> HFONT hFont; /* handle to the rebar's font */
> SIZE imageSize; /* image size (image list) */
> DWORD dwStyle; /* window style */
>+ DWORD orgStyle; /* original style (dwStyle may change) */
> SIZE calcSize; /* calculated rebar size */
> SIZE oldSize; /* previous calculated rebar size */
> BOOL bUnicode; /* TRUE if this window is W type */
>@@ -322,6 +325,7 @@
>
You have added this field, but don't use it apart from in a commented
out line.
--
Rob Shearman