CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Posts
    119

    Question About position of AfxMessageBox OK button

    Can I change the default position of OK button when calling AfxMessageBox function, by default it is on center.


    Thanks,
    Mushq

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: About position of AfxMessageBox OK button


  3. #3
    Join Date
    May 2008
    Posts
    16

    Re: About position of AfxMessageBox OK button

    I think it is not possible without having script code for that dialog box.........












    Thanks,
    Basavaraj

  4. #4
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: About position of AfxMessageBox OK button

    AfxMessageBox is the standard box. I don't think it' meant to be altered. It's easier to create your own messagebox.

  5. #5
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: About position of AfxMessageBox OK button

    What is the difference between AfxMessageBox and MessageBox derived from CFrame ?

    Thanks.

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