Rachel Posted November 30, 2010 Posted November 30, 2010 Hello,How can I insert an external link in a MessageBox in the WinAsm studio?
GamingMasteR Posted December 1, 2010 Posted December 1, 2010 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.
Rachel Posted December 1, 2010 Author Posted December 1, 2010 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.
deepzero Posted December 1, 2010 Posted December 1, 2010 (edited) go for a custom dialog...a lot easier. Edited December 1, 2010 by deepzero
GamingMasteR Posted December 1, 2010 Posted December 1, 2010 AFAIK, there's no direct function for displaying message box with hyperlinks. It's easer to create custom dialog as said.
ghandi Posted December 1, 2010 Posted December 1, 2010 (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.aspxHR,Ghandi Edited December 1, 2010 by ghandi
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now