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:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: delaying the parsecommand function
quote:
Originally posted by factory
sorry didn't say i was using VB.net

that doesn't seem to work
i used this line of code the show command doesn't take any parameters and it won't recognise anything without the brackets

frmXsendIssue.Show(VbModal, Screen.ActiveForm)
what about

frmXsendIssue.ShowDialog()
;)
quote:
Originally posted by Jutx
Public StopThingy As boolean
:mipdodgy: @ StopThingy (both the name of the variable and the way of coding that)

quote:
Originally posted by Jutx
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)
in fact, that's VB6 ;) in VB.NET the ".Show vbModal" has been replaced (i think) by ".ShowDialog()"
quote:
Originally posted by raceprouk
I think vbModal stops the user using other windows, that's all.
yes and not. the user can't use the window that "owns" the modal one.

in fact when you .Show vbModal a form, the code from that point isn't executed until the from is hidden (or unloaded? can't remember now). if the vbmodal isn't said, once the form has been loaded and shown, the code after the .Show line is executed.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-29-2004 10:35 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