|
Hi
I’ve created a helper using the SDK. It has parameters that can be edited from the Command Panel. Everything is working great.
Now I want to add a button or clickable-label that will open up the help for this helper in a web browser. Is there anyway to do this? It seems from what I have read, you can only add buttons and controls to helper objects that are tied to some underlining parameter, you can’t just add a button that calls an arbitrary piece of code :(
Thanks
Kevin
|
|
|
|
Just add it in your dialog, and handle its WM_COMMAND to ShellExecuteEx or something.
|
|
|