Showing shortcut

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to make my shortcut appear in the menu bar of my windows API in VB.NET
but even if showshortcut property is set to TRUE.

Is there an other property i have to set so that shortcut appears.
And yes the shortcut is set.

Thanks all for u tips
Pykardo
 
I think I miss explained myself, i meant shortcut like ALT+F1, not the
underlined navigation. EX: I set a menuitem1 to have the shortcut ALT+F1, and
the shortcut doesn't show, even if i make sure the ShowShortcut property is
set to True
 
Pykardo said:
I think I miss explained myself, i meant shortcut like ALT+F1, not the
underlined navigation. EX: I set a menuitem1 to have the shortcut ALT+F1,
and
the shortcut doesn't show, even if i make sure the ShowShortcut property
is
set to True

I have never seen that occuring. What Windows/.NET version are you using?
 
I am using windows XP home edition and visual basic.net 2003. And an other
thing that doesn't seem to work is the tool bar to make graphics, the buttons
just stay disabled.

thanks a lot for the help
there's been big change since VB 5.0 lol
 
Pykardo said:
that doesn't seem to work is the tool bar to make graphics, the buttons
just stay disabled.

This toolbar is only available if you edit a graphics file (for example, one
that's part of a project) within VS.NET.
 
Back
Top