|
-
Jun 2nd, 2006, 12:39 PM
#1
Thread Starter
Hyperactive Member
-
Jun 2nd, 2006, 12:45 PM
#2
Re: contol Question
The intellisense menu comes up only for early binding, not late binding. So declare your variables correctly.
e.g.
Dim ctl ------> If you declare it like this, intellisense menu won't work with this.
Dim ctl as TextBox ----> If you declare it like this, you will get the intellisense menu as soon as you type ctl. (the dot).
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
|