Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to paste information? Pin
Guffa26-Jul-08 14:42
Guffa26-Jul-08 14:42 
AnswerRe: How to paste information? Pin
Mycroft Holmes26-Jul-08 15:57
professionalMycroft Holmes26-Jul-08 15:57 
QuestionUser Control in Vb.net Pin
Wael Hawari25-Jul-08 23:56
Wael Hawari25-Jul-08 23:56 
RantRe: User Control in Vb.net Pin
Paul Conrad26-Jul-08 7:48
professionalPaul Conrad26-Jul-08 7:48 
AnswerRe: User Control in Vb.net Pin
Dirk Higbee26-Jul-08 15:23
Dirk Higbee26-Jul-08 15:23 
GeneralRe: User Control in Vb.net Pin
Mycroft Holmes26-Jul-08 16:01
professionalMycroft Holmes26-Jul-08 16:01 
AnswerRe: User Control in Vb.net Pin
Guffa27-Jul-08 5:18
Guffa27-Jul-08 5:18 
GeneralRe: User Control in Vb.net Pin
Wael Hawari27-Jul-08 8:47
Wael Hawari27-Jul-08 8:47 
Thanks Guys.
in fact i found it, all i have to do is:
declaring a new event to my user control
Public Event Selected_Index_Changed()

and this
Public Sub My_ComboBox_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles My_ComboBox.SelectedIndexChanged
Index = Me.My_ComboBox.SelectedIndex
RaiseEvent Selected_Index_Changed()
End Sub


so when the combo box change index the user control raiseevent Selected_Index_Changed

this way i can use it in the original form

sorry if my post was to long just wanted to share my ideas and make the code much more better

thanks again.

waelhawari

QuestionDelegate in vb.net Pin
Ahamed Azeem25-Jul-08 22:58
Ahamed Azeem25-Jul-08 22:58 
AnswerRe: Delegate in vb.net Pin
jzonthemtn26-Jul-08 2:21
jzonthemtn26-Jul-08 2:21 
QuestionString Builder remove white spaces Pin
member2725-Jul-08 21:26
member2725-Jul-08 21:26 
AnswerRe: String Builder remove white spaces Pin
jzonthemtn26-Jul-08 2:26
jzonthemtn26-Jul-08 2:26 
Questionusername and passord problem Pin
monika_vasvani25-Jul-08 19:00
monika_vasvani25-Jul-08 19:00 
AnswerRe: username and passord problem Pin
jzonthemtn26-Jul-08 2:21
jzonthemtn26-Jul-08 2:21 
QuestionMaking TextBox visible Pin
Dalek Dave25-Jul-08 15:04
professionalDalek Dave25-Jul-08 15:04 
AnswerRe: Making TextBox visible Pin
Mycroft Holmes25-Jul-08 15:45
professionalMycroft Holmes25-Jul-08 15:45 
GeneralRe: Making TextBox visible Pin
Dalek Dave25-Jul-08 16:02
professionalDalek Dave25-Jul-08 16:02 
GeneralRe: Making TextBox visible Pin
Mycroft Holmes25-Jul-08 16:15
professionalMycroft Holmes25-Jul-08 16:15 
GeneralRe: Making TextBox visible Pin
Dalek Dave25-Jul-08 16:23
professionalDalek Dave25-Jul-08 16:23 
GeneralRe: Making TextBox visible Pin
Mycroft Holmes25-Jul-08 16:53
professionalMycroft Holmes25-Jul-08 16:53 
AnswerRe: Making TextBox visible Pin
supercat925-Jul-08 17:33
supercat925-Jul-08 17:33 
GeneralRe: Making TextBox visible Pin
Dalek Dave26-Jul-08 10:26
professionalDalek Dave26-Jul-08 10:26 
AnswerRe: Making TextBox visible Pin
duke_swh26-Jul-08 23:07
duke_swh26-Jul-08 23:07 
Questionpassing a variable to a procedure Pin
Matthew Leggett25-Jul-08 14:46
Matthew Leggett25-Jul-08 14:46 
AnswerRe: passing a variable to a procedure Pin
Dalek Dave25-Jul-08 15:49
professionalDalek Dave25-Jul-08 15:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.