Results 1 to 6 of 6

Thread: [RESOLVED] Dialog Boxes

  1. #1

    Thread Starter
    Hyperactive Member Aash's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    491

    Resolved [RESOLVED] Dialog Boxes

    hi,

    I've confusion in working with eight standard Dialog Boxes.
    I want to understand them all. Any link for it's tutorial will be appreciated.



    Thanks in advance!!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Dialog Boxes

    Perhaps you should start by reading the documentation for the appropriate classes.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Dialog Boxes

    You mean the MessageBox ?

    Most of the legacy VB6 functions and subs are available in VB.Net too. But I think it will be good to avoid using them. Follow this step:
    Code:
    Project --> WindowsApplication1 Properties --> References --> Untick Microsoft.VisualBasic
    For showing MessageBox:
    Code:
    MessageBox.Show("Hi and welcome to VB2010")
    Another eg:
    Code:
    MessageBox.Show("Hi and welcome to VB2010", "My Message", MessageBoxButtons.OKCancel)
    Good luck..

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  4. #4

    Thread Starter
    Hyperactive Member Aash's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    491

    Re: Dialog Boxes

    No, i mean the eight standard dialog boxes i.e OpenFile, SaveFile, Print, printPreview and others..

  5. #5
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Dialog Boxes

    Quote Originally Posted by Aash View Post
    No, i mean the eight standard dialog boxes i.e OpenFile, SaveFile, Print, printPreview and others..
    Sorry for that.
    This might help you: http://www.startvbdotnet.com/controls/dialog.aspx

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  6. #6

    Thread Starter
    Hyperactive Member Aash's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    491

    Re: Dialog Boxes

    That's exactly what i wanted..
    Thanks dear

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width