|
-
Jun 28th, 2001, 04:03 PM
#1
Thread Starter
Lively Member
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.
-
Jun 29th, 2001, 02:42 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|