Home Posts Topics Members FAQ
Join Bytes to post your question to a community of 472,119 software developers and data experts.
>I can read the Font^ of a Button(->Font). But how do I change the Font of aButton, or at least it's size?
> I'm programming using MS VC++ 2005 Express in /clr managed mode. Thanks! [==Peter==]
> "Peter Oliphant" <pe********@hotmail.comwrote in message news:FC**********************************@microsof t.com... >>I can read the Font^ of a Button(->Font). But how do I change the Font ofa Button, or at least it's size? Button^ button1; ... button1->Font = gcnew Font("Arial", 12, GraphicsUnit::Point); >>I'm programming using MS VC++ 2005 Express in /clr managed mode.Thanks![==Peter==]
>>I can read the Font^ of a Button(->Font). But how do I change the Font ofa Button, or at least it's size?
>>I'm programming using MS VC++ 2005 Express in /clr managed mode.Thanks![==Peter==]
Replies have been disabled for this discussion.
By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.
To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.