CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2012
    Posts
    6

    Question VB.NET Project (problem sending email)

    Hi i just want to compress and send my project by email.

    but gmail wont let me because some file types are .exe

    i change it to .txt

    but i'm still having trouble.

    its a vb.net form app project.


    help.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB.NET Project (problem sending email)

    What's wrong with ZIP? It's built in since Windows 95
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Feb 2012
    Posts
    6

    Re: VB.NET Project (problem sending email)

    thanks for your great help.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: VB.NET Project (problem sending email)

    Quote Originally Posted by entrylevel.net View Post
    Hi i just want to compress and send my project by email.

    but gmail wont let me because some file types are .exe

    i change it to .txt

    but i'm still having trouble.

    its a vb.net form app project.


    help.
    Quote Originally Posted by dglienna View Post
    What's wrong with ZIP? It's built in since Windows 95
    Gmail settings can be quite strict. It depends on how it was set up. I know for a fact that someone sends me .zip files frequently, which gmail is not happy with - so he had to make all the .zip files .zipp

  5. #5
    Join Date
    Feb 2012
    Posts
    6

    Re: VB.NET Project (problem sending email)

    Quote Originally Posted by HanneSThEGreaT View Post
    Gmail settings can be quite strict. It depends on how it was set up. I know for a fact that someone sends me .zip files frequently, which gmail is not happy with - so he had to make all the .zip files .zipp

    thank you! it worked.

  6. #6
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: VB.NET Project (problem sending email)

    Good. Please mark your thread resolved.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured