i'm making a wizard control in VB.NET
The control contains:
- a picture box for the logo of the program
- 4 controls (next, previous, cancel, help)
But what I need to do is load a form into my control.
I load my control in a form, but dan I have to be able to load a form into the control, so that i do not have to program the 4 buttons every time on another form.
I have such an ocx for vb6, but can't use it in VB.net so i'm trying to make a new one.
could somebody help me?




Reply With Quote