Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shorter form of a String Pin
Guffa6-Mar-09 1:12
Guffa6-Mar-09 1:12 
GeneralRe: Shorter form of a String Pin
Xmen Real 6-Mar-09 3:27
professional Xmen Real 6-Mar-09 3:27 
AnswerRe: Shorter form of a String Pin
dan!sh 4-Mar-09 5:33
professional dan!sh 4-Mar-09 5:33 
QuestionHow can I push a button virtual? Pin
Member 44178924-Mar-09 3:47
Member 44178924-Mar-09 3:47 
AnswerRe: How can I push a button virtual? Pin
Alan N4-Mar-09 4:00
Alan N4-Mar-09 4:00 
GeneralRe: How can I push a button virtual? Pin
Member 44178924-Mar-09 4:16
Member 44178924-Mar-09 4:16 
GeneralRe: How can I push a button virtual? Pin
Member 44178924-Mar-09 5:12
Member 44178924-Mar-09 5:12 
AnswerRe: How can I push a button virtual? Pin
Dave Kreskowiak4-Mar-09 4:24
mveDave Kreskowiak4-Mar-09 4:24 
If you have code that does something other than handle speific UI elements in the Button Click handler, you really need to move that code to it's own method. Then you can call it from both the Button Click handler and from anywhere else in your code without having to resort to funky workarounds like this.


A guide to posting questions on CodeProject[^]



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




AnswerRe: How can I push a button virtual? Pin
DaveyM694-Mar-09 5:43
professionalDaveyM694-Mar-09 5:43 
GeneralRe: How can I push a button virtual? Pin
Member 44178925-Mar-09 2:03
Member 44178925-Mar-09 2:03 
AnswerRe: How can I push a button virtual? Pin
Member 44178925-Mar-09 5:30
Member 44178925-Mar-09 5:30 
QuestionC# xsd Pin
babongita4-Mar-09 3:17
babongita4-Mar-09 3:17 
AnswerRe: C# xsd Pin
Pete O'Hanlon4-Mar-09 4:52
mvePete O'Hanlon4-Mar-09 4:52 
QuestionReflection - Sample? Pin
softwarejaeger4-Mar-09 3:15
softwarejaeger4-Mar-09 3:15 
AnswerRe: Reflection - Sample? Pin
Pete O'Hanlon4-Mar-09 5:58
mvePete O'Hanlon4-Mar-09 5:58 
QuestionServer Pin
mrithula84-Mar-09 2:53
mrithula84-Mar-09 2:53 
AnswerRe: Server Pin
Jimmanuel4-Mar-09 3:28
Jimmanuel4-Mar-09 3:28 
QuestionBHO and ActiveX communication Pin
gusc4-Mar-09 2:51
gusc4-Mar-09 2:51 
QuestionDispose an instance Pin
yesu prakash4-Mar-09 2:11
yesu prakash4-Mar-09 2:11 
AnswerRe: Dispose an instance Pin
DaveyM694-Mar-09 2:14
professionalDaveyM694-Mar-09 2:14 
GeneralRe: Dispose an instance Pin
Xmen Real 4-Mar-09 4:21
professional Xmen Real 4-Mar-09 4:21 
GeneralRe: Dispose an instance Pin
DaveyM694-Mar-09 4:35
professionalDaveyM694-Mar-09 4:35 
AnswerRe: Dispose an instance Pin
harold aptroot4-Mar-09 6:29
harold aptroot4-Mar-09 6:29 
GeneralRe: Dispose an instance Pin
yesu prakash4-Mar-09 18:37
yesu prakash4-Mar-09 18:37 
GeneralRe: Dispose an instance Pin
harold aptroot4-Mar-09 22:46
harold aptroot4-Mar-09 22: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.