What could cause a "Runtime Error 5 - Invalid procedure call or argument" when running a VB 6 executable?
I have an existing VB 6 project, but I had to change the design and after changing the design I could save the updated code but could not reflect the changes in the exe file as the existing exe file can't be edited. How do I do this? I tried to move the existing exe file to another location and save new exe file but when I run the开发者_开发问答 new one I get the following error:
Runtime error 5 - Invalid procedure call or argument.
What could be causing this error, and how can I fix it?
This can be as simple as passing a value that is outside the accepted range for a function, property, etc.
精彩评论