View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] awaters@linnhoffmarch.com[_2_] is offline
external usenet poster
 
Posts: 9
Default VB Forms and Userforms

DLL forms should always appear on top, without using SetWindowPos,
because they have to be modal.
However, we find that when you are running a DLL in the VB IDE the
problem you mention does occur.
I this is what you are doing, then try running the compiled DLL to see
what happens.
Withe regards to debugging the DLL, it is a constant pain in Excel!