I am making a non-MFC dll. one of the functions lauches a DialogBox . The Dialogobx basically shows version number of the dll and some info like website link , etc . I have used DialogBox api to launch this dialogbox.

Now when I click on a website label I want it to go to the website . How do I achieve this ?

Any help from the gurus here ?

Thanks in advance.

Author