The MASM Forum

General => The Campus => Topic started by: Don57 on November 21, 2012, 07:19:01 AM

Title: How do I insert a web link with TextOut
Post by: Don57 on November 21, 2012, 07:19:01 AM
I am trying to insert a link to my website in an app, only I'm not sure how.
Title: Re: How do I insert a web link with TextOut
Post by: dedndave on November 21, 2012, 07:35:28 AM
TextOut will only display text
if you did it that way, you'd have to handle the underline, cursor, mouse click, then all the http stuff (probably ShellExecute)

just before they shut down the old forum, they had a nice thread on hyperlinks...

http://www.masmforum.com/board/index.php?topic=18700.0 (http://www.masmforum.com/board/index.php?topic=18700.0)

the last 2 pages show a couple different methods, as i recall
Title: Re: How do I insert a web link with TextOut
Post by: Don57 on November 21, 2012, 07:46:32 AM
Thank You
Title: Re: How do I insert a web link with TextOut
Post by: TouEnMasm on November 21, 2012, 07:48:53 PM

Use a richedit in your application.There is just to add a style to it and all is made.