Search:

Type: Posts; User: shaoun1000

Search: Search took 0.03 seconds.

  1. Webbrowser scrool position changed when document text added

    Hello,

    I am having a problem. I have a program where there is a webbrowser control in visual basic 2005 express edition. And here is my code:

    'do some work
    result="test"...
  2. Replies
    1
    Views
    821

    Sign out in web browser control

    Hello,
    I am using web browser control to login to gmail account. After successful login, i want the browser automatically sign out. How can i do that? I tried this:

    Private sub...
  3. Re: How to get the mail exchange server for a domain

    Can it be done programatically?
  4. Re: How to get the mail exchange server for a domain

    Hello,
    Actually i need this:
    1. From the start menu press Run.
    2. Type 'nslookup'
    3. In the command window type this:

    set type=mx

    4. Now enter a site address: validemailcollector.com
    5....
  5. Re: How to get the mail exchange server for a domain

    Pls can someone help?
  6. How to get the mail exchange server for a domain

    Hello,

    I am creating a program where i need to calculate the mail exchange server name for a given domain name. I mean, if the domain name is yahoo.com then i need yahoo mail exchange server...
  7. Re: How to send mail using vbsendmail.dll and smtp.gmail.com

    Ok. It is no more a standard thing to use CDO object for sending mails. I forgot vb6 and transferred to vb.net 2. Here is a extensive class (Mailmessage class) that works perfectly with all email...
  8. Re: How to extract ISP's mail server settings or outlook's SMTP Settings in Visual Basic

    I am using Visual Basic 2005 and i think it is possible. But how i dont know. Please, someone help...
  9. How to extract ISP's mail server settings or outlook's SMTP Settings in Visual Basic

    Hello,
    I wonder about, how to get the outlook smtp settings or user's default isp's mail server settings? I also want to know about mx records and how to perform mx to gain smtp server name? Please...
  10. Re: How to get all the links of a web page without using Webbrowser Control

    thanks a lot.
  11. How to get all the links of a web page without using Webbrowser Control

    Hello,
    I want to get all the links of a webpage without using webbrowser control. Is there any way doing that? Please help...
  12. Replies
    4
    Views
    659

    Re: How to send mail directly

    Hello,
    Thanks for both the answers. My concept was totally wrong. I really want to send mail directly. Is it possible to create my own SMTP Server? I want to attach it with my application. How it is...
  13. Replies
    4
    Views
    659

    How to send mail directly

    Hello,
    There are many programs in the market that can send email directly without relying of SMTP Server. I am trying to develop an application like that. Till now, my concept is not clear. I am...
  14. Re: How to send mail using vbsendmail.dll and smtp.gmail.com

    Hello Kiran,
    It's too difficult to resolve the problem. As most of the popular smtp server use ssl encryption and visual basic 6 has no such option. But .net has default ssl installed and you can...
  15. Re: How to send mail using vbsendmail.dll and smtp.gmail.com

    Hello,
    Now, i can understand the problem. Many server now requires SSL Connection. Now, my question is how to integrate SSL with Winsock. I want to send mail using winsock control and smtp.gmail.com...
  16. Re: How to send mail using vbsendmail.dll and smtp.gmail.com

    Hello,
    I can send mail in vb.net but i need to send mail in visual basic 6. I tried winsock in vb 6 and it returns an error i mentioned above. I used smtp.gmail.com as SMTP Server and 465 as port...
  17. How to send mail using vbsendmail.dll and smtp.gmail.com

    Hello,

    I can send mail using smtp.gmail.com in vb.net. Recently i found vbsendmail.dll. But i can't send mail using smtp.gmail.com using vbsendmail.dll.

    It gives me an error: 530 Must StartTls...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width