p5n32 New Member Nov 27, 2007 #1 Hello just say i have a command button and i have a text box command buttun = cmd1 textbox = text1 and i want whateva is in text1 to be sent to my hotmail address when i press the cmd1 / do i use If ?
Hello just say i have a command button and i have a text box command buttun = cmd1 textbox = text1 and i want whateva is in text1 to be sent to my hotmail address when i press the cmd1 / do i use If ?
apj101 VIP Member Nov 27, 2007 #2 youl need to download some email activex controls see http://www.example-code.com/vb/smtp_simpleSend.asp
youl need to download some email activex controls see http://www.example-code.com/vb/smtp_simpleSend.asp
apj101 VIP Member Nov 27, 2007 #4 you need to add the activex control to your project this is for vb5 but will still work on later vb's http://www.jcomsoft.com/howto/vb5.htm
you need to add the activex control to your project this is for vb5 but will still work on later vb's http://www.jcomsoft.com/howto/vb5.htm
p5n32 New Member Nov 27, 2007 #6 thank god theres someone on this forum that knows vb lol ty for helping
p5n32 New Member Nov 27, 2007 #7 i have the ChilkatMailMan21 a command button and text1 textbox now what