Generate form from URL

  • Thread starter Microsoft Communities
  • Start date
M

Microsoft Communities

Dear all Expert,

We have a web page with some input control, example a Defect Input page.
This page contains Radio, Button, Textbox. Is there any tools to generate an
application to get URL, generate a Form equivalent to this page and submit
data to URL after user input data to WinForm.

Thanks
 
J

Jeff Johnson

We have a web page with some input control, example a Defect Input page.
This page contains Radio, Button, Textbox. Is there any tools to generate
an application to get URL, generate a Form equivalent to this page and
submit data to URL after user input data to WinForm.

I assume there are issues which prevent your users from A) simply using a
browser and going to the Web page itself and B) putting a WebBrowser control
into your form and hitting the Web page from inside your app? Because it
sounds like you're making this much more complicated than it needs to be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top