I would liek to be able to create my own graphic control that can be place at runtime by the user. The sort of thing I'm thinking about an environment with (say) a picture control as the container and my custom control that can be placed multiple times in the container. Each occurrence of the control would represent a particular process and I want to my user to be able to pipeline these processes by link the controls in the required sequence.

Is this something that cen be done in Visual Basic 6 Pro, or must I try to teach myself C++? If it can be done, I would appreciate some pointers as to how to go about it.

Many Thanks in advance for your advice and opinions.

Jeffow