Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font
Message
From
01/07/2002 02:54:42
 
 
To
29/06/2002 14:31:03
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Re: Font
Miscellaneous
Thread ID:
00673632
Message ID:
00673769
Views:
25
Here is my sample code for Font property of ActiveX control, which contains PictureBox:
Public Property Get Font() As Font

  Set Font = picMainPicture.Font
End Property

Public Property Set Font(ByVal New_Font As Font)

  Set picMainPicture.Font = New_Font
  PropertyChanged "Font"
End Property

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Reply
Map
View

Click here to load this message in the networking platform