Click here to Skip to main content
15,917,951 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is Windows server needed Pin
vjeko24-May-04 6:15
vjeko24-May-04 6:15 
GeneralRe: Is Windows server needed Pin
Serge Lobko-Lobanovsky26-May-04 3:52
Serge Lobko-Lobanovsky26-May-04 3:52 
GeneralAlpha & Imagelists Pin
BaShOr23-May-04 0:31
BaShOr23-May-04 0:31 
GeneralRe: Alpha & Imagelists Pin
Colin Angus Mackay23-May-04 1:25
Colin Angus Mackay23-May-04 1:25 
GeneralRe: Alpha & Imagelists Pin
leppie23-May-04 2:12
leppie23-May-04 2:12 
GeneralRe: Alpha & Imagelists Pin
Heath Stewart23-May-04 4:45
protectorHeath Stewart23-May-04 4:45 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 5:05
BaShOr23-May-04 5:05 
GeneralRe: Alpha & Imagelists Pin
Heath Stewart23-May-04 5:20
protectorHeath Stewart23-May-04 5:20 
If you don't want your controls (those that support it) to have the visual themes applied, just set the FlatStyle property to something other than FlatStyle.System.

Are you sure the halo isn't in your original image? Also keep in mind that if your image originally had a background color that set in the ImageList.TransparentColor, the alpha blending won't affect the anti-aliased pixels, which is most likely what those are. Make sure that if you use an alpha channel for your images, you don't use a background color that would be masked. With anti-aliasing, it won't be masked appropriately.

Again, remember that the manifest only affects Windows XP and newer. Make sure you don't have any problems on older Windows OSes; otherwise, you'll have to draw the images yourself.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 5:32
BaShOr23-May-04 5:32 
GeneralRe: Alpha & Imagelists Pin
Heath Stewart23-May-04 5:44
protectorHeath Stewart23-May-04 5:44 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 5:58
BaShOr23-May-04 5:58 
GeneralRe: Alpha & Imagelists Pin
leppie23-May-04 7:00
leppie23-May-04 7:00 
GeneralRe: Alpha & Imagelists Pin
BaShOr23-May-04 8:29
BaShOr23-May-04 8:29 
GeneralRe: Alpha & Imagelists Pin
leppie23-May-04 10:49
leppie23-May-04 10:49 
GeneralCompound file in C# Pin
ilmian22-May-04 21:25
ilmian22-May-04 21:25 
GeneralRe: Compound file in C# Pin
bjoernen22-May-04 22:23
bjoernen22-May-04 22:23 
GeneralRe: Compound file in C# Pin
Colin Angus Mackay23-May-04 1:39
Colin Angus Mackay23-May-04 1:39 
GeneralRe: Compound file in C# Pin
Heath Stewart23-May-04 4:36
protectorHeath Stewart23-May-04 4:36 
GeneralRe: Compound file in C# Pin
Heath Stewart23-May-04 4:28
protectorHeath Stewart23-May-04 4:28 
GeneralRe: Compound file in C# Pin
Heath Stewart23-May-04 4:33
protectorHeath Stewart23-May-04 4:33 
GeneralRe: Compound file in C# Pin
Anonymous23-May-04 23:55
Anonymous23-May-04 23:55 
GeneralRe: Compound file in C# Pin
Heath Stewart24-May-04 3:27
protectorHeath Stewart24-May-04 3:27 
GeneralRe: Compound file in C# Pin
ilmian24-May-04 20:07
ilmian24-May-04 20:07 
GeneralRe: Compound file in C# Pin
Heath Stewart25-May-04 2:37
protectorHeath Stewart25-May-04 2:37 
GeneralRe: Compound file in C# Pin
Dave Kreskowiak23-May-04 4:34
mveDave Kreskowiak23-May-04 4:34 

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.