Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: NetworkStream problem... Pin
Luc Pattyn24-Aug-09 23:49
sitebuilderLuc Pattyn24-Aug-09 23:49 
QuestionWin Form - resize form problem Pin
Gindi Bar Yahav19-Aug-09 19:41
Gindi Bar Yahav19-Aug-09 19:41 
AnswerRe: Win Form - resize form problem Pin
dan!sh 19-Aug-09 20:14
professional dan!sh 19-Aug-09 20:14 
AnswerRe: Win Form - resize form problem Pin
darkelv19-Aug-09 20:15
darkelv19-Aug-09 20:15 
GeneralRe: Win Form - resize form problem Pin
Gindi Bar Yahav19-Aug-09 20:30
Gindi Bar Yahav19-Aug-09 20:30 
GeneralRe: Win Form - resize form problem Pin
dan!sh 19-Aug-09 20:42
professional dan!sh 19-Aug-09 20:42 
GeneralRe: Win Form - resize form problem Pin
darkelv19-Aug-09 21:37
darkelv19-Aug-09 21:37 
AnswerRe: Win Form - resize form problem Pin
Trapper-Hell19-Aug-09 20:49
Trapper-Hell19-Aug-09 20:49 
As the others have already answered. The controls aren't set to grow automatically... If that helps solving the problem, you can set the border to Fixed (so that it is not resized), however that doesn't solve the problem.

To actually solve the problem you can either handle the Resize event and grow the controls accordingly, but what would seem better (and easier) would be to click the controls in Designer mode and setting their Anchor to the most according manner. I have had no problems with this method so far.

With regards to the last part of your question, I believe that you can get to know the previous size by checking on the ResizeBegin event, and comparing with the ResizeEnd or Resize event. There might be easier solutions, it's just one that came to my mind at the moment.

Regards,
Trapper
QuestionResource File Help Pin
Dushan12319-Aug-09 18:12
Dushan12319-Aug-09 18:12 
AnswerRe: Resource File Help Pin
Christian Graus19-Aug-09 18:23
protectorChristian Graus19-Aug-09 18:23 
Questionusing DOM how to identify the link that is clicked? Pin
Jacobb Michael19-Aug-09 17:54
Jacobb Michael19-Aug-09 17:54 
QuestionHealth monitoring server up or down and logging to database Pin
ramindya19-Aug-09 13:37
ramindya19-Aug-09 13:37 
AnswerRe: Health monitoring server up or down and logging to database Pin
Christian Graus19-Aug-09 15:36
protectorChristian Graus19-Aug-09 15:36 
QuestionBackground Worker Pin
spankyleo12319-Aug-09 12:14
spankyleo12319-Aug-09 12:14 
AnswerRe: Background Worker Pin
Luc Pattyn19-Aug-09 12:55
sitebuilderLuc Pattyn19-Aug-09 12:55 
GeneralRe: Background Worker Pin
spankyleo12320-Aug-09 9:54
spankyleo12320-Aug-09 9:54 
GeneralRe: Background Worker Pin
Luc Pattyn20-Aug-09 13:41
sitebuilderLuc Pattyn20-Aug-09 13:41 
AnswerRe: Background Worker Pin
PIEBALDconsult19-Aug-09 19:22
mvePIEBALDconsult19-Aug-09 19:22 
AnswerRe: Background Worker Pin
DaveyM6919-Aug-09 22:47
professionalDaveyM6919-Aug-09 22:47 
GeneralRe: Background Worker Pin
spankyleo12320-Aug-09 8:46
spankyleo12320-Aug-09 8:46 
GeneralRe: Background Worker Pin
spankyleo12320-Aug-09 11:59
spankyleo12320-Aug-09 11:59 
GeneralRe: Background Worker Pin
DaveyM6920-Aug-09 21:08
professionalDaveyM6920-Aug-09 21:08 
QuestionImage Resources - What is difference between Local Resource and Project Resource File Pin
shultas19-Aug-09 12:06
shultas19-Aug-09 12:06 
AnswerRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
Daniel Grunwald19-Aug-09 13:28
Daniel Grunwald19-Aug-09 13:28 
GeneralRe: Image Resources - What is difference between Local Resource and Project Resource File Pin
shultas19-Aug-09 13:40
shultas19-Aug-09 13:40 

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.