Prev: catch PnP Event in C#
Next: Registry
From: Jeff Gaines on 22 Oct 2009 10:26 On 22/10/2009 in message <gqp0e5hun1np4j7o6g1osopff86dbncg45(a)4ax.com> Helmut Giese wrote: >apart from a ghastly pinkish background that is. Isn't that Fuschia or something similar, it's the transparency colour. -- Jeff Gaines Dorset UK Indecision is the key to flexibility
From: Helmut Giese on 22 Oct 2009 10:43 Hi Jeff, >>apart from a ghastly pinkish background that is. > >Isn't that Fuschia or something similar, it's the transparency colour. you are a lot faster than I am. :) I just went back to VS, got an imagelist and - to my surprise - there is this 'TransparentColor' property, and when I switched to the 'Custom' tab and eventually arrived at opening the part where you can define any ol' color by entering its RGB value(s), and entered 255 - 0 - 255, and then handed it over to VS - Yessir, VS named it Fuchsia. Ok, so now I know, too. Best regards Helmut Giese
From: Jeff Johnson on 22 Oct 2009 11:01 "Scott M." <s-mar(a)nospam.nospam> wrote in message news:eWpbTsxUKHA.1092(a)TK2MSFTNGP02.phx.gbl... >> In VS 2005, there is a folder called "x:\Program Files\Microsoft Visual >> Studio 8\Common7\VS2005ImageLibrary" which contains a Zip file with a ton >> of graphics, some icons, some bitmaps. For 2008, it's "x:\Program >> Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\<your >> locale>". > > These folders do not contain Visual Studio-specific icons, rather they > contain Windows-specific icons. Look closer....
From: Scott M. on 22 Oct 2009 11:12 I stand corrected. I don't think prior versions of VS had these and I assumed that 9.0 didn't either. -Scott "Jeff Johnson" <i.get(a)enough.spam> wrote in message news:OJtXDiyUKHA.2932(a)TK2MSFTNGP04.phx.gbl... > "Scott M." <s-mar(a)nospam.nospam> wrote in message > news:eWpbTsxUKHA.1092(a)TK2MSFTNGP02.phx.gbl... > >>> In VS 2005, there is a folder called "x:\Program Files\Microsoft Visual >>> Studio 8\Common7\VS2005ImageLibrary" which contains a Zip file with a >>> ton of graphics, some icons, some bitmaps. For 2008, it's "x:\Program >>> Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\<your >>> locale>". >> >> These folders do not contain Visual Studio-specific icons, rather they >> contain Windows-specific icons. > > Look closer.... >
From: Jeff Johnson on 22 Oct 2009 12:19
"Scott M." <s-mar(a)nospam.nospam> wrote in message news:%23vmdpnyUKHA.508(a)TK2MSFTNGP06.phx.gbl... >I stand corrected. I don't think prior versions of VS had these and I >assumed that 9.0 didn't either. VS 2005 (a prior version) was the first to introduce this file, I believe, and it definitely has IDE-specific images in it. VS .NET 2003 looks like it just has the old (and ugly) VB library of graphics. |