473,408 Members | 2,832 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

How are items added to VB2003 Tools menu item

In my VS2003 under the Tools Menu Item is an item :
"C# to VB Converter"

I don't know where it came from and want to move it to VB2005.

I've searched Program Files for file with # in its name an none of them
seems to be the source of that item.

Is it possible to retrieve the file that added that menu item and use it to
add an item to VB2005?
I'll try anything reasonable
Thank
Mar 21 '06 #1
5 1296
It can be:

- An external tool: (Tools, External Tools menu). In this case you can add
it to the VS 2005 IDE.
- A button created from an add-in (Tools, Add-In Manager menu). In this case
you need the VS 2005 version.
- A button created from a Visual Studio Package. In this case you need also
the VS 2005 version.

Which is your case?

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Allen" <al***********@a-znet.com> escribió en el mensaje
news:OZ**************@tk2msftngp13.phx.gbl...
In my VS2003 under the Tools Menu Item is an item :
"C# to VB Converter"

I don't know where it came from and want to move it to VB2005.

I've searched Program Files for file with # in its name an none of them
seems to be the source of that item.

Is it possible to retrieve the file that added that menu item and use it
to add an item to VB2005?
I'll try anything reasonable
Thank

Mar 22 '06 #2
I did find it in my VS2003 files Setup.Ini. does that tell you anything?
I also have a msi and an Setup.exe which I can post if it is a good idea.
Size 842HB - maybe zipping would help. Should I post it?
Thanks

This is the
"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
It can be:

- An external tool: (Tools, External Tools menu). In this case you can add
it to the VS 2005 IDE.
How do I do this? Just a hint to get me started.

- A button created from an add-in (Tools, Add-In Manager menu). In this
case you need the VS 2005 version.
- A button created from a Visual Studio Package. In this case you need
also the VS 2005 version.

Which is your case?

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Allen" <al***********@a-znet.com> escribió en el mensaje
news:OZ**************@tk2msftngp13.phx.gbl...
In my VS2003 under the Tools Menu Item is an item :
"C# to VB Converter"

I don't know where it came from and want to move it to VB2005.

I've searched Program Files for file with # in its name an none of them
seems to be the source of that item.

Is it possible to retrieve the file that added that menu item and use it
to add an item to VB2005?
I'll try anything reasonable
Thank


Mar 23 '06 #3

"Allen" <al***********@a-znet.com> escribió en el mensaje
news:eI**************@TK2MSFTNGP11.phx.gbl...
I did find it in my VS2003 files Setup.Ini. does that tell you anything?
No, I was not aware of a setup.ini
I also have a msi and an Setup.exe which I can post if it is a good idea.
Size 842HB - maybe zipping would help. Should I post it?


No, do not post it, nobody is going to execute it. Likely that is the
provider of the "C# to VB Converter", you can contact them requesting a
version for VS 2005
- An external tool: (Tools, External Tools menu). In this case you can
add it to the VS 2005 IDE.

How do I do this? Just a hint to get me started.


Just execute the Tools, External Tools menu and click the Add button to add
a new external program to the Tools menu.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com


Mar 23 '06 #4

"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...

"Allen" <al***********@a-znet.com> escribió en el mensaje
news:eI**************@TK2MSFTNGP11.phx.gbl...
I did find it in my VS2003 files Setup.Ini. does that tell you anything?


No, I was not aware of a setup.ini
I also have a msi and an Setup.exe which I can post if it is a good idea.
Size 842HB - maybe zipping would help. Should I post it?


No, do not post it, nobody is going to execute it. Likely that is the
provider of the "C# to VB Converter", you can contact them requesting a
version for VS 2005
- An external tool: (Tools, External Tools menu). In this case you can
add it to the VS 2005 IDE.

How do I do this? Just a hint to get me started.


Just execute the Tools, External Tools menu and click the Add button to
add a new external program to the Tools menu.

--

Thanks, I'll try that
Mar 23 '06 #5
Allen wrote :
I've searched Program Files for file with # in its name an none of them
seems to be the source of that item.


You don't need to search for that program. When you click on Tools ->
External Tools... , you should see a dialog box that lists all the
Tools that you have added to VS.NET for quick access. (It doesn't
matter if you didn't add it in manually. Maybe the installer of that
program did that) In this list, click the "C# to VB Converter" element.
The "Command" value should show you the path to the executable.

After that, as Carlos said, "Just execute the Tools, External Tools
menu and click the Add button to add
a new external program to the Tools menu." (Though it probably won't
work in VS2005 considering the enormous amounf of changes)

Regards,

Cerebrus.

Mar 23 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: tmaster | last post by:
When I try to dynamically add a second sub menu item to this ContextMenu item, I get an error 'Specified argument was out of the range of valid values'. Private Sub mnuTopics_Show_Select(ByVal...
6
by: Bob Kochem | last post by:
I am looking for a way via code to access all the menu itmes on a given form. I am looking for something like the Forms or Controls collections, but for menu items. Is there such a thing or method?...
1
by: =?Utf-8?B?QW5kcmV3?= | last post by:
Hi, friends, I am using C#.net 2005 to create a windows application. It has menu items, such as File, etc. Under File, there are more menu items, such as New Files, Working Files, etc. Under...
2
by: tamasu | last post by:
Hi, I am retrieving a selected item from a list/menu component on an HTML page. The said value is passed as a parameter to a method initiated through <jsp:useBean. I am aware that when...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.