-
2 problems that are currently bugging me
1) Num Lock keeps switching itself off at differan ocations
in my source code. I know how to use sendkeys to switch it back on again, but I need a better solution. Has any body had experience of this phenomenum??
2) Keep getting MSVBVM50.dll run time errors when running executable. I am using objects but not setting them = nothing could this be the problem. Has anybody else had this problem and what was th solution
-
Your solution to the problem is probably also the cause.
SendKeys has a nasty side effect. It often switches of numlock when it isn't supposed to.
Try to avoid sendkeys whenever possible.