Search:

Type: Posts; User: malek2610

Search: Search took 0.02 seconds.

  1. Replies
    50
    Views
    116,925

    Re: vb6 - send email with attachment using smtp

    Thank you so much, now it works without any problem :D
  2. Replies
    50
    Views
    116,925

    Re: vb6 - send email with attachment using smtp

    I've problem with "txtInfo" in :



    Private Sub txtInfo_GotFocus(Index As Integer)
    txtInfo(Index).SelStart = 0
    txtInfo(Index).SelLength = Len(txtInfo(Index))
    End Sub
  3. Replies
    50
    Views
    116,925

    Re: vb6 - send email with attachment using smtp

    thank you so much for the code :)

    it works good when I run it on VB, but when I try to make an exe file it doesn't work, I get this messege

    Compile Error :

    Sub or Function not defined

    Can...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width