Ask a Question related to ASP.NET General, Design and Development.
-
Harley #1
setting font at runtime
how do you set the font for a label control in VB.NET/ASP.NET?
im trying:
label1.font = new system.drawing.font ("Arial",10)
as stated in the sample code, but compiler says "property font is
read-only".
Harley Guest
-
#39467 [Opn]: Expaned Class members to allow setting of a read only value at runtime
ID: 39467 User updated by: kevin at metalaxe dot com Reported By: kevin at metalaxe dot com Status: Open Bug Type: ... -
#39467 [NEW]: Expaned Class members to allow setting of a read only value at runtime
From: kevin at metalaxe dot com Operating system: * PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug description:... -
Font import for runtime sharing
After some code and search and code again I managed to get the basic authoring of Font runtime sharing to work partially I created a Fontlist.swf... -
Setting preferred browser for runtime
Hi gang I am using the simple 'send mail via browser' scheme, the preferred browser on too many Macs is netscape. I was considering using... -
Setting Default Font
Stick to a known system font like arial or whatever or just use a shockwave font (can go a bit wonkey depending on the font) and change all your... -
Natty Gur #2
Re: setting font at runtime
use the attributes :
me.Label1.Style["FONT-FAMILY"] = "Wingdings";
Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

