Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Windows Forms Message Box

Windows Forms Message Box

Scheduled Pinned Locked Moved Visual Basic
winforms
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JayaDurai
    wrote on last edited by
    #1

    Hi, I want to display a message box without showing a OK button. This I need because I have to display a processing message in an application which is in the process of displaying a website in the axBrowser window. Can anybody reply me.... Thanks in advance.. Regards, Jaya :)

    C 1 Reply Last reply
    0
    • J JayaDurai

      Hi, I want to display a message box without showing a OK button. This I need because I have to display a processing message in an application which is in the process of displaying a website in the axBrowser window. Can anybody reply me.... Thanks in advance.. Regards, Jaya :)

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If you want no button at all, then you need to create your own. Also, if you create a modal dialog, as the Message Box is, nothing will happen while it is being shown, unless it's in another thread. Christian Graus - Microsoft MVP - C++

      J 1 Reply Last reply
      0
      • C Christian Graus

        If you want no button at all, then you need to create your own. Also, if you create a modal dialog, as the Message Box is, nothing will happen while it is being shown, unless it's in another thread. Christian Graus - Microsoft MVP - C++

        J Offline
        J Offline
        JayaDurai
        wrote on last edited by
        #3

        Hi, Can you please tell me whether I can able to disable the OK button of message box while using in Windows application with C# code. If this is possible I shall be able to close the message box after a while. Thanks in advance, Regards, Jaya

        C 1 Reply Last reply
        0
        • J JayaDurai

          Hi, Can you please tell me whether I can able to disable the OK button of message box while using in Windows application with C# code. If this is possible I shall be able to close the message box after a while. Thanks in advance, Regards, Jaya

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          No, you can't. You will still need to create your own dialog, a trivial task in any case. Christian Graus - Microsoft MVP - C++

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups