| Thread | Last Post | Replies |
|
| File Icons in Solution Explorer | 31 Mar 2005 15:36 GMT | 1 |
I'm trying to finish off the "polish" items for my managed VSIP package. I've created a file of my own format that goes in to Visual C++, C#, VB projects. My file type (.ssd) is registered with the OS, such that it shows up with the correct Icon in Windows Explorer. Following the ...
|
| Macro Examples in Visual Studio .NET 2003 "Object Reference Not Se | 31 Mar 2005 05:59 GMT | 1 |
I am trying to figure out how to create a macro that will color the text red that I have selected in design in VS. Seems simple, but even Microsoft's examples don't work. To do this manually, I just I open my .htm page in Design in VS.
|
| How can I create/register an options page for a C# package in VS20 | 30 Mar 2005 02:53 GMT | 14 |
(Sorry for the duplicate post, but I just learned about the managed newsgroup benefit of MSDN subscriptions. So:) I would like to know how to create an options page for my C# package in VS2003. I've got the 'Inside VS.NET 2003' book, and it shows how to do it for
|
| Y after installing my COM Addin for word, i have to manually add it? | 28 Mar 2005 17:24 GMT | 1 |
i have a made an Addin for word 2003 using VC7. i generated its setup. when i install my Addin through setup. i dont see it in my Word's toolbar. The steps which i have to follow are here under: 1. Go to Tools Menu.
|
| CreateToolWindow Questions | 28 Mar 2005 10:17 GMT | 1 |
Experience posters, I am new to creating addins and have a quick question about the CreateToolWindow function. I can't seem to create a tool window to host my user control (which is not
|
| Registering DLL | 28 Mar 2005 10:14 GMT | 1 |
How can I register in the registry a DLL created with VB NET 2003 ? I tried with REGSVR32 but it didn't worked (error message : File.dll as been loaded but the entry point can't be found)) NB: it works if I create de dll with VB6
|
| How to Handle Menu event? | 28 Mar 2005 10:07 GMT | 2 |
I have Added a new CommandBarControl of type msoControlButton in the Menu "Inline Picture" (which is displayed when you right click on some picture or some OleObject in MS Word Document). I have also run some VBA macros on click event at this new inserted menu Item by specifying ...
|
| Trouble saving projects and solutions | 28 Mar 2005 09:23 GMT | 3 |
I've got a C# visual studio addin that touches lots of projects. Sometimes it removes them, adds them, updates them, or replaces them. I'm currenlty getting frequent errors when calling _solution.VSSolution.AddFromTemplate: "User canceled out of save
|
| Undo/Redo/Print and so on from Addin | 27 Mar 2005 04:09 GMT | 2 |
I developed a tool window, which is somthing like a custom graphical editor. Now I would like to use standard visual studio undo/redo buttons and printing dialog instead of creating my own.
|
| vsip core editor keypress | 25 Mar 2005 17:37 GMT | 8 |
I'm quite new to VSIP and am in the process of writing a syntax highlighter for an old proprietary language that we are using internally. I have therefore developped and successfully run a very simple VsPackage with a VsEditorFactory that instantiates the core editor.
|
| Vs.Net 2005 Beta 2 with VSIP2005.. can't register.. | 25 Mar 2005 00:04 GMT | 1 |
I'm try to use one of the sample with Vs.Net 2005 Beta and SIP.. but when it comes to registering the package it's failing.. see below.. I have install the VSIP 2005 which is available on the web side...
|
| Retrieve C++ Class and Method name at Cursor Position | 24 Mar 2005 23:56 GMT | 5 |
A quick question about the extensibility of Visual Studio 2003: We are looking for a way to retrieve the current class/method at the cursor position. Is this information exposed in any way? Currently we are working on a VSIP based Visual Studio AddIn and thus would prefer a ...
|
| Save project file prompt | 23 Mar 2005 22:49 GMT | 6 |
Can you tell me how to get the Microsoft Developement Environment's save dialog to show? It looks like this: Save changes to the following items? ...
|
| Alternate View of a Project Hierarchy | 23 Mar 2005 07:49 GMT | 9 |
I am implementing my own Visual Studio project system using VSIP (actually, mostly using MPF in Visual Studio 2005, but if anyone can answer this question using anything VSIP related, that would be appreciated). I have created a basic hierarchy. Now I'd like to know: is it ...
|
| How to find which mouse button is clicked on MS Document? | 22 Mar 2005 11:10 GMT | 9 |
I want to know which mouse button is clicked on MS Word document. is it possible? if so then please help me. Thanks Ahmad Jalil Qarshi
|