我知道了。
这篇文章似乎对移植到Web的容易程度起了很大的作用,但是随后也不必理会该移植过程。相反,它会立即跳到一个具有大量控件的GUI设计器的位置,您只需拖动即可& drop controls unto the design surface. Does that mean that each GUI has to be re-written from scratch? Or is there actually a porting process which will replace each Form
with a Page
and each WinForms control with its corresponding WiseJ control? Or is the developer forced to redesign each piece of GUI from scratch using the WiseJ designer?
If there is a porting process, is it automated or manual? If it's automated, will it carry over all the event handlers? And more importantly, will it carry over the WndProc()
and IMessageFilter
code that WinForm programmers eventually resort to to get a particular Windows GUI effect that they want?