随笔分类 - Visual WebGUI
Visual WebGui is an open source rapid application development framework for graphic user interfaces of IT web applications. Visual WebGui lets you cut down development time and risk factors to the minimum, throughout the life cycle of the application, without compromising on performance, security or complexity.
Visual WebGui is the only framework that provides seamless integration to Visual Studio and the .NET framework which extends the paradigms of ASP.NET in both design-time and run-time to support WinForms development for web. Visual WebGui offering is unique and not more of the same (150 AJAX frameworks)! Visual WebGui replaces all of the ASP.NET methodologies which were designed for developing sites, with WinForms methodologies, which were designed for developing applications.
To demonstrate one of the differences, Visual WebGui is the only framework that is provided with a designer that was designed for application interfaces (WinForms designer) instead of a word documen
摘要:这个挺简单。但还是需要两步: 1、设置MessageBox.Show()。 MessageBox.Show("Save the changes?", "Message", MessageBoxButtons.YesNo, MessageBoxIcon.Question, new EventHandler(SaveMessageHandler)); 2、你也看到第一步,有个EventHandl...
阅读全文
摘要:在用WebGUI开发过程中,发现无法得到弹出窗体(Dialog)要返回的值,因此就到处搜索了一番,结果在WebGUI的网站找到了这个视频 How to return parameters from dialogs? 。里面分有几个步骤: 1、先在Dialog中设置一个Boolean变量 IsCompleted ,其实最好用公开的属性(Public Property)啦!然后,根据需要返回的结果,来...
阅读全文
摘要:在Visual WebGUI处理Report的导出问题,跟在WebForm中的做法真不一样,还真头疼了一阵。但是在Visual WebGUI的论坛里找到了解决方法。一样是用 HttpResponse 来解决,但是Visual WebGUI中需要有它自己的方法才行,不然,最后导出只是在页面上显示的一大堆乱码而已。 这是论坛中介绍解决方法的链接:Visual WebGUI ...
阅读全文
摘要:最近在研究Visual WebGUI,刚好又装了个30天的Vista,所以就想试试在IIS7是否能使用Visual WebGUI这个特殊的开发方式。 结果第一次就失败了,然后,就放手了,没有细查究竟什么原因。这几天又想试试。没想到让我试成功了。呵呵。 步骤:(基本上和Visual WebGUI的帮助文档里设置IIS6的方法一样) 1、打开IIS7,选择Default...
阅读全文

浙公网安备 33010602011771号