I have created a C# windows form app with browser component plugin and
and some javascript for a touch screen kiosk.
I need to have larger navigation controls to accomodate for the poor
calibration of the touchscreen kiosk.
I don't have to have all the controls but zoom in/out are a must.
I need at least these two buttons to be larger.
I could make custom windows form buttons in my app to overlay on the
app browser control that holds the plugin.... or i could make html
overlay buttons in the actual plugin page.
Either way would be fine.
The problem is that in can not figure out how to call the normal zoom
in/out mechanism in the api... setCamera?
How will i program this to acomodate for the user pressing and holding
the zoom in/out button down?
This is driving me nuts!
any help would be greatly appreciated.
Thanks.