mushin
Programmer
- Oct 4, 2000
- 49
I have built a treeview activeX which resides in a frame
with several other activeX objects, (each with its own form). What's the best way of communicating a message (treeview image tag value) to other activeX objects within a common parent frame ?
So that as my user clicks on the treeview object, the tag value is changed and passed to the appropriated activeX receiver ? Should I go thru the common parant frame ? If so , how do I code a call to an objects parent cantainer ?
OR can I go directly to another activeX within the common Parent ????
I can do this in Progress (my native language) but am not familiar enough with VB to see how.....
Any help would be appreciated greatly......
with several other activeX objects, (each with its own form). What's the best way of communicating a message (treeview image tag value) to other activeX objects within a common parent frame ?
So that as my user clicks on the treeview object, the tag value is changed and passed to the appropriated activeX receiver ? Should I go thru the common parant frame ? If so , how do I code a call to an objects parent cantainer ?
OR can I go directly to another activeX within the common Parent ????
I can do this in Progress (my native language) but am not familiar enough with VB to see how.....
Any help would be appreciated greatly......