Home All Groups Group Topic Archive Search About
Author
21 Mar 2006 8:15 PM
Terry On Windigo
When I don't know all of the available properties of a control, 1) Is there
anything I can do to make intellisense popup? and 2) Failing I don't have
any luck with Intellisense, is there somewhere I can go to see all the
methods for a control?  I was trying to determine if a checkbox was checked,
and if it was, I wanted a field in a record changed.  I couldn't find out
what method I would use after If checkbox1.........  I was guessing it would
be something like "ischecked", or something close, but nothing helped me.
And really, that is just an example, where will I turn for all my further
choices on a control?  Thanks.

Terry

Author
22 Mar 2006 1:53 PM
CaffieneRush@gmail.com
This question relates to Visual Studio.
When you enter the type name or variable name followed by a period or
fullstop, the list of members for that type should pop up. In the case
of variables, I assume you've already declared it of a certain type.

Failing that you can try to enter Ctrl-j after the period to force
intellisense to list members. Ctrl-j might not work for you if you've
customized your keybindings to VB6 settings in VS.
The definitive list of intellisense keybindings are available from
Edit->IntelliSense->
Author
24 Mar 2006 12:33 AM
Terry On Windigo
Thanks for the help, I'm still learning my way around.

Terry
<CaffieneR***@gmail.com> wrote in message
Show quoteHide quote
news:1143035594.663078.34370@i39g2000cwa.googlegroups.com...
> This question relates to Visual Studio.
> When you enter the type name or variable name followed by a period or
> fullstop, the list of members for that type should pop up. In the case
> of variables, I assume you've already declared it of a certain type.
>
> Failing that you can try to enter Ctrl-j after the period to force
> intellisense to list members. Ctrl-j might not work for you if you've
> customized your keybindings to VB6 settings in VS.
> The definitive list of intellisense keybindings are available from
> Edit->IntelliSense->
>