- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Creating Top-Notch User Experiences With Windows Forms in Visual Studio .NET What we will cover: In this webcast you will see how Microsoft Visual Studio helps you to design and create first-class GUIs. Session Prerequisites Familiarity with the Microsoft Visual Studio .NET integrated development environment (IDE) Familiarity with Microsoft Windows User Interfaces (Optionally) Session One Agenda Visually Designing Microsoft Windows Forms Using Controls Dialog Forms MDI Forms Menus and Context Menus Code: Event and Delegates Validation Visually Designing Microsoft Windows Forms Receive Requirements from user Analyze application flow Identify Major Functionality Items Identify Data Create Windows Forms Project Create Main Form Create Functionality Forms/Dialog Forms Visually Drag/Drop appropriate Controls Write Code to Provide Functionality Demonstration One Visually Designing Microsoft Windows Forms Using Controls Controls represent items on a form that allow user to manipulate data The forms designer allows you to drag and drop controls Can set control properties at design time to visually create the GUI Common controls: TextBox Label ComboBox ListBox Button CheckBox RadioButton Other powerful controls: TreeView ListView TabControl OpenFileDialog SaveDialog Using Controls to Indicate Common User Interactions True/False Flag: CheckBox Single Choice: RadioButtons contained in a GroupBox Select from a list: CheckBox, ListBox, ComboBox Accept/Cancel: Buttons Demonstration Two Using Controls Dialog Forms Dialog Forms will be shown modally using Form.ShowDialog(); Synchronous block until form is closed Clicking OK or Cancel should return different DialogResult Dialog Forms Form.ShowDialog() Method returns a DialogResult enumeration value Set forms DialogResult value inside button click event handler Demonstration Three Creating Dialog Forms MDI Forms Multiple Document Interface (MDI) forms contain children forms (document/view concept) Namesake – multiple do
您可能关注的文档
- 全国计算机等级考试公共基础知识讲义.doc
- 全国计算机二级C等级考试辅导讲义.doc
- 全国计算机二级VF公共基础知识考题.doc
- 全国计算机二级vf考试笔试04年9月笔试试题.doc
- 全国计算机二级vf考试笔试05年9月笔试试题.doc
- 全国计算机二级等级考试计算机基础知识(1).doc
- 全国计算机考试二级笔试试卷.doc
- 全国计算机软考网管英语试题及答案(2).doc
- 全国计算机网络统考材料.doc
- 全国计算机一级基础知识.doc
- Windows应用程序开发入门到精通 Object Oriented Concepts NET WinForms Application.ppt
- Windows应用程序开发入门到精通 Windows应用程序界面美化-20041216.ppt
- Windows应用程序开发入门到精通十一:提高Web应用程序的用户体验——使用智能客户端开发分布式的Windows Fo.ppt
- Windows应用程序开发入门到精通:BringingQualityProducts.ppt
- Windows文件管理1.ppt
- WINDOWS架设WEB服务器的安全防护.ppt
- Windows界面编程.ppt
- windows程序设计与MFC基础.ppt
- WINDOWS程序设计之创建一个简单的Windows应用程序.ppt
- Windows程序设计课件第一章.ppt
文档评论(0)