Convert Window.Form.Control To Web Control Library????

  • Thread starter Thread starter sympatico
  • Start date Start date
S

sympatico

i already make a component with window.form.control, now i want to make it
run in browser like web control, does anyone know how to convert them?? the
window control library has 6000 lines of code, that's why i didn't want to
make a web control from the beginning again instead maybe there's a program
to convert it???
 
Hi Sympatico!

i already make a component with window.form.control, now i want to make it
run in browser like web control, does anyone know how to convert them??
the
window control library has 6000 lines of code, that's why i didn't want to
make a web control from the beginning again instead maybe there's a
program
to convert it???

I'm sorry. I think this isn't possible. Keep in mind that the Windows.Forms
(Win32API) and WebForms (HTML/CSS/JS) programming models are completely
different. You will have to start from scratch.

Cheers

Arne Janning
 

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

Back
Top