Is there anyone out there that knows how to make a window or form system modal?
There doesn't seem to be a straightforward way to do it directly from VB (you can make windows modal, but not system ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10005234.html
Zones:
Visual BasicDate Answered: 03/13/1997 Grade: C Views: 0
How do make a system modal dialog box in Win95? I want to add a login dialog to my program when Win95 starts up and I don't want the boot process to continue until the user has entered a correct us...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10015614.htm...
Zones:
Windows MFCDate Answered: 07/01/1997 Grade: B Views: 0
Hi all!
I call a function from a dll from JAVA using JNI. When I use a CFileDilog class, i don't have a problem, but when I try to display modeless a dialog, an exception is thrown.
Any suggesti...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10180182.htm...
Zones:
Windows MFCDate Answered: 09/01/1999 Grade: C Views: 0
I wanted to use create , set windowpos functions for Dialog box. But if I use these & create, it is creating Modeless dialog box . How to make this as modal dialog box.
Thanx
kiran
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10191395.htm...
Zones:
Windows MFCDate Answered: 09/01/1999 Grade: C Views: 0
Trying to show a form modal, where the form name is chosen at run time.
I want to use
form1.show 1
but I want to do a
dim object1 as object
set object1 = form2
object1.show 1
Does ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10196756.html
Zones:
Visual BasicDate Answered: 08/23/1999 Grade: B Views: 0
I need to know in run-time if a load form is modal form or modeless form, how can I do it?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10205522.html
I have a 'user alert' type dialog displayed upon certain criteria which requires the user to do 'something' reference their working day. Unfortunately, because I can not use a system modal dialog...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10219852.html
Zones:
Visual BasicDate Answered: 01/11/2000 Grade: C Views: 0
In the VC++ dialog properties, there is a checkbox for "System modal".
How is this property set or unset in say OnInitDialog()?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10221577.htm...
Zones:
Windows MFCDate Answered: 01/09/2002 Grade: A Views: 0
I have a module that calls a non-modal form that calls a modal form that calls another modal form.
I want to find a way to minimize all forms when one of 'em got minimized.
(I.E: minimize form2 a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10231797.html
Zones:
Visual BasicDate Answered: 11/11/1999 Grade: A Views: 0
Private Sub mnuSauvDonn_Click()
'Save the database in the drive a:
'To save the .mdb, we must to close the database.
rstProfil.Close
rstCli.Close
dbCli.Close
Shell "d:\pkzip\p...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10238159.html
Zones:
VB DBDate Answered: 12/08/1999 Grade: A Views: 0