Link to home
Start Free TrialLog in
Avatar of quiklearner
quiklearner

asked on

Inputbox in vb6 that is system modal on Win32

I need an Inputbox in vb6 that is system modal on Win32.  Any Ideas?
Avatar of zoofan
zoofan
Flag of United States of America image

Think this is what your looking for.

Using the inputbox()

http://www.samspublishing.com/library/content.asp?b=STY_VB6_24hours&seqNum=70

If you need help with it let me know.

zf
quiklearner, there are no system modal dialogs in win32.  Microsoft did not carry that construct over from win16.

If you call MsgBox with the vbSystemModal flag, you will see the problem.  The message box stays topmost, but you can easily switch between applications, and perform actions normally.

If we know a little more about what your application does, we might be able to help further.
ASKER CERTIFIED SOLUTION
Avatar of kevinfigg
kevinfigg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial