Display Font Size

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

If I set the font size to Large in Display
Properties/Advanced... then goto General tab, there is a
drop down there for changing the font size. Is there any
way that I could retreive this data in VB.NET?
 
Hi,

Do you have any code for overriding the default font size set in display
properties general tab? Like if its set to Large or other font size then
I'll just override it so if I run my VB.NET program it still uses small
fonts? Thanks.
 
* Ryan Joseph So said:
Do you have any code for overriding the default font size set in display
properties general tab? Like if its set to Large or other font size then
I'll just override it so if I run my VB.NET program it still uses small
fonts?

_WHY_?
 
I have this form that when i click a particular button it changes the
form size so if its a large font its size is diff than the small fonts
so I have to resize it again on my code and if it was set to others font
size I have to edit my code again. If there is a way to set it in vb.net
so only my form uses the small font size but not the entire windows font
it would be great. Thanks
 
Back
Top