Results 1 to 2 of 2

Thread: How I do this ???????

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Location
    Guadalajara, Jalisco, Mex
    Posts
    105

    Angry How I do this ???????

    ¿ Can somebody helpme with this ?
    1.- I want to make an OCX control that appear that the ImageList control ( invisible and only the icon ).

    2.- And, I want to access to the controls in the form that i put the control. I use a function like this

    sub FormControls(frm as form)
    dim ctl as control

    for each ctl in form
    msgbox ctl.name
    next ctl
    end sub

    by examble, but i want the control recoignize the control without passing a form like a sub argument.

    Thanks.

  2. #2
    gaffa
    Guest
    you will need to use a type library. I can't remember which one, but if you go to Edanmo's site (www.domaindlx..com/e_morillo), he's got the correct type library and a sample of how to use it

    - gaffa

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