Click here to Skip to main content
15,917,808 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: WSOD Pin
Rob Smiley18-Apr-08 11:29
Rob Smiley18-Apr-08 11:29 
GeneralRe: WSOD Pin
ramki_mars18-Apr-08 23:37
ramki_mars18-Apr-08 23:37 
GeneralRe: WSOD Pin
Rob Smiley19-Apr-08 0:15
Rob Smiley19-Apr-08 0:15 
GeneralRe: WSOD Pin
ramki_mars20-Apr-08 18:33
ramki_mars20-Apr-08 18:33 
GeneralRe: WSOD added Reference Version showing wrongly in VS Pin
ramki_mars19-Apr-08 1:14
ramki_mars19-Apr-08 1:14 
Generalextracting .resources files from the resource.dll Pin
dudedotnet17-Apr-08 0:09
dudedotnet17-Apr-08 0:09 
QuestionWinform overriding base form control's event Pin
eddie aks16-Apr-08 20:45
eddie aks16-Apr-08 20:45 
GeneralRe: Winform overriding base form control's event Pin
Thomas Stockwell17-Apr-08 1:25
professionalThomas Stockwell17-Apr-08 1:25 
Well you can't edit the button that was originally on Form1 from Form2 because of the inheritance. Inheritance is kept and can't be altered through the designer (as far as I am awhere).

You might want to look into overriding the buttons' click event. Google overriding for a good example, but here is some pseudocode:

<br />
public overrides sub btn_Click(obj as object, e as eventargs)<br />
MessageBox.show("New message")<br />
base.btn_Click(obj,e)<br />
end sub<br />


I am just not sure as to whether event methods can be overridden, so I would still suggest google.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios[^]

GeneralRe: Winform overriding base form control's event Pin
qyy17-Apr-08 7:17
qyy17-Apr-08 7:17 
GeneralRe: Winform overriding base form control's event Pin
eddie aks18-Apr-08 1:21
eddie aks18-Apr-08 1:21 
QuestionReg setup project for windows application Pin
manikandanid16-Apr-08 4:00
manikandanid16-Apr-08 4:00 
GeneralRe: Reg setup project for windows application Pin
Rob Smiley18-Apr-08 9:58
Rob Smiley18-Apr-08 9:58 
GeneralRe: Reg setup project for windows application Pin
manikandanid20-Apr-08 20:07
manikandanid20-Apr-08 20:07 
GeneralDividers in StatusStrip Pin
Brady Kelly16-Apr-08 2:43
Brady Kelly16-Apr-08 2:43 
GeneralRe: Dividers in StatusStrip Pin
led mike16-Apr-08 4:39
led mike16-Apr-08 4:39 
GeneralRe: Dividers in StatusStrip Pin
omzig16-Nov-09 11:50
omzig16-Nov-09 11:50 
GeneralMultiscan using WIA Pin
ManickaSudar16-Apr-08 0:41
ManickaSudar16-Apr-08 0:41 
Questionhow to deploy windows Application With Database Pin
Senthil Palani14-Apr-08 23:07
Senthil Palani14-Apr-08 23:07 
AnswerRe: how to deploy windows Application With Database Pin
Christian Graus16-Apr-08 11:48
protectorChristian Graus16-Apr-08 11:48 
GeneralDeclaring a variable Pin
nitin198614-Apr-08 16:31
nitin198614-Apr-08 16:31 
GeneralRe: Declaring a variable Pin
Zoltan Balazs14-Apr-08 20:20
Zoltan Balazs14-Apr-08 20:20 
GeneralRe: Declaring a variable Pin
Christian Graus14-Apr-08 21:19
protectorChristian Graus14-Apr-08 21:19 
GeneralRe: Declaring a variable Pin
nitin198615-Apr-08 20:36
nitin198615-Apr-08 20:36 
GeneralPassing Data Betwen Forms Pin
Kit Fisto14-Apr-08 6:35
Kit Fisto14-Apr-08 6:35 
GeneralRe: Passing Data Betwen Forms Pin
Zoltan Balazs14-Apr-08 7:44
Zoltan Balazs14-Apr-08 7:44 

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.