Thread: URL in messagebox

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    26

    URL in messagebox

    I have a message box:
    Code:
    MessageBox(hwnd,"blablabla","About",MB_OK);
    After the text i want to put a link to my website so the user can click it and the browser will open and go to it.
    How would i do that?
    Thanks

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You'll have to create your own dialog box with a SysLink control in it.

    gg

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    26
    thx
    for some reason it wont work with my compiler though

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  2. Replies: 1
    Last Post: 07-02-2007, 09:22 AM
  3. Delete files that are used
    By Yuri in forum C++ Programming
    Replies: 8
    Last Post: 10-18-2005, 01:48 PM
  4. problem with A simple modeless messagebox
    By hanhao in forum C++ Programming
    Replies: 8
    Last Post: 07-05-2005, 11:18 PM
  5. EnterCriticalSection and MessageBox
    By novacain in forum Windows Programming
    Replies: 13
    Last Post: 01-30-2003, 08:48 AM