Link for sending mails
-
-
Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)
I use this control: http://www.codeproject.com/miscctrl/hyperlink.asp[^] :-D -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) -
I use this control: http://www.codeproject.com/miscctrl/hyperlink.asp[^] :-D -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) -
Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)
ShellExecute(..., "mailto:", ...)
would be one way. -
Hi, i want to add a link to my MFC dialog, which shall popup outlooks window for sending mails. I know how i can popup this window, but i don't know how i can add a link into my dialog which looks like the same as real links (like them in a html-Site)