Forum Moderators: mack

Message Too Old, No Replies

windows programming in C

         

wolter09

4:07 pm on Jun 12, 2006 (gmt 0)

10+ Year Member



hi there,

i have an edit control wherre the user can enter their webaddress. I then want to take this url and put it in an A tag.

char buf[50];
GetDlgItemText(hwnd, IDC_TEXT, buf, 50);

I have no problem get the uer's webaddress but how do I add "<a href=" in front of it and add a ">" after it? Can anyone help?

wolter09

4:36 pm on Jun 12, 2006 (gmt 0)

10+ Year Member



never mind, i figured it out :-)