Does anyone know how to view a form i made in VB in an HTML page and upload that html page to a server so that others can see it too. Hope you understand what i mean
Printable View
Does anyone know how to view a form i made in VB in an HTML page and upload that html page to a server so that others can see it too. Hope you understand what i mean
The thing that you mean is called an ActiveX control
I don't remember exactly how to make those to work, by
It would work only on IE ...
Anyway, you need to make a research on ActiveX controls ..
You can press PrintScreen or Alt-PrintScreen to place the form into the Clip-Board. Then, using your favorite image software, paste and if necessary edit the picture then save it.
How to put the image into an HTML page and uploading it to the net is another question...
for interactivity, ie your program is on the web, you need an activex control, otherwise use other method. You can also do this for screen capture:
oops, deleted it LOL. any way, just use one of the givin methods, if they don't work, post and i'll give you my method;)
gwdash can you please post your method. is it posiible to embed a program created with activeXcontrol in my HTML page?