Hi all, New add-in developer here, but not a new programmer by any means. I want to develop a new object in Powerpoint. So far everything I've read about the...
I need to find out exactly what is in one of the debug windows at a given time (autos, watch, locals, this). I haven't found a way to grab the interface of an...
To get the image to work in resolutions other then 24/32-bit try passing the pixel format directly to the bitmap. AFIAK the Bitmap will use the screen depth...
Hi All, I've Installed vs.net 2003 on windows 2003 but now when I try to access the services on the server Explorer I found there is no servers Connected when...
hi all, now i want to add a toolbar to the VS.net, but it seems that the samples at the ms site r difficult for me. where can i get a simple sample to begin my...
I'm trying to add a TaskItem with a custom icon. I'm constructing a System.Drawing.Bitmap object with the path of the bitmap, getting the handle, and passing...
I have a VS.Net Addin for VS.Net 2003 using command event handlers. I handle my event properly, but when control is returned to VS.Net I get the little popup...
Here's the code most people are using to convert a Bitmap or Icon to an IPictureDisp: internal class ImageConverter : System.Windows.Forms.AxHost { internal...
Hi Jeff, I'm getting a Catastrophic Failure for this code too. Do you have any idea what causes this? I feel like I have tried pretty much everything. Thanks,...
Hi there! The question is addressed mostly to Craig, Brian and Marc, but if *you* know the answer, you're welcome:) I got your book (Inside VS.NET 2003) guys...
I think I know what the problem is (but not how to solve it). The ImageConverter code works for me, as long as I call it in the OnConnection method of the...
I'm writing a debugger replacement for .NET that targets a non .NET environment (remotely). I am trying to implement features like the yellow "Next Statement"...
Can you try using a 16X16 image but with 16 colors? We don't support 256 colors (yet), but I would not expect this to throw an Catastophic exception. Craig ...
Creating your own code marker glyphs (the name we use for these) is possible, but you need to be a member of the VSIP program to do it. Craig Inside Visual...
Does it still b0rk if you make the image converter function static? Like this: /// <summary> /// Class that enables a .NET Image object to be converted to an...
Pierre, To register your interest in VSIP please fill in the following form: http://www.summsoft.com/vsipreg.asp Thanks Phil Shatz Summit Software (UK) Ltd ......
No difference; it works fine if you call it during startup but fails later. Running this code: Bitmap testBitmap = new Bitmap("c:\\test.bmp"); IPictureDisp...
Craig (or others), A couple of questions about the shim control used in toolwindows: 1) When using the shim control, the Tab order of the controls inside the ...
I've been having the same problems as Dave Wanta described since upgrading to VS2003: A working Add-in I created with the previous version didn't appear on the...
I'm trying to add my own menu item to the popup for the solution explorer. I"ve sucessfully done it for the classview, because I could simply access it as...
There are a number of problems with accelerators and the shim control, specifically with tab keys. This has been fixed with the latest update. We have been...
Anybody? Please? Nobody knows how this is done, how Crystal Graphiscs makes new objects? Any other ideas on where else to ask? The VSNET Google groups have no ...
I imagine the string you are looking for is ["Project"] I have dumped a partial list of the commandbar names and indexes as a word doc in the files section if...
I'd like to clarify my understanding of the statements in the sidebar on page 222 of the Inside Microsoft Visual Studio .NET book. In summary, it basically...
The documents are not as precise as they could be, but yes, calling Events.SolutionEvents returns a new SolutionEvents object every time it is called. I guess...
Craig, In that case, the following code should return False, shouldn´t it? But it returns True... applicationObject = (_DTE)application; addInInstance =...
Craig (or others) I am trying to get events from eVBProjectItemsEvents and eCSharpProjectItemsEvents as suggested on page 243 of your book Inside Microsoft...
Hi, Is there a way to manage programatically controls of a Smart Device application form (VS.NET 2003) from an add-in ?. The Window.Object returns Nothing...
Hi Carlos, This is a problem with the VS.NET install procedure. Specifically, when you removed VS.NET 2002, it is unregistering files still needed by VS.NET...