Jump to content
Tuts 4 You

How can I make an external link in Assembly?


Rachel

Recommended Posts

Posted

Hello,

How can I insert an external link in a MessageBox in the WinAsm studio?

Posted

Hi,

Do you mean hyperlinks ?

Posted

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.

Posted

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:

Posted (edited)

go for a custom dialog...a lot easier.

Edited by deepzero
Posted

AFAIK, there's no direct function for displaying message box with hyperlinks. It's easer to create custom dialog as said.

Posted (edited)

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

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...