Home All Groups Group Topic Archive Search About
Author
8 Mar 2006 3:40 PM
Alastair MacFarlane
Dear All,

If I have 2 vb executables ExeA and ExeB. ExeA opens ExeB using the the
shell command.

How can I ensure that ExeB is opened modally to exeA so the user cannot
select ExeA?

Thanks again.

Alastair MacFarlane

Author
8 Mar 2006 4:11 PM
Douglas Marquardt
Check out Karl's example at :

http://vb.mvps.org/samples/project.asp?id=Shell32


Doug.


Show quoteHide quote
"Alastair MacFarlane" <AlastairMacFarl***@discussions.microsoft.com> wrote in message
news:022260F1-A1AB-4E3D-ABE3-3DC18FDF7A2A@microsoft.com...
> Dear All,
>
> If I have 2 vb executables ExeA and ExeB. ExeA opens ExeB using the the
> shell command.
>
> How can I ensure that ExeB is opened modally to exeA so the user cannot
> select ExeA?
>
> Thanks again.
>
> Alastair MacFarlane
Author
8 Mar 2006 7:51 PM
Alastair MacFarlane
Douglas Marquardt,

Thanks for the link. Exactly what I was looking for. I didn't realise that
it would require API calls to achieve the aim.

I appreciate your help.

Alastair MacFarlane

Show quoteHide quote
"Douglas Marquardt" <no_spam@dummy.com> wrote in message
news:O5Py$rsQGHA.4900@TK2MSFTNGP09.phx.gbl...
> Check out Karl's example at :
>
> http://vb.mvps.org/samples/project.asp?id=Shell32
>
>
> Doug.
>
>
> "Alastair MacFarlane" <AlastairMacFarl***@discussions.microsoft.com> wrote
> in message
> news:022260F1-A1AB-4E3D-ABE3-3DC18FDF7A2A@microsoft.com...
>> Dear All,
>>
>> If I have 2 vb executables ExeA and ExeB. ExeA opens ExeB using the the
>> shell command.
>>
>> How can I ensure that ExeB is opened modally to exeA so the user cannot
>> select ExeA?
>>
>> Thanks again.
>>
>> Alastair MacFarlane
>
>