Click here to Skip to main content
15,905,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: VC# - Drawing an Image to a Control Pin
CKnig20-Dec-07 22:25
CKnig20-Dec-07 22:25 
QuestionHow to implement a VMR9 filter to render images from camera to large DLPTV Pin
sheeja_a_l20-Dec-07 19:31
sheeja_a_l20-Dec-07 19:31 
AnswerRe: How to implement a VMR9 filter to render images from camera to large DLPTV Pin
Stevo Z20-Dec-07 21:58
Stevo Z20-Dec-07 21:58 
GeneralRe: How to implement a VMR9 filter to render images from camera to large DLPTV Pin
sheeja_a_l20-Dec-07 22:03
sheeja_a_l20-Dec-07 22:03 
GeneralRelated to button control Pin
amit_8320-Dec-07 19:25
amit_8320-Dec-07 19:25 
GeneralRe: Related to button control Pin
Christian Graus20-Dec-07 19:36
protectorChristian Graus20-Dec-07 19:36 
GeneralRe: Related to button control Pin
Paul Conrad23-Dec-07 7:19
professionalPaul Conrad23-Dec-07 7:19 
Questionthe problem with creating a duble buffer transparent control Pin
sunheart20-Dec-07 19:17
sunheart20-Dec-07 19:17 
I create a user control that shows some different pictures(it look like just animation ). Here the code :

Bitmap dblbuffer;
g1=Graphics.FromImage(dblbuffer);
g1.Clear(this.BackColor);
g1.DrawImage(bmp1,...);//maybe next time it will draw anothe picture

g.DrawImageUnscaled(dblbuffer,0,0);

When backColor is not transparent,it works well.
But if backColor is transparent,the problem appear.That is,it cannot appropriately draw background when to draw smaller picture after bigger one.

So, how to copy the appropriate portion of the image(or background) of parent control onto my control's own surface.

thanks a lot
GeneralRe: the problem with creating a duble buffer transparent control Pin
sunheart20-Dec-07 19:23
sunheart20-Dec-07 19:23 
GeneralTo get and set Security permissions of a file or Directory in C# Pin
Raheem MA20-Dec-07 18:58
Raheem MA20-Dec-07 18:58 
GeneralRe: To get and set Security permissions of a file or Directory in C# Pin
michaelvdnest20-Dec-07 20:57
michaelvdnest20-Dec-07 20:57 
GeneralRe: To get and set Security permissions of a file or Directory in C# Pin
Giorgi Dalakishvili20-Dec-07 21:47
mentorGiorgi Dalakishvili20-Dec-07 21:47 
GeneralDelete file Pin
blackjack215020-Dec-07 18:55
blackjack215020-Dec-07 18:55 
GeneralRe: Delete file Pin
Christian Graus20-Dec-07 19:03
protectorChristian Graus20-Dec-07 19:03 
GeneralRe: Delete file Pin
blackjack215020-Dec-07 19:11
blackjack215020-Dec-07 19:11 
GeneralRe: Delete file Pin
michaelvdnest20-Dec-07 20:40
michaelvdnest20-Dec-07 20:40 
GeneralProblem with previleges with fileInfo/directoryInfo objects for moving a file Pin
rajesh4u20-Dec-07 18:04
rajesh4u20-Dec-07 18:04 
GeneralRe: Problem with previleges with fileInfo/directoryInfo objects for moving a file Pin
Raheem MA20-Dec-07 19:07
Raheem MA20-Dec-07 19:07 
QuestionInternational Keyboard Input Pin
rcollina20-Dec-07 17:20
rcollina20-Dec-07 17:20 
GeneralRe: International Keyboard Input Pin
Paul Conrad22-Dec-07 9:17
professionalPaul Conrad22-Dec-07 9:17 
GeneralRe: International Keyboard Input Pin
rcollina24-Dec-07 4:46
rcollina24-Dec-07 4:46 
GeneralRe: International Keyboard Input Pin
Paul Conrad24-Dec-07 4:51
professionalPaul Conrad24-Dec-07 4:51 
GeneralRe: International Keyboard Input Pin
rcollina24-Dec-07 12:15
rcollina24-Dec-07 12:15 
GeneralLINQ to XML Pin
Edmundisme20-Dec-07 16:19
Edmundisme20-Dec-07 16:19 
GeneralRe: LINQ to XML Pin
Judah Gabriel Himango20-Dec-07 16:24
sponsorJudah Gabriel Himango20-Dec-07 16:24 

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.