> Is there a shortcut in VS.NET like Shift+F3 (Changes Case) in MS Word?
VS .NET contains command "Toggle Case" which is not exposed in Edit menu
by default. It has no shortcut defined on my machine. You can easily
define shortcut for it. Command name is Edit.ToggleCase. See
http://www.vbdocman.com/blog/archives/8 if you don't know how to assign
the shortcut.
If you want to place it on toolbar or Edit menu, you can find it in
Customization dialog under Commands, Category=Edit, Command="Selection
Toggle Case". See http://www.vbdocman.com/blog/archives/7 for more info.

Signature
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
.NET and ASP .NET code
LacOniC - 14 Apr 2006 07:52 GMT
Thank you very much.
>> Is there a shortcut in VS.NET like Shift+F3 (Changes Case) in MS
>> Word?
[quoted text clipped - 8 lines]
> Customization dialog under Commands, Category=Edit, Command="Selection
> Toggle Case". See http://www.vbdocman.com/blog/archives/7 for more info.