Trying to place the ENTER key into the keyboard buffer...using VB 4..
the syntax SENDKEYS {ENTER} does not work....
what is the correct syntax ..(i am using braces)
Are you using SendKeys in the Change event for one of your controls? That would be a good way to run out of memory.
The text box changes, it sends keys to itself which activates the change event which sends more keys. You get the picture. The snake bites its own tail until it dies.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.