Hi There,
I have implemented webbrowser control in my windows application. I have some functions inthe class file. i want to use those functions from the webpage which is displayed in my windows app through webbrowser control..
For example say... I have an standalone windows software. Which has a webbrowser control in the some form. Now i would like to create a webpage that can be displayed in the webbrowser control in win app which has some buttons and textboxes. When i click on button in the webpage it should get the version number of that software...
I have some other functions that are in the class file aswell.. but dont no how to call those functions from that webpage when a button is clicked or something like that.
Please help!!!! I am a newbie...
Thanks