CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2003
    Posts
    10

    How to remove the "ok" button>>??

    Hi,
    When i executed my program, a pop-up menu appeared with the "ok" button on the top right corner...
    How can i remove the "ok" button??
    The code is written as:
    "MessageBox (NULL, TEXT("Sending data succeeded!"), TEXT ("Info"), MB_OK);"
    Is it possible to close the messagebox itself after it have displayed for a few seconds ( without pressing the "ok" button) ..?? I seen a progam a progam using the EndDialog() function to close the dialogbox after a few seconds...
    I not using MFC..
    Hope to hear from you all soon...
    Thanks in advance
    huochai
    Attached Files Attached Files

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