Click here to Skip to main content
15,903,385 members
Home / Discussions / C#
   

C#

 
GeneralRe: Count number of childnodes Pin
Stu Richardson3-Apr-08 4:45
Stu Richardson3-Apr-08 4:45 
QuestionRe: Count number of childnodes Pin
cooltoad1233-Apr-08 5:03
cooltoad1233-Apr-08 5:03 
Questionrtf files and pagebreaks Pin
panoskatws3-Apr-08 3:05
panoskatws3-Apr-08 3:05 
GeneralRe: rtf files and pagebreaks Pin
Simon P Stevens3-Apr-08 5:03
Simon P Stevens3-Apr-08 5:03 
GeneralRe: rtf files and pagebreaks Pin
panoskatws3-Apr-08 7:01
panoskatws3-Apr-08 7:01 
GeneralRe: rtf files and pagebreaks Pin
Michael Schubert3-Apr-08 5:56
Michael Schubert3-Apr-08 5:56 
GeneralSynchronizing forms Pin
N a v a n e e t h3-Apr-08 2:58
N a v a n e e t h3-Apr-08 2:58 
GeneralRe: Synchronizing forms Pin
Simon P Stevens3-Apr-08 4:37
Simon P Stevens3-Apr-08 4:37 
Sounds like your getting stuck in a infinite loop.

If each form is responding to BaseFormResized events and resizing themselves to match, that will trigger another resize event, which the form will again respond to...etc...

When you respond to the BaseFormResized event, first check if form is already the correct size. If it is, then don't do the resize. This will prevent a second resized event getting triggered, so hopefully you won't get the loop.

If this doesn't work, post some code so I can see what's going on.

Simon

QuestionHow to add background to asp.net websites Pin
ajaych3-Apr-08 2:47
ajaych3-Apr-08 2:47 
GeneralRe: How to add background to asp.net websites Pin
N a v a n e e t h3-Apr-08 3:06
N a v a n e e t h3-Apr-08 3:06 
GeneralUsing controls from VS2005 in VS2003 Pin
Denver Thomas3-Apr-08 1:55
Denver Thomas3-Apr-08 1:55 
GeneralRe: Using controls from VS2005 in VS2003 Pin
N a v a n e e t h3-Apr-08 3:08
N a v a n e e t h3-Apr-08 3:08 
GeneralRe: Using controls from VS2005 in VS2003 Pin
Dave Kreskowiak3-Apr-08 4:21
mveDave Kreskowiak3-Apr-08 4:21 
GeneralRe: Using controls from VS2005 in VS2003 Pin
Pete O'Hanlon4-Apr-08 10:50
mvePete O'Hanlon4-Apr-08 10:50 
GeneralWhile loop in C# Pin
oshadhi3-Apr-08 1:18
oshadhi3-Apr-08 1:18 
GeneralRe: While loop in C# [modified] Pin
rah_sin3-Apr-08 1:23
professionalrah_sin3-Apr-08 1:23 
GeneralRe: While loop in C# Pin
Colin Angus Mackay3-Apr-08 1:24
Colin Angus Mackay3-Apr-08 1:24 
GeneralRe: While loop in C# Pin
Luc Pattyn3-Apr-08 1:33
sitebuilderLuc Pattyn3-Apr-08 1:33 
GeneralRe: While loop in C# Pin
Paul Conrad3-Apr-08 6:06
professionalPaul Conrad3-Apr-08 6:06 
GeneralRe: While loop in C# Pin
DaveyM693-Apr-08 7:57
professionalDaveyM693-Apr-08 7:57 
GeneralRe: While loop in C# Pin
Luc Pattyn3-Apr-08 8:32
sitebuilderLuc Pattyn3-Apr-08 8:32 
GeneralRe: While loop in C# Pin
DaveyM693-Apr-08 10:05
professionalDaveyM693-Apr-08 10:05 
GeneralRe: While loop in C# Pin
Luc Pattyn3-Apr-08 10:21
sitebuilderLuc Pattyn3-Apr-08 10:21 
GeneralInteresting problem with XML nodes Pin
Krippers3-Apr-08 1:12
Krippers3-Apr-08 1:12 
GeneralRe: Interesting problem with XML nodes Pin
panoskatws3-Apr-08 3:12
panoskatws3-Apr-08 3:12 

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.