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

C#

 
GeneralRe: key logger for windows -sorry i didn't explain my self! Pin
GuyThiebaut23-Dec-07 3:08
professionalGuyThiebaut23-Dec-07 3:08 
GeneralRe: key logger for windows -sorry i didn't explain my self! Pin
eleateam23-Dec-07 3:12
eleateam23-Dec-07 3:12 
GeneralRe: key logger for windows -sorry i didn't explain my self! Pin
Dave Kreskowiak23-Dec-07 4:38
mveDave Kreskowiak23-Dec-07 4:38 
GeneralRe: key logger for windows -sorry i didn't explain my self! Pin
eleateam23-Dec-07 9:23
eleateam23-Dec-07 9:23 
QuestionVC# - Draw Image a GIF animation using code Pin
Shailesh Appukuttan22-Dec-07 17:24
Shailesh Appukuttan22-Dec-07 17:24 
GeneralRe: VC# - Draw Image a GIF animation using code Pin
Christian Graus22-Dec-07 18:44
protectorChristian Graus22-Dec-07 18:44 
GeneralRe: VC# - Draw Image a GIF animation using code Pin
Anthony Mushrow23-Dec-07 0:13
professionalAnthony Mushrow23-Dec-07 0:13 
GeneralRe: VC# - Draw Image a GIF animation using code Pin
Anthony Mushrow23-Dec-07 0:18
professionalAnthony Mushrow23-Dec-07 0:18 
Anyway, had you looked, im sure you would have found:

System.Drawing.ImageAnimator.Animate(Image, onFrameChanged);
and

System.Drawing.ImageAnimator.UpdateFrames(Image);


Animate will use the animations of timing, and call you Frame Chenged event handler (in this case called 'onFrameChanged'), when its time for the next frame.
And UpdateFrames will just move on to the next frame, regardless of the time.

Google them to find out exactly how they work.
My current favourite word is: Bauble!
-SK Genius


GeneralRe: VC# - Draw Image a GIF animation using code Pin
electriac23-Dec-07 3:43
electriac23-Dec-07 3:43 
GeneralRe: VC# - Draw Image a GIF animation using code Pin
jaiswalrahul15-Dec-08 23:16
jaiswalrahul15-Dec-08 23:16 
GeneralRe: VC# - Draw Image a GIF animation using code Pin
electriac16-Dec-08 0:28
electriac16-Dec-08 0:28 
GeneralRe: VC# - Draw Image a GIF animation using code Pin
tarasn23-Dec-07 4:22
tarasn23-Dec-07 4:22 
QuestionIs there any reason to implement a collection now that we have generics? Pin
JoeRip22-Dec-07 9:27
JoeRip22-Dec-07 9:27 
AnswerRe: Is there any reason to implement a collection now that we have generics? Pin
Christian Graus22-Dec-07 10:00
protectorChristian Graus22-Dec-07 10:00 
AnswerRe: Is there any reason to implement a collection now that we have generics? Pin
PIEBALDconsult22-Dec-07 17:02
mvePIEBALDconsult22-Dec-07 17:02 
AnswerRe: Is there any reason to implement a collection now that we have generics? Pin
darkelv22-Dec-07 17:15
darkelv22-Dec-07 17:15 
GeneralRe: Is there any reason to implement a collection now that we have generics? Pin
JoeRip22-Dec-07 19:56
JoeRip22-Dec-07 19:56 
GeneralRe: Is there any reason to implement a collection now that we have generics? Pin
JoeRip22-Dec-07 20:01
JoeRip22-Dec-07 20:01 
GeneralRe: Is there any reason to implement a collection now that we have generics? Pin
JoeRip22-Dec-07 20:05
JoeRip22-Dec-07 20:05 
GeneralRe: Is there any reason to implement a collection now that we have generics? Pin
PIEBALDconsult23-Dec-07 3:22
mvePIEBALDconsult23-Dec-07 3:22 
AnswerRe: Is there any reason to implement a collection now that we have generics? Pin
Scott Dorman23-Dec-07 1:43
professionalScott Dorman23-Dec-07 1:43 
QuestionC# Managed Event Not Fired In VB6 Event Sink [modified] Pin
wentz22-Dec-07 8:16
wentz22-Dec-07 8:16 
Generalquestions about properties Pin
Xmen Real 22-Dec-07 3:56
professional Xmen Real 22-Dec-07 3:56 
GeneralRe: questions about properties Pin
Christian Graus22-Dec-07 9:18
protectorChristian Graus22-Dec-07 9:18 
GeneralRe: questions about properties Pin
PIEBALDconsult22-Dec-07 17:04
mvePIEBALDconsult22-Dec-07 17:04 

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.