What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » VB-form opens before sResult gets sent

VB-form opens before sResult gets sent
Author: Message:
zigomar10
Full Member
***

Avatar

Posts: 345
– / Male / –
Joined: Mar 2003
O.P. VB-form opens before sResult gets sent
When I type the following code:
code:
If (StrComp(LCase(sCommand), "/xform", vbTextCompare) = 0) Then
        sResult = "I am opening a form..."
        frm1.Show vbModal, Screen.ActiveForm
        ParseCommand = True
        Exit Function
End If

the form opens before "I am opening a form..." gets sent on the network. :@+o(8o|:S:o:blah:. is there any way to avoid that? :rolleyes: *-)
08-29-2003 09:25 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB-form opens before sResult gets sent - by zigomar10 on 08-29-2003 at 09:25 AM
RE: VB-form opens before sResult gets sent - by chris on 08-29-2003 at 10:40 AM
RE: VB-form opens before sResult gets sent - by Whacko on 08-29-2003 at 11:00 AM
RE: VB-form opens before sResult gets sent - by wipey on 08-29-2003 at 02:19 PM
RE: VB-form opens before sResult gets sent - by Choli on 08-29-2003 at 06:39 PM
RE: VB-form opens before sResult gets sent - by wipey on 08-29-2003 at 09:00 PM
RE: RE: VB-form opens before sResult gets sent - by Whacko on 08-29-2003 at 10:01 PM
RE: VB-form opens before sResult gets sent - by wipey on 08-29-2003 at 10:22 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