Results 1 to 3 of 3

Thread: MsgBoxStyle.MsgBoxHelp

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Posts
    110

    MsgBoxStyle.MsgBoxHelp

    I am using this :

    MsgBox("Some message", MsgBoxStyle.MsgBoxHelp, "Information")

    this displays two buttons "Ok" and "Help"

    "Ok" is fine... but
    how do i know when the user clicks the help button ?
    Anis Bombaywala

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    That help button does not return any value. It will shows the 'Whats this Help' you provided for your application, and actually to leave the message box you need to press OK.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: MsgBoxStyle.MsgBoxHelp

    Originally posted by anis_b
    I am using this :

    MsgBox("Some message", MsgBoxStyle.MsgBoxHelp, "Information")

    this displays two buttons "Ok" and "Help"

    "Ok" is fine... but
    how do i know when the user clicks the help button ?
    alternatively , create your own message box !

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