Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
AnswerRe: C#.net (windows ) Pin
Jasmine250119-Apr-13 6:32
Jasmine250119-Apr-13 6:32 
AnswerRe: C#.net (windows ) Pin
Simon_Whale19-Apr-13 9:54
Simon_Whale19-Apr-13 9:54 
AnswerRe: C#.net (windows ) Pin
Abhinav S19-Apr-13 23:24
Abhinav S19-Apr-13 23:24 
QuestionReading data from a USB in C# Pin
Member 190139319-Apr-13 0:37
Member 190139319-Apr-13 0:37 
AnswerRe: Reading data from a USB in C# Pin
Richard MacCutchan19-Apr-13 0:44
mveRichard MacCutchan19-Apr-13 0:44 
AnswerRe: Reading data from a USB in C# Pin
Dave Kreskowiak19-Apr-13 2:27
mveDave Kreskowiak19-Apr-13 2:27 
AnswerRe: Reading data from a USB in C# Pin
Abhinav S19-Apr-13 23:25
Abhinav S19-Apr-13 23:25 
QuestionMake really transparent png image Pin
payjo18-Apr-13 15:38
payjo18-Apr-13 15:38 
I use this code for make transparent png background this work but I get flick when pictureBox1 moving (pictureBox1 display for webcam), any idea?

C#
pictureBox1.Controls.Add(pictureBox3);
   pictureBox1.Controls.Add(pictureBox4);
   pictureBox1.Controls.Add(pictureBox5);
   pictureBox1.Controls.Add(qPanel1);
   pictureBox3.BackColor = Color.Transparent;
   pictureBox4.BackColor = Color.Transparent;
   pictureBox5.BackColor = Color.Transparent;

   pictureBox3.Location = new Point(60, 536);
   pictureBox4.Location = new Point(349, 536);
   pictureBox5.Location = new Point(638, 536);


this sample when pictureBox1 move and going to flick http://imageshack.us/photo/my-images/707/19041381855.jpg/?sa=0[^]
AnswerRe: Make really transparent png image Pin
lukeer19-Apr-13 0:14
lukeer19-Apr-13 0:14 
GeneralRe: Make really transparent png image Pin
payjo19-Apr-13 5:29
payjo19-Apr-13 5:29 
AnswerRe: Make really transparent png image Pin
Dave Kreskowiak19-Apr-13 2:25
mveDave Kreskowiak19-Apr-13 2:25 
AnswerRe: Make really transparent png image Pin
Yvan Rodrigues19-Apr-13 14:17
professionalYvan Rodrigues19-Apr-13 14:17 
QuestionEmbed an EXE in a frame within your program Pin
Goaty6510918-Apr-13 12:42
Goaty6510918-Apr-13 12:42 
AnswerRe: Embed an EXE in a frame within your program Pin
Dave Kreskowiak18-Apr-13 15:03
mveDave Kreskowiak18-Apr-13 15:03 
GeneralRe: Embed an EXE in a frame within your program Pin
Goaty6510918-Apr-13 17:00
Goaty6510918-Apr-13 17:00 
AnswerRe: Embed an EXE in a frame within your program Pin
DaveyM6918-Apr-13 19:44
professionalDaveyM6918-Apr-13 19:44 
GeneralRe: Embed an EXE in a frame within your program Pin
Dave Kreskowiak19-Apr-13 2:24
mveDave Kreskowiak19-Apr-13 2:24 
GeneralRe: Embed an EXE in a frame within your program Pin
Goaty6510919-Apr-13 4:14
Goaty6510919-Apr-13 4:14 
AnswerRe: Embed an EXE in a frame within your program Pin
Abhinav S18-Apr-13 21:10
Abhinav S18-Apr-13 21:10 
Questionhow can I run code dependent on a probability using a random object? Pin
raymond leadingham18-Apr-13 7:58
raymond leadingham18-Apr-13 7:58 
AnswerRe: how can I run code dependent on a probability using a random object? Pin
SledgeHammer0118-Apr-13 8:21
SledgeHammer0118-Apr-13 8:21 
GeneralRe: how can I run code dependent on a probability using a random object? Pin
raymond leadingham18-Apr-13 8:29
raymond leadingham18-Apr-13 8:29 
GeneralRe: how can I run code dependent on a probability using a random object? Pin
SledgeHammer0118-Apr-13 10:03
SledgeHammer0118-Apr-13 10:03 
AnswerRe: how can I run code dependent on a probability using a random object? Pin
dusty_dex18-Apr-13 9:00
dusty_dex18-Apr-13 9:00 
AnswerRe: how can I run code dependent on a probability using a random object? Pin
Jasmine250118-Apr-13 11:52
Jasmine250118-Apr-13 11:52 

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.