Gentlemen I cannot figure out the following:
I have a loop in[CODE=vbnet]Private Sub Form1_Paint(ByV al sender As Object, ByVal e As System.Windows. Forms.PaintEven tArgs) Handles Me.Paint[/CODE]
Pressing a key I am checking what key was pressed and come back to the loop.
Thanks for help
I have a loop in[CODE=vbnet]Private Sub Form1_Paint(ByV al sender As Object, ByVal e As System.Windows. Forms.PaintEven tArgs) Handles Me.Paint[/CODE]
Pressing a key I am checking what key was pressed and come back to the loop.
Thanks for help
Comment