I would like to create a dialog that would be transparent except for the controls, frame and caption bar and act as a child of the parent dialog. When I set up a dialog background bitmap one time I got nothing but the desktop inside the frame of the dialog until I corrected an error but can't seem to find an example of one that was done on purpose and yet had controls (textboxes).
Another use would be as a help screen that could be called and overlay a real screen with more help than is usual in a tool tip. I could show several help boxes in context pointing to several fields at the same time. The help could even be a scrollable region this way or a treeview with related topics this way. Right now we are popping up pdf's based on the field the user is in or for the entire program from a menu item.
Bob Mechler
Another use would be as a help screen that could be called and overlay a real screen with more help than is usual in a tool tip. I could show several help boxes in context pointing to several fields at the same time. The help could even be a scrollable region this way or a treeview with related topics this way. Right now we are popping up pdf's based on the field the user is in or for the entire program from a menu item.
Bob Mechler
Comment