这个Windows Forms的代码示例演示了如何使用Visual Studio 2005中的一些新特性来创建桌面应用程序。代码示例包括: ? 运行异步作业(Asynchronous Task) ? 存储自定义的客户端配置信息 ? 创建Master/Detail窗体 ? 播放、循环播放和异步播放声音 ? 使用BindingNavigator操纵静态和动态数据 ? 使用BindingSource存储静态和动态数据对象 ? 扩展ClickOnce,编程实现应用程序更新 ? 自定义DataGridView的列的控件类型 ? 使用LayoutPanel ? 使用MaskedTextBox控件输入内建类型和自定义类型的数据 ? 使用Menu,StatusStrip和ToolStrip控件控制一个简单的富文本框 ? 使用My访问应用程序,计算机,配置等信息。注意:这个示例之适用于Visual Basic。 ? 使用SplitContainer控件 ? WebBrowser控件基础和使用WebBrowserControl、HTMLDocumentModel控件实现窗体到浏览器的双向通讯。 -the Windows Forms code examples demonstrating how to use Visual Studio 2005, a number of new features to create desktop applications. Code examples include : asynchronous operation operations (Asynchronous Task) storage from the definition of client configuration information to create Master / Detail Form players, the players and asynchronous cycle broadcast voice BindingNavigator control the use of static and dynamic data storage BindingSource use of static and dynamic data extend ClickOnce, Application Programming update from the definition out of the DataGridView control the use of the type used MaskedTextBox LayoutPanel import controls and built-in types defined types of data using Menu, and ToolStrip control StatusStrip control a simple rich text box My visit to the use of application 下载
|