Jump to content
Tuts 4 You

How can I make an external link in Assembly?


Rachel

Recommended Posts

MessageBox function is very simple, it doesn't give much options.

You can just create custom dialog that shows your hyperlink in style similar to MessageBox.

Or, you can choose the hard way and subclass the default MessageBox window and repaint it's contents - I don't recommend it.

Link to comment

Dear GamingMasteR

I'm newbie in assembly programing and I cant subclass the default MessageBox.

Is there any function like MessageBox for insert a hyperlink?

It's strange that we cant easily use hyperlinks in message boxes. :blink:

Link to comment

Here is a project which shows how to subclass messageboxes to add a checkbox, you could adapt this to be a hyperlink instead couldn't you?


/>http://www.codeproject.com/KB/dialog/donotaskagainmsgbox.aspx

HR,

Ghandi

Edited by ghandi
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...