Page 19 - Programming VB.NET
P. 19

Code With VB.Net                                                        15



                                      DIALOG BOX
                                      * A control to allow the user to use
                                      the set of the standard dialog box
                                      in their project
                                      Common dialog components
                                      provided with Visual Studio:
                                      •Open
                                      •Save
                                      •Color
                                      •Font
                                      •Print

                                      * DialogObject.ShowDialog( )






                                        INPUT BOX

                                        * Input box provide a simple
                                        way to gather input without
                                        placing a text box on a form.
                                        * Quick and simple way to ask
                                        the user to enter data
                                        * InputBox(“ Text”, “Title”,
                                        “Default”)
   14   15   16   17   18   19   20   21   22   23   24