messagebox response enumeration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cj

    #1

    messagebox response enumeration

    I see in VB.net 2003's help MessageBoxButto ns enumeration,
    MessageBoxDefau ltButton enumeration, MessageBoxIcon enumeration, and
    MessageBoxOptio ns enumeration but I don't see a listing of the
    responses. What do I search on in the index to find them?
  • tomb

    #2
    Re: messagebox response enumeration

    MsgBoxResult

    T

    cj wrote:
    [color=blue]
    > I see in VB.net 2003's help MessageBoxButto ns enumeration,
    > MessageBoxDefau ltButton enumeration, MessageBoxIcon enumeration, and
    > MessageBoxOptio ns enumeration but I don't see a listing of the
    > responses. What do I search on in the index to find them?[/color]

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: messagebox response enumeration

      "tomb" <tomb@technetce nter.com> schrieb:[color=blue]
      > MsgBoxResult[/color]

      .... or 'System.Windows .Forms.DialogRe sult' when using 'MessageBox.Sho w'.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...