Click here to Skip to main content
15,902,635 members
Home / Discussions / C#
   

C#

 
Generaltransfer files from server to client Pin
pjay2314-Jun-05 1:34
pjay2314-Jun-05 1:34 
GeneralRe: transfer files from server to client Pin
Christian Graus14-Jun-05 1:37
protectorChristian Graus14-Jun-05 1:37 
Generaldelete unfected files Pin
Member 182653314-Jun-05 1:24
Member 182653314-Jun-05 1:24 
GeneralRe: delete unfected files Pin
Christian Graus14-Jun-05 1:31
protectorChristian Graus14-Jun-05 1:31 
GeneralRe: delete unfected files Pin
mav.northwind14-Jun-05 3:34
mav.northwind14-Jun-05 3:34 
GeneralDesktop Icons Pin
Sabry190514-Jun-05 0:51
Sabry190514-Jun-05 0:51 
Generalquery about retrieving data from varbinary types Pin
G_Zola14-Jun-05 0:10
G_Zola14-Jun-05 0:10 
GeneralGDI+ flicker when drawing to a panel Pin
JDUK13-Jun-05 20:18
JDUK13-Jun-05 20:18 
I have a panel inside a form im drawing to becuase the drawing space needs to be bigger than the form and the user needs to be able to scroll round the image using the form scroll bars..

i have used
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);

to try and stop the flicker but it only works when the form itself is drawn to.
How do i get double buffering to work on the panel?

Thanks.
GeneralRe: GDI+ flicker when drawing to a panel Pin
JDUK13-Jun-05 20:59
JDUK13-Jun-05 20:59 
GeneralRe: GDI+ flicker when drawing to a panel Pin
Judah Gabriel Himango14-Jun-05 8:35
sponsorJudah Gabriel Himango14-Jun-05 8:35 
GeneralRe: GDI+ flicker when drawing to a panel Pin
JDUK14-Jun-05 12:40
JDUK14-Jun-05 12:40 
GeneralProperty with another name in the Designer Pin
Trambert13-Jun-05 22:47
Trambert13-Jun-05 22:47 
GeneralRe: Property with another name in the Designer Pin
MoustafaS14-Jun-05 0:35
MoustafaS14-Jun-05 0:35 
GeneralRe: Property with another name in the Designer Pin
Trambert15-Jun-05 2:08
Trambert15-Jun-05 2:08 
Generalcontect menu: scan with me! Pin
AristotleYu13-Jun-05 22:33
AristotleYu13-Jun-05 22:33 
GeneralRe: contect menu: scan with me! Pin
MoustafaS14-Jun-05 0:37
MoustafaS14-Jun-05 0:37 
GeneralRe: contect menu: scan with me! Pin
AristotleYu13-Jun-05 21:45
AristotleYu13-Jun-05 21:45 
Generalreturn value from javascript in c# Pin
Selva Kumar.S13-Jun-05 22:31
Selva Kumar.S13-Jun-05 22:31 
GeneralRe: return value from javascript in c# Pin
Christian Graus14-Jun-05 1:33
protectorChristian Graus14-Jun-05 1:33 
GeneralRe: return value from javascript in c# Pin
Anonymous14-Jun-05 7:59
Anonymous14-Jun-05 7:59 
GeneralClean or Delete Pin
AristotleYu13-Jun-05 22:23
AristotleYu13-Jun-05 22:23 
GeneralRe: Clean or Delete Pin
MoustafaS14-Jun-05 0:42
MoustafaS14-Jun-05 0:42 
QuestionHow to checkText Box value is a String or Float? Pin
pubududilena13-Jun-05 22:13
pubududilena13-Jun-05 22:13 
AnswerRe: How to checkText Box value is a String or Float? Pin
Daniel Monzert13-Jun-05 22:48
Daniel Monzert13-Jun-05 22:48 
GeneralRe: How to checkText Box value is a String or Float? Pin
jjansen13-Jun-05 23:06
jjansen13-Jun-05 23:06 

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.