Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detect a white bloc on string Pin
led mike19-Feb-09 8:03
led mike19-Feb-09 8:03 
GeneralRe: Detect a white bloc on string Pin
Garth J Lancaster19-Feb-09 10:15
professionalGarth J Lancaster19-Feb-09 10:15 
QuestionForm is not visible Pin
Patricia Cuadra19-Feb-09 6:46
Patricia Cuadra19-Feb-09 6:46 
AnswerRe: Form is not visible Pin
Calin Tatar19-Feb-09 8:35
Calin Tatar19-Feb-09 8:35 
GeneralRe: Form is not visible Pin
Patricia Cuadra19-Feb-09 8:50
Patricia Cuadra19-Feb-09 8:50 
GeneralRe: Form is not visible Pin
Patricia Cuadra19-Feb-09 9:35
Patricia Cuadra19-Feb-09 9:35 
GeneralRe: Form is not visible Pin
Jimmanuel19-Feb-09 11:05
Jimmanuel19-Feb-09 11:05 
QuestionTimer Pin
bar300019-Feb-09 5:55
bar300019-Feb-09 5:55 
Hi,
I would like to excute a command after a certain period of time, for instance 1 sec.
For Example:
pictureBox78.Location = new System.Drawing.Point(460, 360);
1 sec interval
pictureBox78.Location = new System.Drawing.Point(560, 360);
1 sec interval
pictureBox78.Location = new System.Drawing.Point(660, 360);
1 sec interval
pictureBox78.Location = new System.Drawing.Point(760, 360);
and so on...
Thanks in AdvanceSmile | :)
AnswerRe: Timer Pin
Dave Kreskowiak19-Feb-09 6:02
mveDave Kreskowiak19-Feb-09 6:02 
GeneralRe: Timer Pin
bar300019-Feb-09 6:10
bar300019-Feb-09 6:10 
GeneralRe: Timer Pin
musefan19-Feb-09 6:16
musefan19-Feb-09 6:16 
GeneralRe: Timer Pin
Dave Kreskowiak19-Feb-09 6:16
mveDave Kreskowiak19-Feb-09 6:16 
AnswerRe: Timer Pin
PIEBALDconsult19-Feb-09 6:15
mvePIEBALDconsult19-Feb-09 6:15 
GeneralRe: Timer Pin
bar300019-Feb-09 6:18
bar300019-Feb-09 6:18 
GeneralRe: Timer Pin
PIEBALDconsult19-Feb-09 6:20
mvePIEBALDconsult19-Feb-09 6:20 
AnswerRe: Timer Pin
Luc Pattyn19-Feb-09 6:21
sitebuilderLuc Pattyn19-Feb-09 6:21 
GeneralRe: Timer Pin
Dave Kreskowiak19-Feb-09 6:36
mveDave Kreskowiak19-Feb-09 6:36 
GeneralRe: Timer Pin
PIEBALDconsult19-Feb-09 6:38
mvePIEBALDconsult19-Feb-09 6:38 
GeneralRe: Timer Pin
Dave Kreskowiak19-Feb-09 6:40
mveDave Kreskowiak19-Feb-09 6:40 
GeneralRe: Timer Pin
bar300019-Feb-09 6:57
bar300019-Feb-09 6:57 
AnswerRe: Timer Pin
Luc Pattyn19-Feb-09 7:32
sitebuilderLuc Pattyn19-Feb-09 7:32 
AnswerRe: Timer Pin
Leonardo Muzzi19-Feb-09 9:11
Leonardo Muzzi19-Feb-09 9:11 
GeneralRe: Timer Pin
Dave Kreskowiak19-Feb-09 9:35
mveDave Kreskowiak19-Feb-09 9:35 
QuestionRe: Timer Pin
Leonardo Muzzi19-Feb-09 9:56
Leonardo Muzzi19-Feb-09 9:56 
AnswerRe: Timer Pin
Dave Kreskowiak19-Feb-09 11:45
mveDave Kreskowiak19-Feb-09 11:45 

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.