[Bug 9909] VB6 - CoRegisterMessageFilter

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 5 13:50:57 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9909


Bushido <stanwell at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |UNCONFIRMED
         Resolution|INVALID                     |




--- Comment #3 from Bushido <stanwell at 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.



More information about the wine-bugs mailing list