Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to paste information? Pin
wabby26-Jul-08 8:27
wabby26-Jul-08 8:27 
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 
Waoula wrote:
can anyone teach me please how to create an event in my form to fire a function in my usercontrol when the index is changed?


You could, but you shouldn't, as the code gets harder to follow and maintain. Handle the even in the form where the control is that causes the event, and from that event handler just call a method (or set a property) in your user conrol.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: User Control in Vb.net Pin
Wael Hawari27-Jul-08 8:47
Wael Hawari27-Jul-08 8:47 
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 

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.