View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Moving an ActiveX control

Hello,

I have a userform that contains activex control (from external
vendors) .
The activex has a DragMode property and regular events as MouseDown

What should I do in order to allow the end user to move (and maybe
resize ) the activex on the displayed form?

I know how to do it with regular Microsoft controls but not with
external activexs

Thanks a lot
Avi