Click here to Skip to main content
15,909,651 members
Home / Discussions / Visual Basic
   

Visual Basic

 
General[Message Deleted] Pin
pranavrana27-Jul-08 0:10
pranavrana27-Jul-08 0:10 
GeneralRe: vb.net error Pin
Paul Conrad27-Jul-08 5:44
professionalPaul Conrad27-Jul-08 5:44 
GeneralRe: vb.net error Pin
jzonthemtn27-Jul-08 5:45
jzonthemtn27-Jul-08 5:45 
QuestionHelp is needed for displaying data from database visually inside table Pin
Rameez Raja26-Jul-08 23:43
Rameez Raja26-Jul-08 23:43 
AnswerRe: Help is needed for displaying data from database visually inside table Pin
Christian Graus27-Jul-08 13:59
protectorChristian Graus27-Jul-08 13:59 
GeneralRe: Help is needed for displaying data from database visually inside table Pin
Rameez Raja27-Jul-08 17:46
Rameez Raja27-Jul-08 17:46 
QuestionVB Data Report Pin
duke_swh26-Jul-08 22:47
duke_swh26-Jul-08 22:47 
Question[Message Deleted] Pin
pranavrana26-Jul-08 21:29
pranavrana26-Jul-08 21:29 
AnswerRe: In VB.NET2003 Download Pin
Christian Graus27-Jul-08 10:17
protectorChristian Graus27-Jul-08 10:17 
GeneralRe: In VB.NET2003 Download Pin
Paul Conrad27-Jul-08 10:24
professionalPaul Conrad27-Jul-08 10:24 
GeneralRe: In VB.NET2003 Download Pin
Christian Graus27-Jul-08 11:29
protectorChristian Graus27-Jul-08 11:29 
GeneralRe: In VB.NET2003 Download Pin
Paul Conrad27-Jul-08 11:33
professionalPaul Conrad27-Jul-08 11:33 
Questionhow to import MIF files into vb 2008? Pin
dunkin_ina26-Jul-08 21:26
dunkin_ina26-Jul-08 21:26 
Questiondownload Login form Pin
pranavrana26-Jul-08 21:21
pranavrana26-Jul-08 21:21 
AnswerRe: download Login form Pin
Rupesh Kumar Swami26-Jul-08 21:28
Rupesh Kumar Swami26-Jul-08 21:28 
Questionsearch button control issue Pin
vidhish26-Jul-08 20:15
vidhish26-Jul-08 20:15 
AnswerRe: search button control issue Pin
Luc Pattyn27-Jul-08 1:20
sitebuilderLuc Pattyn27-Jul-08 1:20 
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.

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.