|
-
March 17th, 2001, 08:38 PM
#1
How do you show something in a label?
I want to show a row of letters in a label when the form loads.
So It would be lblLabel. Something " ABCDE"
What would the something be and all of this would go under the
Private Sub Form_Load()
or
Private Sub Form_GotFocus()
If I was Inputting a string from a sequential file how would this look?
Open strFileName For Input As #intFileNum
Input #intFileNum, strTestName
Then would I put?
lblLabel. something strTestName
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|