Yahoo Multi Messenger

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
4 posts Page 1 of 1
Contributors
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Yahoo Multi Messenger
XTechVB
in this tutorial i will show you how enable yahoo multi messenger with just 2 lines of code

1. Create a new project
2. Add 2 buttons (button1 will be "Enable" and button 2 will be "Disable")

3. Double click on the first button (Enable) and write this code
Code: Select all
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\yahoo\pager\Test", "Plural", "00000001", Microsoft.Win32.RegistryValueKind.DWord)
4. Double click on the second button (Disable) and write this code
Code: Select all
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\yahoo\pager\Test", "Plural", "00000000", Microsoft.Win32.RegistryValueKind.DWord)
Image

that's it now debug click enable and you will be able to open multiple yahoo messenger windows

this code is 100% created by me (i did not took it from others. if you find it somewhere else tell me)

please download the source codes they're more advanced then this tutorial

i hope you like this tutorial if not... well that's your problem
Happy Coding
for video tutorials go here http://www.youtube.com/user/MTech010VB
and please SUBSCRIBE
You do not have the required permissions to view the files attached to this post.
You can find me on Facebook or on Skype mihai_92b
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Yahoo Multi Messenger
zachman61
your probably going to be banned jerry21 just for spamming so you can download source to steal
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Yahoo Multi Messenger
Agust1337
zachman61 wrote:
your probably going to be banned jerry21 just for spamming so you can download source to steal
Agreed
Top-notch casual Dating
User avatar
Moayad
Just Registered
Just Registered
Posts: 8
Joined: Tue Jul 13, 2010 5:14 am

Re: Yahoo Multi Messenger
Moayad
goooooooooooood
4 posts Page 1 of 1
Return to “Tutorials”