What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » delaying the parsecommand function

delaying the parsecommand function
Author: Message:
Jutx
Junior Member
**

Avatar
Shocking.......

Posts: 98
– / Male / –
Joined: May 2003
RE: delaying the parsecommand function
Can't say i know VB.net well but i still would have thought it would've worked. Anyway this should take care of it, although its not the best way of doing it.

in a module:

code:
Public StopThingy As boolean

' in ParseCommand

code:
StopThingy = False
frmXsendIssue.Show(VbModal, Screen.ActiveForm)
While StopThingy = False
Doevents
Wend

In forms unload procedure

code:
StopThingy = True


(PS: lol at my dodgy variable names)

edit: This is VB6 code by the way you may need to change it to VB.NET (but i'm sure you get the general idea)

This post was edited on 06-29-2004 at 06:43 PM by Jutx.
Hard work pays off in the long run but laziness pays off NOW (H) :banana:
06-29-2004 06:40 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
delaying the parsecommand function - by factory on 06-29-2004 at 05:08 PM
RE: delaying the parsecommand function - by Jutx on 06-29-2004 at 05:12 PM
RE: delaying the parsecommand function - by factory on 06-29-2004 at 05:46 PM
RE: delaying the parsecommand function - by Jutx on 06-29-2004 at 06:40 PM
RE: delaying the parsecommand function - by RaceProUK on 06-29-2004 at 07:46 PM
RE: delaying the parsecommand function - by Choli on 06-29-2004 at 10:35 PM
RE: delaying the parsecommand function - by factory on 07-01-2004 at 10:23 AM
RE: delaying the parsecommand function - by factory on 07-01-2004 at 10:42 AM


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