Post: Need Help Now !!! Skype tool
05-10-2015, 10:36 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); You must login or register to view this content.

Any one see my coding error my tool wont connect to skype but allows me to shutdown and start up skype strange but i need help
(adsbygoogle = window.adsbygoogle || []).push({});
05-10-2015, 11:03 AM #2
Originally posted by Kilzz View Post
You must login or register to view this content.

Any one see my coding error my tool wont connect to skype but allows me to shutdown and start up skype strange but i need help


Try this...

mports SKYPE4COMLib
Public Class Form1
Public WithEvents skype As New SKYPE4COMLib.Skype
Private Sub Timer1_Elapsed(sender As Object, e As Timers.ElapsedEventArgs) Handles Timer1.Elapsed
skype.SendMessage(TextBox2.Text, TextBox1.Text)
End Sub

Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

End Sub

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Timer1.Interval = TextBox3.Text
Timer1.Start()
End Sub

Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Timer1.Stop()
End Sub

Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
For Each user In skype.Friends
skype.SendMessage(user.Handle, TextBox4.Text)
Next
End Sub

The following user thanked Coffee Bean for this useful post:

AndrewKelly
05-10-2015, 12:04 PM #3
Originally posted by HooliganMoDz View Post
Try this...

mports SKYPE4COMLib
Public Class Form1
Public WithEvents skype As New SKYPE4COMLib.Skype
Private Sub Timer1_Elapsed(sender As Object, e As Timers.ElapsedEventArgs) Handles Timer1.Elapsed
skype.SendMessage(TextBox2.Text, TextBox1.Text)
End Sub

Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

End Sub

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Timer1.Interval = TextBox3.Text
Timer1.Start()
End Sub

Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Timer1.Stop()
End Sub

Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
For Each user In skype.Friends
skype.SendMessage(user.Handle, TextBox4.Text)
Next
End Sub


Thanks but i got it working it was ok i just had to make the programme full and not just within visual basic so far ive got a status changer open and close skype and connect Smile Going to be uploading v1 in a while
05-10-2015, 12:06 PM #4
Originally posted by Kilzz View Post
Thanks but i got it working it was ok i just had to make the programme full and not just within visual basic so far ive got a status changer open and close skype and connect Smile Going to be uploading v1 in a while


Ok dude no problem glad i helped Smile

The following user thanked Coffee Bean for this useful post:

AndrewKelly
05-10-2015, 02:39 PM #5
Originally posted by HooliganMoDz View Post
Ok dude no problem glad i helped Smile


What am i doing wrong with the html mood changer just cant get it it changes the mood not just in a html way
EG: if i do <blink>Andy</blink> On skype it will come up Andy but not blink
what am i doing wrong


You must login or register to view this content.
05-10-2015, 02:41 PM #6
Originally posted by Kilzz View Post
What am i doing wrong with the html mood changer just cant get it it changes the mood not just in a html way
EG: if i do <blink>Andy</blink> On skype it will come up Andy but not blink
what am i doing wrong


You must login or register to view this content.


I think thats just a problem with the skype version, i would not worry about it dude.
05-10-2015, 02:42 PM #7
Originally posted by HooliganMoDz View Post
I think thats just a problem with the skype version, i would not worry about it dude.


O ok thanks should i put it in any way incase someone has lower version ??
05-10-2015, 02:43 PM #8
Originally posted by Kilzz View Post
O ok thanks should i put it in any way incase someone has lower version ??


Yeah i would man Smile
05-10-2015, 02:45 PM #9
Originally posted by HooliganMoDz View Post
Yeah i would man Smile


Ok so i got mood changer status changer and spammer what else now
05-10-2015, 02:46 PM #10
Originally posted by Kilzz View Post
Ok so i got mood changer status changer and spammer what else now


Resolver Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo