VB-form opens before sResult gets sent - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: VB-form opens before sResult gets sent (/showthread.php?tid=14968) VB-form opens before sResult gets sent by zigomar10 on 08-29-2003 at 09:25 AM
When I type the following code: code:the form opens before "I am opening a form..." gets sent on the network. . is there any way to avoid that? RE: VB-form opens before sResult gets sent by chris on 08-29-2003 at 10:40 AM what are you makeing? RE: VB-form opens before sResult gets sent by Whacko on 08-29-2003 at 11:00 AM
i suggest you read a bit more about programming RE: VB-form opens before sResult gets sent by wipey on 08-29-2003 at 02:19 PM timer? RE: VB-form opens before sResult gets sent by Choli on 08-29-2003 at 06:39 PM
quote:Of course it opens before the string is sent. That's because Plus! is "who" sends the sResult and it only gets it after the ParseCommand function has finished and then that function has already executed the .Show method. RE: VB-form opens before sResult gets sent by wipey on 08-29-2003 at 09:00 PM
try putting sResult = .... after the msgbox code, if that dont work then maybe use a timer to delay the messagebox RE: RE: VB-form opens before sResult gets sent by Whacko on 08-29-2003 at 10:01 PM
quote: ehm lol?? the point is... he wants to display the message BEFORE the form opens RE: VB-form opens before sResult gets sent by wipey on 08-29-2003 at 10:22 PM shh I'm slow....I still think timer if it's in vb |