LoginPrompt - dialog box

From: Marlin (softdev_at_hcjb.org)
Date: 01/19/04


Date: Mon, 19 Jan 2004 11:21:09 -0700

Hi,

I was wondering a clean way to keep the LoginPrompt dialog box open
until the user either closes it by clicking cancel or types a valid user
name and password combination. If it is an invalid username/password
combination I would like to notify the user but keep the dialog box open.

Any ideas?

This would also be true for dbExpress as well, right?

Thanks,
Marlin



Relevant Pages

  • Re: Batch file and MFC (Properly Terminating Application)
    ... For the cancel button, you would invoke the OnCancelhandler for the dialog. ... about the sequence of messages handling the clean shutdown of the database or network. ...
    (microsoft.public.vc.mfc)
  • Re: Cleaning up memory/handles when doing pthread_cancel?
    ... invokes ODBC SQLExec. ... How can I clean up allocated memory used in my worker thread after it ... Propagation of a cancel will CALL each of these functions. ... Canceling code that's not cancelable won't help any, and canceling code that's not cancel-safe is a disaster because it won't be able to clean up. ...
    (comp.programming.threads)
  • Validating on the OK click
    ... was to have the validating event fire for the group box that contains the ... That seems to cancel out the OK ... continues to close down the form and return to the calling form. ... clean way to do it? ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: How to cancel IRP passed down to USBD
    ... The drawback of ABORT_PIPE/RESET_PIPE is that you cannot issue it on ... >> this method than IoCancelIRP()? ... I want to abort everything at once and go into a clean ... not just cancel a particular request and let everything else go. ...
    (microsoft.public.development.device.drivers)