Hi

Asking for a bit of general advice here: I've only ever coded in using winforms before, but I've been asked for a form to be made dynamic in layout, so it will re-size itself and show nicely on multiple PCs with different screen resolutions.

I've been told to make my form 'act like a webpage' in terms of layout sizing - I'm just wondering what the best way to approach this would be.

I expect there are ways to make layout dynamic, but I suspect the person asking this may want to take this further and have some an internal IP web page they can open in a browser.

Is it possible/practical to create an html front-end which passes some sort of command string to a vb.net backend (for the main program to then to go ahead and do it's stuff)?

Is this the way to think about this? - maybe I'm not thinking along the right lines? - I'm afraid I've VERY limited html experience so I don't really have much of an idea of how to approach this, so suggestions would be very welcome.

Thanks for reading.