What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » UserControl Help

UserControl Help
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. Huh?  UserControl Help
I'm trying to do something like this from a UserControl:

code:
Private Sub Command2_Click()
UserControl3.TextBox1.Text = ListView5.SelectedItem.SubItems(2)
End Sub


But it says varible not defined, and it highlights Private Sub Command2_Click() and UserControl3.

How do I go from Control To Control?

This post was edited on 08-23-2004 at 03:03 AM by DJeX.
[Image: top.gif]
08-23-2004 03:03 AM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: UserControl Help
That's the right way to do it I believe. Just make sure those controls are defined.
[Image: spartaafk.png]
08-23-2004 09:43 AM
Profile PM Web Find Quote Report
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: UserControl Help
How would I define TextBox1 from a UserControl?

This post was edited on 08-23-2004 at 11:10 PM by DJeX.
[Image: top.gif]
08-23-2004 11:09 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On