Creating my own desktop taskbar. (OpenInsight 32-bit Specific)
At 25 JUL 2003 01:35:30PM Richard Hunt wrote:
I want my application to "NOT" use the "windows" desktop taskbar. I have created my own desktop taskbar. I seem to have it currently working quite fine except for one thing.
To start a window (I mean my desktop taskbar) without having it add a button the the "windows" desktop taskbar, the window's extended style "WS_EX_TOOLWINDOW" must be set before the window creates. So I have to edit the "SYSREPOSWINEXES" table to add that style. I can not use "UTILITY and CREATE" for runtime deployments.
So… Is there another way to do this (setting extended styles)? And well… how come there is no way to "select" extended window styles from within the "form designer"?