Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General 2 / May 2004



Tip: Looking for answers? Try searching our database.

How to modify a FONT during a process

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gilles1303 - 30 May 2004 17:31 GMT
hi all,
I'd like to learn how to modify the Font of some control
(command,label,text) while a program is running
I tried to affect a value by Command1.font ="&value&
but it doesn't have any effect

thx  !!

Gilles
Mike Williams - 30 May 2004 18:05 GMT
> I'd like to learn how to modify the Font of some
> control (command,label,text) while a program is
> running I tried to affect a value by Command1.font
> ="&value& but it doesn't have any effect

Command1.Font.Name = "Times New Roman"
Command1.Font.Bold = True
Command1.Font.Size = 10
Command1.Font.Italic = True

Mike
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.