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

Thread: change color

  1. #1
    Guest

    change color

    Hi !
    I got a problem while working with message box,
    how to change the back color of Message box ?




  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: change color

    The easiest method would be to create your own Form which you can customize to your hearts content, call it something like frmMsgBox, then when you use it, Show it Modal with the vbModal Flag.

    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

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