http://bugs.winehq.org/show_bug.cgi?id=9909
Bushido stanwell@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from Bushido stanwell@gmx.de 2007-10-05 13:50:57 --- The App is supposed to do this: ------------------- Private Sub Form_Load()
Clipboard.SetText "test" Sleep (8000)
End Sub
-------------------
To explain it, the first Line represents that this is a procedure (subroutine), which is executed when the form is loaded. Then something should be written to Clipboard (that copy/paste thingy). In this case it is "test" then the progamm waits for 8 seconds End