View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrea[_9_] Andrea[_9_] is offline
external usenet poster
 
Posts: 8
Default VB Forms and Userforms

Hello,

i have another question for you!

I implement a form in a dll, made with VB6, and i use the DLL in an
excel workbook, now i want to make the dll form the same as a userform,
i try with setwindowpos and setparent but it doesn't work, i have the
dll form always on top (over) any userform i open from excel, or if i
don't set the topmost style i have the dll form always under the
userforms!

Thank for the help!
Andrea