Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
Generalenumeration linking to objects Pin
Eli Nurman24-Feb-08 5:08
Eli Nurman24-Feb-08 5:08 
GeneralHelp using listbox with access database... Pin
Jacob Dixon24-Feb-08 4:58
Jacob Dixon24-Feb-08 4:58 
QuestionHow to set a files date modified property? Pin
gunner_uk200024-Feb-08 4:09
gunner_uk200024-Feb-08 4:09 
AnswerRe: How to set a files date modified property? Pin
Luc Pattyn24-Feb-08 4:47
sitebuilderLuc Pattyn24-Feb-08 4:47 
GeneralGDI+ Problem GUI Graphics Pin
aa1124-Feb-08 3:50
aa1124-Feb-08 3:50 
GeneralRe: GDI+ Problem GUI Graphics Pin
Ed.Poore24-Feb-08 7:14
Ed.Poore24-Feb-08 7:14 
GeneralRe: GDI+ Problem GUI Graphics Pin
Roger Alsing24-Feb-08 10:05
Roger Alsing24-Feb-08 10:05 
GeneralRe: GDI+ Problem GUI Graphics Pin
Ed.Poore24-Feb-08 15:22
Ed.Poore24-Feb-08 15:22 
I think what your thinking of is the alpha components of colours which is essentially transparency, however the wand tool will not dither the neighbouring pixels with varying degrees of alpha component (as far as I know) so in essence what you have is the body of the picture with 0% alpha (i.e. fully opaque) and the borders were dithered previously with red, in this case. The red which was for example #f00 was replaced with #f000 (100% transparent) but the neighbouring ones were left as, well, pinkish.

The only way to correct this would be to manually edit the png, for example (I'm using Fireworks because it's what I know) you can replace the transparency with red and then use the wand tool to select red but turn down the tolerance so that it hopefully removes all the obvious red. For a smoother edge turn the wand to smooth edges as opposed to crisp or hard.


GeneralRe: GDI+ Problem GUI Graphics Pin
aa2224-Feb-08 22:51
aa2224-Feb-08 22:51 
General"There is no such object on the server" Error after Active Directory SetPasword call Pin
Hesham Amin24-Feb-08 2:53
Hesham Amin24-Feb-08 2:53 
GeneralRe: "There is no such object on the server" Error after Active Directory SetPasword call Pin
foluis29-Mar-10 6:52
foluis29-Mar-10 6:52 
GeneralRe: "There is no such object on the server" Error after Active Directory SetPasword call Pin
Hesham Amin3-Apr-10 23:55
Hesham Amin3-Apr-10 23:55 
Questionhow to attach picture to database ? Pin
E_Gold24-Feb-08 0:39
E_Gold24-Feb-08 0:39 
AnswerRe: how to attach picture to database ? Pin
Giorgi Dalakishvili24-Feb-08 1:04
mentorGiorgi Dalakishvili24-Feb-08 1:04 
QuestionVS2003 projects will not open ? Pin
Christian Graus23-Feb-08 23:57
protectorChristian Graus23-Feb-08 23:57 
AnswerRe: VS2003 projects will not open ? Pin
Ed.Poore24-Feb-08 7:15
Ed.Poore24-Feb-08 7:15 
GeneralRe: VS2003 projects will not open ? Pin
Christian Graus24-Feb-08 12:11
protectorChristian Graus24-Feb-08 12:11 
GeneralRe: VS2003 projects will not open ? Pin
Ed.Poore24-Feb-08 12:21
Ed.Poore24-Feb-08 12:21 
GeneralRe: VS2003 projects will not open ? Pin
Christian Graus24-Feb-08 13:05
protectorChristian Graus24-Feb-08 13:05 
GeneralRe: VS2003 projects will not open ? Pin
Ed.Poore24-Feb-08 15:23
Ed.Poore24-Feb-08 15:23 
GeneralPopulate TreeView node by clicking item in ListView Pin
MrColeyted23-Feb-08 20:07
MrColeyted23-Feb-08 20:07 
GeneralRe: Populate TreeView node by clicking item in ListView Pin
Gareth H23-Feb-08 23:14
Gareth H23-Feb-08 23:14 
GeneralRe: Populate TreeView node by clicking item in ListView Pin
MrColeyted24-Feb-08 12:06
MrColeyted24-Feb-08 12:06 
Generalcustom user control Pin
seta_yas23-Feb-08 19:47
seta_yas23-Feb-08 19:47 
QuestionC# Passings Socket references between systems Pin
FASERVER23-Feb-08 15:19
FASERVER23-Feb-08 15:19 

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.