DesktopX Pro Question!

I was reading about this desktopX pro thing.Is it possible to create a stand alone .exe dock bar?
What do you think
1,238 views 2 replies
Reply #1 Top
It isn't currently possible to do in 2.0, since objects can't affect the work area or autohide.
DesktopX 2.1 will natively support true appbars just like Windows' taskbar.
It'll be very easy to via scripting like:
Object.AppbarMode = 0 'undocked
Object.AppbarMode = 1 'docked
Object.AppbarMode = 2 'autohide
That'll work for applications generated by DX Pro 2.1 as well.