RE:[visualbasic-l] Memory Resident VB6 App Displaying Euro Sign

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.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2012 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Rob Crombie  

achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Toolbox.com for iPhone & Android: Ask Questions & Get Answers Anywhere. Download the Free App

_.____.__

No comments:

Post a Comment