Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access Properties in ActiveX Controls
Message
From
12/05/2003 04:11:56
 
 
To
All
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Access Properties in ActiveX Controls
Miscellaneous
Thread ID:
00787213
Message ID:
00787213
Views:
54
Dear all,

I have created a single ActiveX Control, it having 1 textbox in a user control and 1 form, but the form control never able to access the textbox/user control's properties, no matter it is build-in or user defined.

My coding just directly call the textbox/user control's property from the form, but it return error :

private sub form_initialize

msgbox(usercontrol.srchfunction)
msgbox(textbox1.text)

end sub


I think the coding of mine is wrong, but could you guys give me some advice.

Thanks
Aston
Next
Reply
Map
View

Click here to load this message in the networking platform