Custom Dialogs
... Custom Dialogs Nhiều khi Message Box, Input Box hay các dạng Common Dialogs vẫn không thích hợp cho hoàn cảnh lập trình. Trong trường ... form frmLogin trong Modal mode để nó làm việc cùng một cách như Message Box, Input Box hay Common Dialogs. Khi form frmLogin được dấu kín bằng statement Me.Hide thì execution trong Sub GetUserInfo
Ngày tải lên: 26/10/2013, 01:20
Dùng Dialogs trong visual basic
... phải dùng Custom Dialogs. Common Dialogs Bạn có để ý thấy hầu như mọi programs trong Windows đều có cùng những dialogs để Open và Save files ? Và hầu như tất cả programs đều có cùng dialogs để ... HelpContext trong source code VB6 rồi ấn phím F1 và chọn MsComDlg. Custom Dialogs Nhiều khi Message Box, Input Box hay các dạng Common Dialogs vẫn không thích hợp cho hoàn cảnh lậ...
Ngày tải lên: 22/08/2012, 11:04
Custom Filters
... 297 CHAPTER 17 Custom Filters Most filters have one of the four standard frequency responses: low-pass, high-pass, ... solving problems that are far above the capabilities of analog electronics. Two important uses of custom filters are discussed in this chapter: deconvolution, a way of restoring signals that have ... using modern equipment. The average spectrum is found by the techniques...
Ngày tải lên: 13/09/2012, 09:50
Custom Controls
... creating custom controls. Implementing Custom Functionality You have two main options for creating custom functionality in Silverlight: With a UserControl: The simplest way to create a piece of custom ... states, without needing to write custom controls. So, just when is creating a custom control the right way to go? Here are the primary reasons for writing custom controls:...
Ngày tải lên: 05/10/2013, 03:20
Custom Implementations
... collections, see Chapter 16, which also points out references to existing custom implementations. While you might think you need to create a custom implementation, someone may have already done so. Also, ... Class hierarchy of the abstract collection classes. These abstract implementations make creating custom implementations very easy. All you have to do is subclass and provide a handf...
Ngày tải lên: 05/10/2013, 12:20
... phải dùng Custom Dialogs. Common Dialogs Bạn có để ý thấy hầu như mọi programs trong Windows đều có cùng những dialogs để Open và Save files ? Và hầu như tất cả programs đều có cùng dialogs để ... HelpContext trong source code VB6 rồi ấn phím F1 và chọn MsComDlg. Custom Dialogs Nhiều khi Message Box, Input Box hay các dạng Common Dialogs vẫn không thích hợp cho hoàn cảnh lậ...
Ngày tải lên: 16/10/2013, 04:15
... create a custom cursor using the Cursor class, load a custom cursor graphic, and assign it to a control. Cursor myCursor = new Cursor(Application.StartupPath + "\\mycursor.cur"); myCustomControl.Cursor ... controls at design time, and it is recommended that you follow this design when creating your own custom controls. Figure 2-9. The Visual Studio tab order tool Some other...
Ngày tải lên: 19/10/2013, 21:15
Creating Custom Columns in a Windows Forms DataGrid
... [ Team LiB ] Recipe 7.10 Creating Custom Columns in a Windows Forms DataGrid Problem You need to create a DataGrid having columns with custom formatting and attributes. Solution ... This property allows a custom set of column styles to be created for the DataGrid. Once defined, the Add( ) method of the DataGridTableStyles object is used to add the custom column styles to ......
Ngày tải lên: 20/10/2013, 12:15
Common Dialogs
... Common Dialogs Bạn có để ý thấy hầu như mọi programs trong Windows đều có cùng những dialogs để Open và Save files ? Và hầu như tất cả programs đều có cùng dialogs để chọn màu, ... màu, font chữ hay để in ? Đó là vì các Dialogs thông dụng ấy thuộc về Common Dialog Library của MSWindows và cho phép các program gọi. Muốn dùng các Dialogs ấy trong VB6 ta phải reference Comdlg32.ocx...
Ngày tải lên: 26/10/2013, 01:20
Report Development Tools Building Custom Reports in the R/3 System
... Report Development Tools Building Custom Reports in the R/3 System Release 4.0B SAP Labs, Inc. Palo Alto, California ... Overview D–2 Web Reporting: First Things First D–2 Executing Reports D–2 Web Reporting Browser D–2 Customizing D–2 Web Reporting: First Things First D–3 The Web Reporting Environment D–3 WebRFC ... WWW_SET_URL D–21 WWW_GET_URL D–22 WWW_LIST_TO...
Ngày tải lên: 27/10/2013, 07:15