Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding InnerText of Child Nodes having same tags into a list. Pin
OriginalGriff28-Jul-12 0:48
mveOriginalGriff28-Jul-12 0:48 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
faiza.butt8928-Jul-12 6:07
faiza.butt8928-Jul-12 6:07 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
OriginalGriff28-Jul-12 21:07
mveOriginalGriff28-Jul-12 21:07 
AnswerRe: Adding InnerText of Child Nodes having same tags into a list. Pin
PIEBALDconsult28-Jul-12 5:16
mvePIEBALDconsult28-Jul-12 5:16 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
faiza.butt8928-Jul-12 6:11
faiza.butt8928-Jul-12 6:11 
GeneralRe: Adding InnerText of Child Nodes having same tags into a list. Pin
PIEBALDconsult29-Jul-12 16:30
mvePIEBALDconsult29-Jul-12 16:30 
Questionre-activate form Pin
Jassim Rahma27-Jul-12 23:13
Jassim Rahma27-Jul-12 23:13 
AnswerRe: re-activate form Pin
Dave Kreskowiak28-Jul-12 3:43
mveDave Kreskowiak28-Jul-12 3:43 
Move the code to it's own method.

You're depending on a simple specific behavior of a form to trigger the exection of code that needs to be triggered under varying circumstances. move the code to it's own method so you can call it from Form.Activate and other events as needed. I have no idea what you're doing or why this code needs to be executed on Activate so it's impossible to suggest something appropriate.

The only way to get Activate to fire again is to make another form active and then make your target form active again. The problem with that is the active form will redraw itself to be on top or your real target form and then the target form will again redraw itself on top of the others, making your form "flash".

QuestionASP.NET ValidationSummary not displaying RegularExpressionValidator results? Pin
jojoba201127-Jul-12 20:15
jojoba201127-Jul-12 20:15 
AnswerRe: ASP.NET ValidationSummary - Repost Pin
Richard MacCutchan27-Jul-12 21:34
mveRichard MacCutchan27-Jul-12 21:34 
QuestionFail Uppercase? Pin
Midnight Ahri27-Jul-12 17:32
Midnight Ahri27-Jul-12 17:32 
GeneralRe: Fail Uppercase? Pin
Wes Aday27-Jul-12 17:43
professionalWes Aday27-Jul-12 17:43 
GeneralRe: Fail Uppercase? Pin
AmitGajjar27-Jul-12 17:46
professionalAmitGajjar27-Jul-12 17:46 
AnswerRe: Fail Uppercase? Pin
Midnight Ahri27-Jul-12 18:04
Midnight Ahri27-Jul-12 18:04 
AnswerRe: Fail Uppercase? Pin
Eddy Vluggen28-Jul-12 7:36
professionalEddy Vluggen28-Jul-12 7:36 
GeneralRe: Fail Uppercase? Pin
BobJanova29-Jul-12 23:02
BobJanova29-Jul-12 23:02 
QuestionRe: Fail Uppercase? Pin
Eddy Vluggen30-Jul-12 0:11
professionalEddy Vluggen30-Jul-12 0:11 
AnswerRe: Fail Uppercase? Pin
BobJanova30-Jul-12 0:46
BobJanova30-Jul-12 0:46 
GeneralRe: Fail Uppercase? Pin
Eddy Vluggen30-Jul-12 2:13
professionalEddy Vluggen30-Jul-12 2:13 
AnswerRe: Fail Uppercase? Pin
BobJanova29-Jul-12 23:03
BobJanova29-Jul-12 23:03 
GeneralRe: Fail Uppercase? Pin
Rob Philpott30-Jul-12 5:31
Rob Philpott30-Jul-12 5:31 
QuestionUsing Thread is not successful Pin
taibc27-Jul-12 16:08
taibc27-Jul-12 16:08 
AnswerRe: Using Thread is not successful Pin
Wes Aday27-Jul-12 16:32
professionalWes Aday27-Jul-12 16:32 
AnswerRe: Using Thread is not successful Pin
Trak4Net27-Jul-12 17:46
Trak4Net27-Jul-12 17:46 
GeneralRe: Using Thread is not successful Pin
taibc27-Jul-12 20:21
taibc27-Jul-12 20:21 

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.