Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messagebox()
Message
From
01/06/2004 02:20:16
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Messagebox()
Miscellaneous
Thread ID:
00908798
Message ID:
00908798
Views:
39
Hi,

is there any way to keep the Messagebox() AlwaysOnTop, we are using the following code with a "messagetimeout", the user can use Alt-Tab the message will go back.


cMessageTitle = 'Transaction Deletion'
cMessageText = 'Do You Want To Delete The Current Voucher ?'
nDialogType = 4 + 32 + 256
messagetimeout = 999999

* 4 = Yes and No buttons
* 32 = Question mark icon
* 256 = Second button is default

nAnswer = Messagebox(cMessageText, nDialogType, cMessageTitle,messagetimeout)



Best Regards
Next
Reply
Map
View

Click here to load this message in the networking platform