Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access Properties in ActiveX Controls
Message
De
12/05/2003 04:11:56
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Access Properties in ActiveX Controls
Divers
Thread ID:
00787213
Message ID:
00787213
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform