Click here to Skip to main content
15,904,638 members
Home / Discussions / C#
   

C#

 
AnswerRe: Python str.extract to c# (regex?) Pin
Nathan Minier22-May-19 2:40
professionalNathan Minier22-May-19 2:40 
GeneralRe: Python str.extract to c# (regex?) Pin
Member 1441807323-May-19 3:56
Member 1441807323-May-19 3:56 
QuestionComboBox not refreshing error. Pin
Khandkar Asif Hossain21-May-19 9:20
Khandkar Asif Hossain21-May-19 9:20 
AnswerRe: ComboBox not refreshing error. Pin
Richard Deeming21-May-19 9:28
mveRichard Deeming21-May-19 9:28 
GeneralRe: ComboBox not refreshing error. Pin
Khandkar Asif Hossain22-May-19 7:40
Khandkar Asif Hossain22-May-19 7:40 
AnswerRe: ComboBox not refreshing error. Pin
Luc Pattyn21-May-19 9:36
sitebuilderLuc Pattyn21-May-19 9:36 
QuestionResize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584617-May-19 16:47
Member 1332584617-May-19 16:47 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
OriginalGriff17-May-19 19:26
mveOriginalGriff17-May-19 19:26 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584618-May-19 4:43
Member 1332584618-May-19 4:43 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
OriginalGriff18-May-19 4:58
mveOriginalGriff18-May-19 4:58 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584618-May-19 11:06
Member 1332584618-May-19 11:06 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
OriginalGriff18-May-19 20:57
mveOriginalGriff18-May-19 20:57 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584619-May-19 17:09
Member 1332584619-May-19 17:09 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Dave Kreskowiak20-May-19 2:37
mveDave Kreskowiak20-May-19 2:37 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
#realJSOP18-May-19 1:06
professional#realJSOP18-May-19 1:06 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584618-May-19 4:35
Member 1332584618-May-19 4:35 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
#realJSOP18-May-19 6:47
professional#realJSOP18-May-19 6:47 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
phil.o18-May-19 6:48
professionalphil.o18-May-19 6:48 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Gerry Schmitz18-May-19 7:11
mveGerry Schmitz18-May-19 7:11 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584618-May-19 10:49
Member 1332584618-May-19 10:49 
NewsRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Mycroft Holmes18-May-19 12:04
professionalMycroft Holmes18-May-19 12:04 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Luc Pattyn18-May-19 13:10
sitebuilderLuc Pattyn18-May-19 13:10 
AnswerRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
BillWoodruff19-May-19 5:15
professionalBillWoodruff19-May-19 5:15 
1. by using a combination of docked controls, and other controls that are anchored, you can achieve pretty good proportional UI re-sizing in WinForms.

2. you will not achieve good quality arbitrary proportional font re-sizing in WinForms because of changes in font rendering: fonts are rendered clearly in certain fixed "quantum state sizes" ... you want more than that, use WPF, where fonts, like everything else, get run through the vector graphic engine.

I will respond further if you start giving details of your UI structure, and get specific. Describe what AutoSizeMode setting you are using; describe what is docked, and not docked.
«Where is the Life we have lost in living? Where is the wisdom we have lost in knowledge? Where is the knowledge we have lost in information?» T. S. Elliot

GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
Member 1332584619-May-19 16:59
Member 1332584619-May-19 16:59 
GeneralRe: Resize all controls on a user control or form automatically with changing of user control or form Pin
BillWoodruff19-May-19 18:43
professionalBillWoodruff19-May-19 18:43 

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.