Click here to Skip to main content
15,887,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondelegates Pin
Sonia Gupta15-May-07 2:28
Sonia Gupta15-May-07 2:28 
AnswerRe: delegates Pin
Colin Angus Mackay15-May-07 2:35
Colin Angus Mackay15-May-07 2:35 
QuestionRe: delegates Pin
Sonia Gupta15-May-07 2:48
Sonia Gupta15-May-07 2:48 
AnswerRe: delegates Pin
Guffa15-May-07 3:50
Guffa15-May-07 3:50 
AnswerRe: delegates Pin
Colin Angus Mackay15-May-07 3:51
Colin Angus Mackay15-May-07 3:51 
QuestionRaising and handling events in 2 independant forms. Pin
steve_rm15-May-07 1:51
steve_rm15-May-07 1:51 
AnswerRe: Raising and handling events in 2 independant forms. Pin
Probeer Das15-May-07 3:32
Probeer Das15-May-07 3:32 
AnswerRe: Raising and handling events in 2 independant forms. Pin
Dave Kreskowiak15-May-07 4:06
mveDave Kreskowiak15-May-07 4:06 
steve_rm wrote:
How can you handle an event in form1 which has been raised in form3?


You can't. Form1 doesn't even know that an instance of Form3 exists. Form2 would have to subscribe to and handle the event comming from Form3, then, in response to this event, raise an event of it's own that Form1 would have to subscribe to.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


Questionhow to resolve it Pin
d_smit15-May-07 1:18
d_smit15-May-07 1:18 
QuestionRe: how to resolve it [modified] Pin
Sonia Gupta15-May-07 1:23
Sonia Gupta15-May-07 1:23 
QuestionRun in Services Pin
Socheat.Net15-May-07 1:14
Socheat.Net15-May-07 1:14 
AnswerRe: Run in Services Pin
harsh_c15-May-07 1:27
professionalharsh_c15-May-07 1:27 
GeneralRe: Run in Services Pin
Socheat.Net15-May-07 15:43
Socheat.Net15-May-07 15:43 
AnswerRe: Run in Services Pin
Dave Kreskowiak15-May-07 4:03
mveDave Kreskowiak15-May-07 4:03 
QuestionText Box with Rounded corners Pin
todd.0101110115-May-07 1:11
todd.0101110115-May-07 1:11 
AnswerRe: Text Box with Rounded corners Pin
Probeer Das15-May-07 3:37
Probeer Das15-May-07 3:37 
GeneralRe: Text Box with Rounded corners Pin
todd.0101110115-May-07 5:14
todd.0101110115-May-07 5:14 
Questionhow to validate right click in excel worksheet using VBA Pin
prashant pissey15-May-07 1:08
prashant pissey15-May-07 1:08 
Questionevent , raise event , delegates Pin
Sonia Gupta15-May-07 1:01
Sonia Gupta15-May-07 1:01 
AnswerRe: event , raise event , delegates Pin
CPallini17-May-07 23:45
mveCPallini17-May-07 23:45 
Questionprogress bar Pin
Sonia Gupta15-May-07 0:55
Sonia Gupta15-May-07 0:55 
AnswerRe: progress bar Pin
Probeer Das15-May-07 3:42
Probeer Das15-May-07 3:42 
AnswerRe: progress bar Pin
Dave Kreskowiak15-May-07 4:01
mveDave Kreskowiak15-May-07 4:01 
Questionself referential classes Pin
Sonia Gupta15-May-07 0:50
Sonia Gupta15-May-07 0:50 
AnswerRe: self referential classes Pin
Colin Angus Mackay15-May-07 0:53
Colin Angus Mackay15-May-07 0:53 

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.