mfc >> Keyboard shortcut for "1 of 2" tooltip?

by Dan McCarty » Mon, 24 Jan 2005 23:53:14 GMT

When you start typing the opening parenthesis for a function and the
IDE shows a tooltip listing an overloaded function's parameters, it
will show them as

"<| 1 of 2 |> foo function(parameter1, parameter2, etc)"

Rather than try to hit that 4-pixel left or right arrow, is there a
keyboard shortcut to cycle through the different functions? I've
looked through all the possible key bindings and I can't seem to find
it.

TIA,
Dan.



mfc >> Keyboard shortcut for "1 of 2" tooltip?

by Mike Gleason Jr Couturier » Tue, 25 Jan 2005 00:23:49 GMT






I think it is ctrl-page down or ctrl-page up

Mike





mfc >> Keyboard shortcut for "1 of 2" tooltip?

by David Lowndes » Tue, 25 Jan 2005 00:47:22 GMT

>When you start typing the opening parenthesis for a function and the

Have you tried cursor up/down? I seem to recall this not working very
well in VS2002 though.

Dave


Keyboard shortcut for "1 of 2" tooltip?

by Dan McCarty » Wed, 26 Jan 2005 05:15:54 GMT

That's it! Thanks very much.



Similar Threads

1. Creating a keyboard shortcut on windows form - CSharp/C#

2. Overriding windows keyboard shortcuts.

I would like to change the function of the Print Screen key *in 
windows*. Is there a registry value that I can change?

Instead of starting my program with windows and monitoring keyboard 
events, I would like windows to start my program on key press.

Is that possible?

If not, how would I go about creating a small service that monitors 
keyboard events. I want to assign print screen to my program.

3. ContextMenuStrip - determine source while using keyboard shortcut - CSharp/C#

4. TabPage keyboard shortcuts possible, like buttons?

I cannot use & to implement a keyboard shortcut on a TabPage like I
can on a Button.  Is there a way to easily do this?  Maybe TabPages
aren't supposed to have keyboard shortcuts, but it would be convenient
of they did.

thanks,
Zytan

5. Handling Keyboard Shortcuts - CSharp/C#

6. Keyboard Shortcuts

Hi,

I have windows app that I have a windows keyboard shortcut for.

I am finding that the shortcut is not all that responsive.

ie it takes sometimes more than a 5 seconds for form
to appear or longer.

Is this something I can improve or is it the windows
messaging system that is causing the delay.

I would like it to be 2 seconds or so.

rotsey


7. Simple question about Keyboard shortcut. - CSharp/C#

8. Howto disable Ctrl+F4 keyboard shortcut

Hi,

I would like to disable the default use of Ctrl+F4 keyboard
shortcut in my application developed using C++Builder (BDS 2006).
Is there a way this can be done? The reason is that I want to
assign this keyboard shortcut combination to a different action in
my program. The documentation shipped with BDS unfortunately lacks
the information on "Customizing Shortcut Keys".