Results 1 to 2 of 2

Thread: Anyone used the AxDSOFramer.AxFramerControl ?

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    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 ?????

    Parksie

  2. #2
    Addicted Member Screamager's Avatar
    Join Date
    May 2001
    Location
    Dublin, Ireland
    Posts
    174

    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
    Computer /nm./: a device designed to speed and automate errors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width