Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting shapes from an external dll

Status
Not open for further replies.

bierwurst

Programmer
Joined
Nov 30, 2004
Messages
1
Location
DK
Hi. I am trying to select a shape from a vb .dll where I don’t have access to the activewindow library. All I have is a reference to the shape that needs to be selected.
If I try to make a new selection object like this;

set selection = shape.CreateSelection(visSelTypeAll, visSelModeOnlySub)
selection.Select shape, visSelect

Nothing happens.

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top