Click here to Skip to main content
15,889,403 members
Home / Discussions / C#
   

C#

 
AnswerRe: Changing control rectangle color? Pin
Ravi Bhavnani29-Jun-10 13:59
professionalRavi Bhavnani29-Jun-10 13:59 
AnswerRe: Changing control rectangle color? Pin
Dr.Walt Fair, PE29-Jun-10 14:07
professionalDr.Walt Fair, PE29-Jun-10 14:07 
AnswerRe: Changing control rectangle color? Pin
V.29-Jun-10 21:15
professionalV.29-Jun-10 21:15 
AnswerRe: Changing control rectangle color? Pin
Megidolaon30-Jun-10 12:21
Megidolaon30-Jun-10 12:21 
GeneralRe: Changing control rectangle color? Pin
Adam R Harris2-Jul-10 7:14
Adam R Harris2-Jul-10 7:14 
Questionc sharp learning Pin
netJP12L29-Jun-10 11:24
netJP12L29-Jun-10 11:24 
AnswerRe: c sharp learning Pin
Dave Kreskowiak30-Jun-10 1:38
mveDave Kreskowiak30-Jun-10 1:38 
Questioncan I make zooming in the form itself ? Pin
Honeyboy_2029-Jun-10 8:54
Honeyboy_2029-Jun-10 8:54 
can I make zooming in the form itself ?
hi,

I have the following problem , I am reading from serial port and draw plots from the serial port in the form and no problem with flicker (I am enable doublebuffersize property) after doing this i does n't have any problem but the problem come when i want to make zooming in the form so I am draw in panel or picturebox but the problem of flicker appear as long as i am extend picturebox as a control and add in the constructor the following method :

Code:
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);


so my question can I make zooming in the form itself if i can not what is the solution for flicker ?
AnswerRe: can I make zooming in the form itself ? Pin
Ennis Ray Lynch, Jr.29-Jun-10 9:20
Ennis Ray Lynch, Jr.29-Jun-10 9:20 
AnswerRe: can I make zooming in the form itself ? Pin
Gonzalo Cao30-Jun-10 1:53
Gonzalo Cao30-Jun-10 1:53 
QuestionC# ComboBox (DataBound) for display Pin
maxpfc29-Jun-10 6:50
maxpfc29-Jun-10 6:50 
AnswerRe: C# ComboBox (DataBound) for display Pin
Ennis Ray Lynch, Jr.29-Jun-10 7:40
Ennis Ray Lynch, Jr.29-Jun-10 7:40 
GeneralRe: C# ComboBox (DataBound) for display Pin
DaveyM6929-Jun-10 8:02
professionalDaveyM6929-Jun-10 8:02 
GeneralRe: C# ComboBox (DataBound) for display Pin
I Believe In GOD29-Jun-10 8:16
I Believe In GOD29-Jun-10 8:16 
JokeRe: C# ComboBox (DataBound) for display Pin
Pete O'Hanlon29-Jun-10 11:07
mvePete O'Hanlon29-Jun-10 11:07 
GeneralRe: C# ComboBox (DataBound) for display Pin
DaveyM6929-Jun-10 12:04
professionalDaveyM6929-Jun-10 12:04 
AnswerRe: C# ComboBox (DataBound) for display Pin
maxpfc29-Jun-10 23:30
maxpfc29-Jun-10 23:30 
QuestionOAuth implementation help Pin
Etienne_12329-Jun-10 5:44
Etienne_12329-Jun-10 5:44 
AnswerRe: OAuth implementation help Pin
Ennis Ray Lynch, Jr.29-Jun-10 6:49
Ennis Ray Lynch, Jr.29-Jun-10 6:49 
GeneralRe: OAuth implementation help Pin
Etienne_12329-Jun-10 7:32
Etienne_12329-Jun-10 7:32 
AnswerRe: OAuth implementation help [modified] Pin
Luc Pattyn29-Jun-10 7:07
sitebuilderLuc Pattyn29-Jun-10 7:07 
GeneralRe: OAuth implementation help Pin
Etienne_12329-Jun-10 7:50
Etienne_12329-Jun-10 7:50 
GeneralRe: OAuth implementation help Pin
Luc Pattyn29-Jun-10 8:06
sitebuilderLuc Pattyn29-Jun-10 8:06 
GeneralRe: OAuth implementation help Pin
Etienne_12329-Jun-10 23:29
Etienne_12329-Jun-10 23:29 
GeneralRe: OAuth implementation help Pin
Luc Pattyn30-Jun-10 0:34
sitebuilderLuc Pattyn30-Jun-10 0: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.