thx for the reply.
is there any way i could use my own custom jpeg next to the context menu text?
Also i have created a project item type. when selected through add new item,
after the the user gives the file name, i start-up my own wizard and gets
other data from user. what i'm planning to do is, in the same project, add
the new connect class implementing "Extensibility.IDTExtensibility2,
IDTCommandTarget" with the same progID as the one before add new item->my
project item. in the exec method i'm going to run my winforms wizard.
although in this case i've to have one extra control to take the project item
name and go on.
will this case work. also when making deployment versions, i just dump the
DLL and TLB files at the appropriate locations. now i have to make some new
registry entries for the context menu. but hoping it should work
> thx for the reply.
> is there any way i could use my own custom jpeg next to the context menu
[quoted text clipped - 15 lines]
> new
> registry entries for the context menu. but hoping it should work
I believe that you can only use bitmaps stored in the add-in's satellite dll
in order to place images inside your menu item (as quite a few of the
standard menus items show). I am still working on pulling my image resource
id's from the vsdir files and using those...but since I don't have a custom
satellite dll, and all my code files are custom classes...I want to use some
of the default icons (class, module, et cetera). So I'm trying to make the
default vb satellite my add-in's satellite.
Your scenario should work. I see no reason why it wouldn't.
Mythran
"Mythran" <kip_potter@hotmail.comREMOVETRAIL> wrote:
"back2grid" <back2grid@discussions.microsoft.com> wrote in message
> news:6549A7AA-FD9F-40EB-B5D3-31330223C415@microsoft.com...
> > thx for the reply.
> > is there any way i could use my own custom jpeg next to the context menu
> > text?
> >
> > Also i have created a project item type. when selected through add new
> > item,
> > after the the user gives the file name, i start-up my own wizard and gets
> > other data from user. what i'm planning to do is, in the same project,
add
> > the new connect class implementing "Extensibility.IDTExtensibility2,
> > IDTCommandTarget" with the same progID as the one before add new item->my
> > project item. in the exec method i'm going to run my winforms wizard.
> > although in this case i've to have one extra control to take the project
> > item
> > name and go on.
> >
> > will this case work. also when making deployment versions, i just dump
the
> > DLL and TLB files at the appropriate locations. now i have to make some
> > new
> > registry entries for the context menu. but hoping it should work
We have the same problem, but we suggest that it's not so a good way to make
some registry entries...
e-Mergence Consultant,
[SMS-Informatique-Internet-Telecom]
Cotonou,
R?p. du B?nin
> I believe that you can only use bitmaps stored in the add-in's satellite
dll
> in order to place images inside your menu item (as quite a few of the
> standard menus items show). I am still working on pulling my image resource
> id's from the vsdir files and using those...but since I don't have a custom
> satellite dll, and all my code files are custom classes...I want to use some
> of the default icons (class, module, et cetera). So I'm trying to make the
> default vb satellite my add-in's satellite.
>
> Your scenario should work. I see no reason why it wouldn't.
>
> Mythran
-----------------------------------------------------
This message was posted using http://www.gdse.com/
back2grid - 09 Dec 2004 16:17 GMT
Hi,
the registry entries will be made by the AddInnSetup project. but in the
future i'm thinking of putting all the entires myself. We have two product
types one .NET and Java. I developed an installer that will install either or
it and on different O/S (for java) through a single install file. I'm
planning to make the Visual Studio Integration (custom project type, project
item type etc) as part of the installer. So when installing .NET version, a
user will also have an option to install the VS integration project.
In this case i need to dump the Dll's and TLB's and have to make some
registry entires myself.
> "Mythran" <kip_potter@hotmail.comREMOVETRAIL> wrote:
> "back2grid" <back2grid@discussions.microsoft.com> wrote in message
[quoted text clipped - 52 lines]
> -----------------------------------------------------
> This message was posted using http://www.gdse.com/