Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Application.Run from a PS Snapin

Closed Thread
 
Thread Tools Display Modes
Old 10-15-2006   #1 (permalink)
Doug
Guest


 

Application.Run from a PS Snapin

I am launching a form from within the snapin no problem.

What I want is the command line to "come back" and the form to stay up.

How do you do this?

Thanks

Old 10-15-2006   #2 (permalink)
klumsy@xtra.co.nz
Guest


 

Re: Application.Run from a PS Snapin

do you plan on any interaction between the form and the commandline
afterwards..
its easy to make a form and show it non modal and that will stay shown,
however if the cmdline thread is busy then it may not be responsive as
its on the same thread. I probaly would create another thread, then on
that new thread do form.showmodal(). but i'm not sure.

Karl

Doug wrote:
> I am launching a form from within the snapin no problem.
>
> What I want is the command line to "come back" and the form to stay up.
>
> How do you do this?
>
> Thanks


Old 10-15-2006   #3 (permalink)
Doug
Guest


 

Re: Application.Run from a PS Snapin

Thanks Karl

Yes I want to interact with the form afterwards.
So is the general approah to spin up another thread?



"klumsy@xtra.co.nz" wrote:

> do you plan on any interaction between the form and the commandline
> afterwards..
> its easy to make a form and show it non modal and that will stay shown,
> however if the cmdline thread is busy then it may not be responsive as
> its on the same thread. I probaly would create another thread, then on
> that new thread do form.showmodal(). but i'm not sure.
>
> Karl
>
> Doug wrote:
> > I am launching a form from within the snapin no problem.
> >
> > What I want is the command line to "come back" and the form to stay up.
> >
> > How do you do this?
> >
> > Thanks

>
>

Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
snapin configuration f0rt PowerShell 6 06-07-2008 03:36 AM
Finding snapin quirk Andrew Watt [MVP] PowerShell 7 01-16-2007 02:35 AM
DHCP Snapin Vista account administration 1 12-01-2006 06:38 PM
How to embed the ETS within a SnapIn? Joannes Vermorel PowerShell 1 11-08-2006 03:56 PM
adding a cmdlet without using a snapin klumsy@xtra.co.nz PowerShell 0 10-22-2006 03:52 PM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50