CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2010
    Location
    .NET 4.0/VS2010
    Posts
    79

    [RESOLVED] program messagebox button actions

    hey everyone,

    so the title is the question really. hwo can i open a message box and then program the buttons to have specific actions? or would it be best to create my own form and use it as a message box?

    thanks in advance

    rockking

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: program messagebox button actions

    If you want to go outside of the standard method (i.e., each button closes the dialog and returns the appropriate result) you will have to simply create your own form.

Tags for this Thread

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

Featured