Click here to Skip to main content
15,915,172 members
Home / Discussions / C#
   

C#

 
GeneralRe: txt1_textchange() Pin
Laxmi R12-Jun-07 3:01
Laxmi R12-Jun-07 3:01 
GeneralRe: txt1_textchange() Pin
Sylvester george12-Jun-07 19:13
Sylvester george12-Jun-07 19:13 
GeneralRe: txt1_textchange() Pin
Laxmi R12-Jun-07 19:45
Laxmi R12-Jun-07 19:45 
GeneralRe: txt1_textchange() Pin
Laxmi R13-Jun-07 20:56
Laxmi R13-Jun-07 20:56 
GeneralRe: txt1_textchange() Pin
Laxmi R13-Jun-07 20:57
Laxmi R13-Jun-07 20:57 
QuestionMaximize Button Pin
Ian Uy12-Jun-07 1:26
Ian Uy12-Jun-07 1:26 
AnswerRe: Maximize Button Pin
Martin#12-Jun-07 1:33
Martin#12-Jun-07 1:33 
AnswerRe: Maximize Button Pin
PandemoniumPasha12-Jun-07 1:34
PandemoniumPasha12-Jun-07 1:34 
hi,
this is due the the anchor property of the controls.
by default they are anchored to the top left of the form or the containing control. if you want to maintain the same size then you can set the anchor all the anchor properties of that control. or you can even use dock property.
just play around with these two properties and you will know what works best for you.

if you want, you can even create an event handler to handle the layout event which is fired when ever the layout of the control is changed.

hope this helps.

regards
Smile | :)

QuestionReal-Time (?) updating of a file... Pin
Shy Agam12-Jun-07 1:19
Shy Agam12-Jun-07 1:19 
QuestionRegularly checking up a folder Pin
Hum Dum12-Jun-07 1:16
Hum Dum12-Jun-07 1:16 
AnswerRe: Regularly checking up a folder Pin
Giorgi Dalakishvili12-Jun-07 1:37
mentorGiorgi Dalakishvili12-Jun-07 1:37 
QuestionRe: Regularly checking up a folder Pin
Hum Dum12-Jun-07 18:44
Hum Dum12-Jun-07 18:44 
AnswerRe: Regularly checking up a folder Pin
Martin#12-Jun-07 19:31
Martin#12-Jun-07 19:31 
Questiondrag in a certin position in a text box Pin
merwa12-Jun-07 0:38
merwa12-Jun-07 0:38 
AnswerRe: drag in a certin position in a text box Pin
Martin#12-Jun-07 1:03
Martin#12-Jun-07 1:03 
AnswerRe: drag in a certin position in a text box Pin
Muammar©12-Jun-07 1:24
Muammar©12-Jun-07 1:24 
Questionenum question Pin
akkram12-Jun-07 0:31
akkram12-Jun-07 0:31 
AnswerRe: enum question Pin
Luc Pattyn12-Jun-07 0:37
sitebuilderLuc Pattyn12-Jun-07 0:37 
GeneralRe: enum question Pin
akkram12-Jun-07 0:43
akkram12-Jun-07 0:43 
GeneralRe: enum question Pin
DavidNohejl12-Jun-07 2:27
DavidNohejl12-Jun-07 2:27 
QuestionHow to record the video from web camera Pin
Exelioindia11-Jun-07 23:53
Exelioindia11-Jun-07 23:53 
AnswerRe: How to record the video from web camera Pin
Thomas Stockwell12-Jun-07 3:10
professionalThomas Stockwell12-Jun-07 3:10 
GeneralRe: How to record the video from web camera Pin
Exelioindia12-Jun-07 3:54
Exelioindia12-Jun-07 3:54 
QuestionHow can simulate button clicking in multiple threads environment? Pin
gzcjun11-Jun-07 23:39
gzcjun11-Jun-07 23:39 
QuestionClarification On Static Member [modified] Pin
Rahul8311-Jun-07 23:22
Rahul8311-Jun-07 23:22 

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.