What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Doing math in a VB dll

Doing math in a VB dll
Author: Message:
gone
New Member
*


Posts: 1
Joined: Aug 2004
O.P. Huh?  Doing math in a VB dll
I just started tinkering with Plus! plugins today and I'm writing a ping function,  my side pings the other, the other responds then I want to report the MS it took to respond, but when I try to do math that part just doesn't respond then but if I take the math out it works. Here is what the section looks like.

If sContactName <> MyUserName Then
     PingDelayEnd = GetTickCount
     CurrentPing = False
     PingTime = (PingDelayEnd - PingDelayStart)
     sTextToSend = "Ping Time: 9[" & PingTime & "ms]"
     sText = ""
     ReceiveNotify = True
     Exit Function
Else
     Exit Function
End If
08-28-2004 11:19 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Doing math in a VB dll - by gone on 08-28-2004 at 11:19 PM
RE: Doing math in a VB dll - by Choli on 08-29-2004 at 09:05 PM
RE: Doing math in a VB dll - by RaceProUK on 08-30-2004 at 02:16 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On