Anyone used the AxDSOFramer.AxFramerControl ?
I have made a reference to the AxDSOFramer.AxFramerControl dll and am wondering how in Gods name I add it to a form.
I was hoping to just drag the control onto my container control but cannot find it anywhere.
I don't really want to add it in code but would like to add it at design time.
I then tried adding it in code with the following :
Code:
Dim ctlWord As AxDSOFramer.AxFramerControl = AxDSOFramer.AxFramerControl()
Me.groupControl1.Controls.Add(ctlWord)
But keep getting a filenotfound exception.
Whats happening ?????:mad:
Re: Anyone used the AxDSOFramer.AxFramerControl ?
I just right clicked on the toolbox, selected "Choose Items..." and selected the DSOFramer in the COM section
After that you can just add it from the toolbox onto the form