home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 6 Unleashed…sional Reference Edition)
/
Visual_Basic_6_Unleashed_Professional_Reference_Edition_Sams_1999.iso
/
Source
/
CHAP05
/
309X0505.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-05-27
|
259 bÂ
|
10 lines
Private Sub UserControl_Resize()
' Reposition the Label constituent control so it
' is centered within the UserControl.
lblCaption.Top = (Height - lblCaption.Height) / 2
lblCaption.Left = (Width - lblCaption.Width) / 2
End Sub