User-1214344462 posted
I have a simple Paint Program done in vb.net and would like to somehow port this over to a web page. Is this possible? Could I run the .exe in a browser or could I write the program so I can use it through the browser directly?
User-410114173 posted
You can use the Pen like you did on a windows form. You need to create a bitmap as the base, then you can save it as the type you need. Charley.