
Things that won't work:


1. Appbars when DM is used as a shell under Win98, the taskbar code breaks from win95 to win98.
 This means you can't drag DM from right to left and back.  I need docs on how the Win98 taskbar
 works. Taskbar autodetects OS versions so you don't have to worry about it.

2. Using colours per desktop under win95 seems to have a resource leak, it's a system problem. 
Works fine under win98/winnt. If you do use it under win95, set ram manager to flush periodically.



Things that don't work but might in the future:


1. Dragging data onto executables or folders, not implemented. Not a big deal, I'll get to it.

2. Moving icons to precise positions, not implemented. No standard way of doing this, no biggy
 to do my own code.

3. OLE Cut and Paste, no freaking idea what MS wants here, it's simple with "Data", but
 not files.  I can cut and paste using OleSetClipboard, but I have no control over whether
it's a move or a copy, and explorer goes inconsistant on me either way.  I have the code disabled
for that reason.

 