Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:23
Daniel Turini26-Jan-04 4:23 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 4:44
Chris Meech26-Jan-04 4:44 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 4:58
Daniel Turini26-Jan-04 4:58 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 5:46
Chris Meech26-Jan-04 5:46 
GeneralRe: C# Web Services Pin
Daniel Turini26-Jan-04 5:54
Daniel Turini26-Jan-04 5:54 
GeneralRe: C# Web Services Pin
Chris Meech26-Jan-04 7:46
Chris Meech26-Jan-04 7:46 
GeneralWindows XP Icons Pin
Shree23-Jan-04 8:38
Shree23-Jan-04 8:38 
GeneralRe: Windows XP Icons Pin
Heath Stewart23-Jan-04 9:47
protectorHeath Stewart23-Jan-04 9:47 
These are actually not icons but a Bitmap image strip in the Bitmap resource type section of several different executables. If you want the ones that you typically see in Windows XP, open the library %windir%\system32\browseui.dll, expand the Bitmap section, and view the various Bitmaps which you can right-click and extract. For the high-res 8 bit, 20x20 pixel buttons, see resource #266, for example.

You can either chop these up into squares using the Office Photo Editor or MS Paint or any other basic graphic package, set the ImageList.TranspartColor property to the color mask (with the bitmaps mentioned above, it's Magenta) and use these at design-time, or read the whole strip into an ImageList using ImageList.Images.AddStrip and embed the bitmap resource in your assembly (in the VS.NET project, select the Bitmap and change the "Build Action" in the property grid to "Embedded Resource"). See Assembly.GetManifestResourceStream for infomration about how to read that embedded resource. One of the Image constructor overloads can do that easily as well.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Windows XP Icons Pin
leppie23-Jan-04 23:03
leppie23-Jan-04 23:03 
GeneralRe: Windows XP Icons Pin
Heath Stewart24-Jan-04 5:38
protectorHeath Stewart24-Jan-04 5:38 
GeneralRe: Windows XP Icons Pin
eggie524-Jan-04 7:17
eggie524-Jan-04 7:17 
GeneralRe: Windows XP Icons Pin
Heath Stewart24-Jan-04 8:40
protectorHeath Stewart24-Jan-04 8:40 
GeneralRe: Windows XP Icons Pin
eggie524-Jan-04 8:41
eggie524-Jan-04 8:41 
GeneralCheck for the dialog box. Pin
tonu23-Jan-04 6:41
tonu23-Jan-04 6:41 
GeneralRe: Check for the dialog box. Pin
Heath Stewart23-Jan-04 8:26
protectorHeath Stewart23-Jan-04 8:26 
GeneralServer 2003 DDK, ZMODEM Pin
Shahin7723-Jan-04 5:51
Shahin7723-Jan-04 5:51 
GeneralRe: Server 2003 DDK, ZMODEM Pin
leppie23-Jan-04 6:01
leppie23-Jan-04 6:01 
GeneralRe: Server 2003 DDK, ZMODEM Pin
Shahin7723-Jan-04 6:31
Shahin7723-Jan-04 6:31 
GeneralRe: Server 2003 DDK, ZMODEM Pin
Heath Stewart23-Jan-04 6:38
protectorHeath Stewart23-Jan-04 6:38 
GeneralRe: Server 2003 DDK, ZMODEM Pin
leppie23-Jan-04 9:02
leppie23-Jan-04 9:02 
Generalneed to import weird C struct Pin
sammyh23-Jan-04 5:28
sammyh23-Jan-04 5:28 
GeneralRe: need to import weird C struct Pin
Heath Stewart23-Jan-04 5:40
protectorHeath Stewart23-Jan-04 5:40 
GeneralRe: need to import weird C struct Pin
sammyh23-Jan-04 6:00
sammyh23-Jan-04 6:00 
GeneralRe: need to import weird C struct Pin
Heath Stewart23-Jan-04 6:08
protectorHeath Stewart23-Jan-04 6:08 
GeneralRe: need to import weird C struct Pin
leppie23-Jan-04 6:08
leppie23-Jan-04 6:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.