CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2003
    Posts
    6

    Message box with no title bar or buttons

    Hi,

    How can I create a message box that is similar one in old InstallShield programs -- with no title bar or buttons. There's no way for a user to close it. I just want to display a text in it for a few seconds.

    Thanks

  2. #2
    Join Date
    Oct 2003
    Posts
    6

    Re: Message box with no title bar or buttons

    Never mind! I played with Form's properties and keyboard event handlers and achieved what I wanted.

    Thanks for reading.

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