Home > Software engineering >  I want to be a software to create custom shortcuts, but the problems on the specified target.
I want to be a software to create custom shortcuts, but the problems on the specified target.

Time:09-20

method is refer to http://bbs.csdn.net/wap/topics/240042876
Add the other parameters will be prompted to real-time error 5, invalid procedure call or parameters, could you tell me is there a way to solve it?

CodePudding user response:

All commented On the Error Resume Next statement, in VB6 IDE,
The error and then click the debugging, the cursor will stop error in the statement,
Or
In doubt may have a logical error statements in advance to set breakpoints, run through the breakpoint interrupt,

At this point can be used in the immediate window
? The variable name
Or
? The function name () function parameter
Or
Process (parameters)
Auxiliary debugging,

CodePudding user response:

You want to make sure of what other tips on this error,

And then, when it prompts the error, points "debug", have a look at what is on the relevant variables,
  • Related