L
len smith
I'm having problems using the DHTML control's ExecCommand() in C#.
Here are the parameters ExecCommand takes:
Intellisense tells me I want to us a "ByRef pInVar as Object"
The SDK says pInVar is:
must be >included as well.
I have no idea what to pass it! I don't have this problem with Visual
Basic because Visual Basic allows for optional parameters! Please help!
Here are the parameters ExecCommand takes:
object.ExecCommand cmdID [, cmdExecOpt] [, pInVar]
Intellisense tells me I want to us a "ByRef pInVar as Object"
The SDK says pInVar is:
required >for all commands. If it is included, the cmdExecOpt parameterpInVar
Input parameter for the command, if any. This parameter is not
must be >included as well.
I have no idea what to pass it! I don't have this problem with Visual
Basic because Visual Basic allows for optional parameters! Please help!