Advertisement

1 - 10 of 510 containing alltags:("modal") (0 seconds)
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 ...
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...
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...
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
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 ...
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?
Zones: Visual Basic, WinsockDate Answered: 10/25/1999 Grade: B Views: 0
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...
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()?
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...
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...
Zones: VB DBDate Answered: 12/08/1999 Grade: A Views: 0