Thread: MessageBox

Results 1 to 5 of 5
  1. #1
    RandomCoders's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    9
    Thanks
    1

    MessageBox

    Is There a way i can have some text in a MsgBox Bold?

  2. #2
    inliner's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Location
    d
    Posts
    64
    Reputation
    10
    Thanks
    11
    Code:
    MessageBox(0, "text", "title", MB_ICONEXCLAMATION | MB_OK);

  3. #3
    RandomCoders's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    9
    Thanks
    1
    thats not Bold Writing lol!

  4. #4
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Yes - instead of using the stock Messagebox, create your own, then show that.

  5. #5
    inliner's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Location
    d
    Posts
    64
    Reputation
    10
    Thanks
    11
    oh sry i didnt read the bold ill have to look

Similar Threads

  1. [Help] Code For MessageBox [Solved]
    By BlackShawarma in forum C++/C Programming
    Replies: 20
    Last Post: 08-24-2011, 04:40 PM
  2. C++ MessageBox, LPCSTR Issue
    By +NULL in forum C++/C Programming
    Replies: 15
    Last Post: 11-08-2010, 04:05 AM
  3. [Tutorial] #4 - Messagebox | Advanced
    By Zoom in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 04-14-2010, 07:47 AM
  4. [HELP] Messagebox help
    By ac1d_buRn in forum C++/C Programming
    Replies: 7
    Last Post: 02-12-2010, 04:59 PM