I am looking at moving my company’s internal business app from VB.NET to PHP. Some of the people were worried about losing GUI features that can be found in .NET. I am under the impression that with the right javascript framework, anything in .NET GUI can be replicated.
While I am still researching this point, I would like to ask if form features in .NET GUI can in fact be replicated with javascript and slightly more importantly, will it take much longer to develop to get the same results?
First off: to answer your question.
A Tree Control is hard to emulate in a web environment. Doable, but hard (look at Yahoos YUI for an example).
But, there are a number of other questions that pop up in your initial statement.
Why go from WinForms VB.Net to PHP? Instead, go to ASP.Net with VB.Net. Might save you from completely reinventing the wheel. Also, then you wont have to learn how to convert between frameworks.