Reply from Rob Crombie on Apr 30 at 2:27 AM Replace the Form_Load with this one
Private Sub Form_Load() Dim ret As Long bCancel = False ret = RegisterHotKey(Me.hWnd, &HBFFF&, MOD_WIN, vbKey0) 'CHECKING For HotKey REGISTERING FAILURE If ret = 0 Then MsgBox "Could NOT Register the Hot Key" End If ProcessMessages 'Start loop for processing the Hotkey messages End Sub Let me know if you get the messagebox, when you try - 0 and then try End Rob
| | | ---------------Original Message--------------- From: Fred van Leeuwen Sent: Sunday, April 29, 2012 3:30 PM Subject: Memory Resident VB6 App Displaying Euro Sign Rob, Do you think your eurosign app being compiled on a win7 64 bit machine could be the reason it does not work on the old win xp sp3 machine? Fred > | | Reply to this email to post your response. __.____._ | _.____.__ |
No comments:
Post a Comment