http://bugs.winehq.org/show_bug.cgi?id=9909 Bushido <stanwell(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #3 from Bushido <stanwell(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.