Apart from the predefined dialog boxes MsgBox and InputBox there are other kinds whichgive the programmer more flexibility in controlling the dialogue interface. The other two kindsare:· Custom Dialog· Common DialogCustom DialogThis is a just another way to describe a VB form which has controls for input output etc. andobviously can have various properties set to facilitate easy and error controlled input. Usuallythe form is special purpose in that it is separate from the main (or higher level) form and usedpurely for some I/O related purpose ("screen based entry form"). Suppose a programDialogs.vbp has a main form called frmDialogs (which is kept in a file called dialogs.frm) andit includes customised menus – one of the menu items launches a custom dialog box calledfrmGetMonth
|
Post a Comment