Subject Re: Changing SYSDBA password from Delphi application
Author paulwesson
> To stop the flashing change the following
>
> > nShow := SW_SHOWNORMAL;
>
> To
>
> nShow := SW_HIDE;
>

Tried that... for some reason did not make a difference?