Jobs
Author: eddie gweme Date Submitted: 7/7/2005 Category: Other Compatibility: VB 6 This code has been accessed 3014 times.
Email Yourself this snippet:
No declarations
Code
Private Sub HScroll1_Change() Text1.Width = HScroll1.Value End Sub Private Sub HScroll2_Change() Text1.Height = HScroll2.Value End Sub