Click here to Skip to main content
15,916,835 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to call Menu click event on TextChanged event.... Pin
jvipuln28-Oct-09 13:17
jvipuln28-Oct-09 13:17 
AnswerRe: How to call Menu click event on TextChanged event.... Pin
Not Active28-Oct-09 14:40
mentorNot Active28-Oct-09 14:40 
GeneralRe: How to call Menu click event on TextChanged event.... Pin
jvipuln29-Oct-09 7:14
jvipuln29-Oct-09 7:14 
GeneralRe: How to call Menu click event on TextChanged event.... Pin
jvipuln29-Oct-09 7:30
jvipuln29-Oct-09 7:30 
QuestionTransparent antialias text problem Pin
Peter Trevor28-Oct-09 10:10
Peter Trevor28-Oct-09 10:10 
AnswerRe: Transparent antialias text problem Pin
Henry Minute28-Oct-09 10:18
Henry Minute28-Oct-09 10:18 
AnswerRe: Transparent antialias text problem Pin
supercat928-Oct-09 12:02
supercat928-Oct-09 12:02 
AnswerRe: Transparent antialias text problem Pin
Peter Trevor30-Oct-09 14:30
Peter Trevor30-Oct-09 14:30 
Okay. After playing around with a number of options without luck I decided to try a completely different approach. What I did was to create a second (temporary) bitmap with the same dimensions as the transparent target but with a white background. I then wrote on it in black. Finally I merged this into the transparent bitmap by examing each pixel in my second bitmap and setting the corresponding pixel in the target with RGB set to the target colour and the 'A' byte set to 255 - ((old R + old G + old B) / 3). Surprisingly, this worked and gives me true antialias to transparent. Big Grin | :-D

If anyone's interested I've posted the code here [^]
QuestionOpen file (read only) which is in use by another application. Pin
rudozkv_new28-Oct-09 6:25
rudozkv_new28-Oct-09 6:25 
AnswerRe: Open file (read only) which is in use by another application. Pin
rudozkv_new28-Oct-09 6:43
rudozkv_new28-Oct-09 6:43 
QuestionIn Vb.net how to Excute events when mouse left buttion pressed Pin
Sanjqfar28-Oct-09 5:57
Sanjqfar28-Oct-09 5:57 
Questionuse / insted of . in decimal number Pin
barbod8728-Oct-09 4:04
barbod8728-Oct-09 4:04 
AnswerRe: use / insted of . in decimal number [modified] Pin
Henry Minute28-Oct-09 4:33
Henry Minute28-Oct-09 4:33 
AnswerRe: use / insted of . in decimal number Pin
Luc Pattyn28-Oct-09 7:44
sitebuilderLuc Pattyn28-Oct-09 7:44 
Questionhow to paint on panel or on image in webpage with vb.net 2005 ????? Pin
jamalhamou28-Oct-09 0:53
jamalhamou28-Oct-09 0:53 
AnswerRe: how to paint on panel or on image in webpage with vb.net 2005 ????? Pin
Not Active28-Oct-09 0:58
mentorNot Active28-Oct-09 0:58 
AnswerRe: how to paint on panel or on image in webpage with vb.net 2005 ????? Pin
Ashfield28-Oct-09 2:35
Ashfield28-Oct-09 2:35 
AnswerRe: how to paint on panel or on image in webpage with vb.net 2005 ????? Pin
Pete O'Hanlon28-Oct-09 2:58
mvePete O'Hanlon28-Oct-09 2:58 
QuestionHow to select multiple objects using mouse? C# .Net Pin
Zar Ni27-Oct-09 21:05
Zar Ni27-Oct-09 21:05 
AnswerRe: How to select multiple objects using mouse? C# .Net Pin
Richard MacCutchan27-Oct-09 22:11
mveRichard MacCutchan27-Oct-09 22:11 
AnswerRe: How to select multiple objects using mouse? C# .Net Pin
freakyit27-Oct-09 22:20
freakyit27-Oct-09 22:20 
QuestionCalling WPF pages in VC++ Pin
kDevloper27-Oct-09 18:37
kDevloper27-Oct-09 18:37 
Questionvb.net handles clause requires a withevents variable Pin
User 540919027-Oct-09 11:12
User 540919027-Oct-09 11:12 
QuestionCLR Profiler - too many objects??? Pin
Member 332970027-Oct-09 8:12
Member 332970027-Oct-09 8:12 
AnswerRe: CLR Profiler - too many objects??? Pin
Member 332970027-Oct-09 22:54
Member 332970027-Oct-09 22:54 

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.