Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
Visual basic 2008 - Make A Portable MSN Messenger
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 04-30-2010, 03:29 AM
Newcomer
 
Join Date: Dec 2009
Posts: 7
Default Visual basic 2008 - Make A Portable MSN Messenger

Credits to brianpsv1 from hackforums

Quote:
Originally Posted by brianpsv1' pid='2055177' dateline='1262183651
Hello,

What are we gonna do?
-Making an portable msn messenger with visual basic 2008

Where can I download visual basic 2008?
-Right Here!

What does the source?
-It navigate with the webbrowser to ebuddy. And you can insert the textbox information to the page.


Is it hard?
-Not if you follow the steps!

1. Open op Visual Basic 2008 >> Start New Project >> Name it what ever you like and press ok.

2. Now insert these items:
-Webbrowser [visible = false] [url="http://milan.ebuddy.com/vo7.7.5/start.html"] >> Make it fill the whole form.
-1st Label [text = Email:]
-2nd Label [text = Password:]
-1st Textbox [text = ""] >> Put under or after label1.
-2nd Textbox [text = ""] + [Passwordchar = "*"] >> Put under or after label2.
-Button [text = "Login"] >> Put under second textbox.

3. Double click on the form and copy this code:
Code:
Public Class Form1

 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        WebBrowser1.Document.GetElementById("username").SetAttribute("value", (TextBox1.Text))
        WebBrowser1.Document.GetElementById("password").SetAttribute("value", (TextBox2.Text))
        WebBrowser1.Document.GetElementById("login_submit").InvokeMember("click")
        TextBox1.Visible = False
        TextBox2.Visible = False
        Label1.Visible = False
        Label2.Visible = False
        Button1.Visible = False
        WebBrowser1.Show()
    End Sub
End Class
4. Now skin the form to whatever you like.

Now you can build it. And use it as a portable MSN Messenger!

__________________________________________________ ___________

Project:

Here's The Project link if you want.

Download

__________________________________________________ ___________

Release:

If you want a better skin make it yourslef :tongue:
Here is the release:

Download

__________________________________________________ ___________

If you have a question or if something doesn't work, post it here and I will help you further.


Greetings, Brian
Reply With Quote
  #2  
Old 04-30-2010, 12:28 PM
Member
 
Join Date: Mar 2009
Posts: 81
Default Re: Visual basic 2008 - Make A Portable MSN Messenger

Or you could use the Messenger API which is a lot more reliable
Reply With Quote
  #3  
Old 04-30-2010, 10:06 PM
Newcomer
 
Join Date: Apr 2010
Posts: 3
Default Re: Visual basic 2008 - Make A Portable MSN Messenger

wow.. all you are doing is redirecting a webbrowser control and changing a few elements, which is pretty retarded.
Reply With Quote
  #4  
Old 05-01-2010, 08:08 AM
Newcomer
 
Join Date: Dec 2009
Posts: 7
Default Re: Visual basic 2008 - Make A Portable MSN Messenger

lmfao show me the source of where you getting this information
Reply With Quote
  #5  
Old 05-01-2010, 11:53 AM
Member
 
Join Date: Mar 2009
Posts: 81
Default Re: Visual basic 2008 - Make A Portable MSN Messenger

R3kon, it's not nice to call someone's work when you have only posted 3 times on this forum. At least fearless has bothered putting the effort in to post something.
Reply With Quote
  #6  
Old 05-15-2010, 01:46 AM
Newcomer
 
Join Date: May 2010
Posts: 2
Default Re: Visual basic 2008 - Make A Portable MSN Messenger

This is good for people that want to add this as an addon to their programs, they can design this webbrowser control to fit their programs. Thanks.
Reply With Quote
  #7  
Old 05-16-2010, 09:25 PM
Apprentice
BANNED
 
Join Date: Sep 2008
Posts: 979
Send a message via MSN to Black knight
Default Re: Visual basic 2008 - Make A Portable MSN Messenger

I found that really useful as i am currently studying VB , thanks alot .
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 08:07 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1