How to make a Form SYSMODAL
I have asked this questions several times but didn't get any answer, so again in hope that someone would help me out, I am asking them here again.
I want to create a form SYSMODAL (when it open it will only remain active and the background get dim like Shutdown dialog box in XP)
So far I found this
Quote:
SysModal Dialog Style Bit
If this style bit is set, the dialog box will stop all other applications and no other applications can take the focus. This state remains until the SysModal dialog is dismissed.
Value
Decimal Hexadecimal Constant
8 0x00000008 msidbDialogAttributesSysModal
I don't know how to use it.
NOTE: I don't want to add an extra dll file with my app, if you are going to suggest some dll file that can help me do
ALSO
Quote:
I am looking for a way to create Shortcuts on Desktop but without using Windows Script Host Object Model since this needs to attach a dll file with my app. Which I don't want.
So is there any way that I can create a Shortcut on desktop without using Windows Script Host Object Model.
and ALSO
So please if anyone can help...........
Re: How to make a Form SYSMODAL
Re: How to make a Form SYSMODAL