VB Dot NET Forum: help me please - VB Dot NET Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

help me please open mail account

#1 User is offline   merawa Icon

  • Newbie
  • Pip
Group:
Members
Posts:
1
Joined:
05-March 08

VB Knowledge: Beginner
VB Version:
VB 2005 (.NET 2.0)

Post icon  Posted 05 March 2008 - 03:56 AM

I want to open the Internet explorer on the yahoo mail account depending on the username and password were entered by the user into textboxes and when click on a button the internet explorer will open on the user account after this page had opened the user can access his account such as sending messages and open inbox messages to read the messages. in another word i want to make user login to his mail through windows application.

my code:

private void button1_Click(object sender, EventArgs e)

{

string id = textBox1.Text;

string pass = textBox2.Text;

login(id,pass)

}
private void login(x,y)

{

}


please tell me what is the appropriate code that should be put in the function login(x,y) to work as i want.


:rolleyes:
0

#2 User is offline   Dylan Icon

  • Advanced Member
  • PipPipPip
Group:
Root Admin
Posts:
1,058
Joined:
12-January 07
Location:
Atlanta, GA, USA
Interests:
Computer Science, Operating Systems

VB Knowledge: Experienced
VB Version:
VB 2008 (.NET 3.0/3.5)
OS: Mac OS X

Posted 15 March 2008 - 10:27 PM

Are you trying to open mail.yahoo.com in Internet Explorer or do you want an Internet Explorer Browser in your application?
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users