EDN Admin
Well-known member
Maybe my questin was too impossible to unerstand, so I figured out how to ask it in more simple way. I suppose it can be best done in Visual Basic simplified code.
For i=1 to 200<br/>
For k=1 to 200<br/>
If [Escape_key_was_pressed] Then<br/>
Goto exitprogram<br/>
Else<br/>
[Click_on_desktop (i,k)]<br/>
End if<br/>
Next k<br/>
Next i<br/>
:exitprogram
So question is how to describe in Visual Basic [Escape_key_was_pressed] function? When user dont hit Escape key, then program must NOT STOP for asking user keypress [Escape_key_press], it must go on with clicking on desktop to the end of program. <hr class="sig SteelAce
View the full article
For i=1 to 200<br/>
For k=1 to 200<br/>
If [Escape_key_was_pressed] Then<br/>
Goto exitprogram<br/>
Else<br/>
[Click_on_desktop (i,k)]<br/>
End if<br/>
Next k<br/>
Next i<br/>
:exitprogram
So question is how to describe in Visual Basic [Escape_key_was_pressed] function? When user dont hit Escape key, then program must NOT STOP for asking user keypress [Escape_key_press], it must go on with clicking on desktop to the end of program. <hr class="sig SteelAce
View the full article