I am trying to use the SendKeys()
command to another window with my VB6 app.
What I wanted is to click a button, and then have 10 seconds to go to the o
Take a look at what Karl Peterson worked up as a fix for this under Vista:
SendInput
Delete "msvbvm60.dll" File From The Application
Follow The Following Step
- Right Click On The Application .Exe File And Click On Property
- Click On Compatibility Tab
- Click On Run This Program in Compatibility Mode And Chose Windows Xp SP2 From It.
- Click On Run This Program As Administrator
- Click On Apply Than Ok.
- Delete The "msvbvm60.dll" From The Application Folder.
All Done, Now Your Application Start Running Without Any Error Like Access Denied
On Windows 7: