I need to force a messagebox to appear on top of other whidows. The
messagebox is run using execscript, which is called from an EXE com server.
When running the messagebox command the box appears under other windows. How
can I force it to appear on top?

Re: Messgebox on top? (VFP7) by Josh

Josh
Thu Dec 08 09:21:18 CST 2005

add 4096 to nDialogBoxType

On Thu, 8 Dec 2005 15:41:35 +0100, "Aaron Blacksmith" <aaron has no email
addresse> wrote:

>I need to force a messagebox to appear on top of other whidows. The
>messagebox is run using execscript, which is called from an EXE com server.
>When running the messagebox command the box appears under other windows. How
>can I force it to appear on top?
>


--- AntiSpam/harvest ---
Remove X's to send email to me.

Re: Messgebox on top? (VFP7) by Aaron

Aaron
Thu Dec 08 12:01:44 CST 2005


"Josh Assing" <Xjosh@jassing.comX> wrote in message
news:ipjgp1l2fn0ilmb2lcef1v8iu3dmeh1cg8@4ax.com...
> add 4096 to nDialogBoxType
>
> On Thu, 8 Dec 2005 15:41:35 +0100, "Aaron Blacksmith" <aaron has no email
> addresse> wrote:
>
>>I need to force a messagebox to appear on top of other whidows. The
>>messagebox is run using execscript, which is called from an EXE com
>>server.
>>When running the messagebox command the box appears under other windows.
>>How
>>can I force it to appear on top?
>>
>
>
> --- AntiSpam/harvest ---
> Remove X's to send email to me.

Thanks, Josh - that worked fine!