Search the web
Sign In
New User? Sign Up
vsnetaddin · Visual Studio.NET Add-ins
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 969 - 998 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
969
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...
justafaiknaim
Offline Send Email
Jun 1, 2003
12:12 pm
970
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...
cppmanuf
Offline Send Email
Jun 2, 2003
2:38 am
971
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...
phallguy2000
Offline Send Email
Jun 2, 2003
11:17 am
972
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...
shang3000
Offline Send Email
Jun 2, 2003
6:33 pm
973
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...
wu bin
wub_2016
Offline Send Email
Jun 4, 2003
1:12 am
974
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...
spibjs
Offline Send Email
Jun 6, 2003
12:56 am
975
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...
pdziggy
Offline Send Email
Jun 8, 2003
4:06 am
976
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...
Jeff Kryzer
bartsimpson5...
Offline Send Email
Jun 8, 2003
10:17 am
977
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,...
Jamie Cansdale
turboslug
Offline Send Email
Jun 9, 2003
12:29 am
978
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...
Stoyan Damov
stoyan_damov
Offline Send Email
Jun 9, 2003
11:33 am
979
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...
spibjs
Offline Send Email
Jun 9, 2003
3:29 pm
980
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"...
pierre_maloka
Offline Send Email
Jun 9, 2003
6:03 pm
981
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 ...
Craig Skibo
craigs_ms
Offline Send Email
Jun 9, 2003
7:04 pm
982
Changing to 16 colors didn't make any difference. ... support 256...
spibjs
Offline Send Email
Jun 9, 2003
10:11 pm
983
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...
Craig Skibo
craigs_ms
Offline Send Email
Jun 9, 2003
10:13 pm
984
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...
Martyn West
westmr76
Offline Send Email
Jun 10, 2003
10:21 am
985
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 ......
Phil Shatz
phil_shatz
Offline Send Email
Jun 10, 2003
1:41 pm
986
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...
spibjs
Offline Send Email
Jun 10, 2003
1:54 pm
987
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 ...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 11, 2003
8:47 am
988
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...
jay_ayliff
Offline Send Email
Jun 11, 2003
11:28 am
989
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...
wuhlvureen
Offline Send Email
Jun 11, 2003
3:08 pm
990
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...
Craig Skibo
craigs_ms
Offline Send Email
Jun 11, 2003
6:15 pm
991
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 ...
justafaiknaim
Offline Send Email
Jun 12, 2003
12:47 am
992
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...
sh_ufton
Offline Send Email
Jun 12, 2003
12:10 pm
993
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...
wiseowlconsulting
wiseowlconsu...
Offline Send Email
Jun 12, 2003
6:59 pm
994
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 Skibo
craigs_ms
Offline Send Email
Jun 13, 2003
5:18 pm
995
Craig, In that case, the following code should return False, shouldn´t it? But it returns True... applicationObject = (_DTE)application; addInInstance =...
Quintero Vivar, Carlo...
carlos_j_qui...
Offline Send Email
Jun 16, 2003
7:39 am
996
Craig (or others) I am trying to get events from eVBProjectItemsEvents and eCSharpProjectItemsEvents as suggested on page 243 of your book Inside Microsoft...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jun 16, 2003
1:15 pm
997
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...
carlos_j_quintero
carlos_j_qui...
Offline Send Email
Jun 16, 2003
1:22 pm
998
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...
xtremesimplicity2003
xtremesimpli...
Offline Send Email
Jun 16, 2003
1:37 pm
Messages 969 - 998 of 3878   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help