Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
GeneralRe: User privilege issue Pin
George_George31-Oct-08 1:36
George_George31-Oct-08 1:36 
QuestionDisabling Group Boxes Pin
Karlos_V28-Oct-08 3:37
Karlos_V28-Oct-08 3:37 
AnswerRe: Disabling Group Boxes Pin
#realJSOP28-Oct-08 4:09
professional#realJSOP28-Oct-08 4:09 
GeneralRe: Disabling Group Boxes Pin
Karlos_V28-Oct-08 4:16
Karlos_V28-Oct-08 4:16 
GeneralRe: Disabling Group Boxes Pin
#realJSOP28-Oct-08 4:27
professional#realJSOP28-Oct-08 4:27 
Questionindexof Pin
arkiboys28-Oct-08 3:29
arkiboys28-Oct-08 3:29 
AnswerRe: indexof Pin
Pete O'Hanlon28-Oct-08 3:51
mvePete O'Hanlon28-Oct-08 3:51 
GeneralRe: indexof Pin
arkiboys29-Oct-08 1:29
arkiboys29-Oct-08 1:29 
QuestionRe: indexof Pin
CPallini28-Oct-08 3:58
mveCPallini28-Oct-08 3:58 
QuestionDLL import from a (memory-)stream possible? Pin
arnold_w28-Oct-08 3:17
arnold_w28-Oct-08 3:17 
AnswerRe: DLL import from a (memory-)stream possible? Pin
Pete O'Hanlon28-Oct-08 3:25
mvePete O'Hanlon28-Oct-08 3:25 
GeneralRe: DLL import from a (memory-)stream possible? Pin
arnold_w28-Oct-08 21:59
arnold_w28-Oct-08 21:59 
QuestionIs it impossible to achive really smooth scrolling horizontal text? Pin
stianstr28-Oct-08 3:11
stianstr28-Oct-08 3:11 
AnswerRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
Eduard Keilholz28-Oct-08 3:54
Eduard Keilholz28-Oct-08 3:54 
GeneralRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
KD19742-Jun-10 5:03
KD19742-Jun-10 5:03 
GeneralRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
KD19749-Jun-10 1:31
KD19749-Jun-10 1:31 
AnswerRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
Mark Churchill28-Oct-08 14:03
Mark Churchill28-Oct-08 14:03 
Are you really using microsecond accurate timing? The fixed-step timing in Entanglar works pretty well and is very accurate over long periods - but it certainly varys. GDI should have no problems handling this. The debug renderer for Entanglar uses GDI, which is pretty crappy, but I have no worries getting smooth animation out of it.

Make sure you have switched the correct extra styles in your panel constructor as well:
SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint | ControlStyles.Opaque, true);

Also take a hard look at your timing code and make sure you really understand what is going on. Post the core part of your timing code if you like...


GeneralRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
stianstr28-Oct-08 22:02
stianstr28-Oct-08 22:02 
GeneralRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
Mark Churchill29-Oct-08 0:49
Mark Churchill29-Oct-08 0:49 
GeneralRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
stianstr29-Oct-08 1:32
stianstr29-Oct-08 1:32 
GeneralRe: Is it impossible to achive really smooth scrolling horizontal text? Pin
Mark Churchill29-Oct-08 2:39
Mark Churchill29-Oct-08 2:39 
Questionout Pin
arkiboys28-Oct-08 3:05
arkiboys28-Oct-08 3:05 
AnswerRe: out Pin
Pete O'Hanlon28-Oct-08 3:10
mvePete O'Hanlon28-Oct-08 3:10 
GeneralRe: out Pin
arkiboys28-Oct-08 3:12
arkiboys28-Oct-08 3:12 
GeneralRe: out Pin
Pete O'Hanlon28-Oct-08 3:23
mvePete O'Hanlon28-Oct-08 3:23 

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.