Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: program crashes after execution??? why? Pin
Joisme10-Dec-02 14:33
Joisme10-Dec-02 14:33 
GeneralRe: program crashes after execution??? why? Pin
Chris Losinger10-Dec-02 14:35
professionalChris Losinger10-Dec-02 14:35 
GeneralRe: program crashes after execution??? why? Pin
Alvaro Mendez10-Dec-02 14:33
Alvaro Mendez10-Dec-02 14:33 
GeneralRe: program crashes after execution??? why? Pin
Joisme10-Dec-02 14:41
Joisme10-Dec-02 14:41 
AnswerRe: program crashes after execution??? why? Pin
Ted Ferenc10-Dec-02 21:58
Ted Ferenc10-Dec-02 21:58 
GeneralAutomaion question Pin
Martin Marvinski10-Dec-02 10:55
Martin Marvinski10-Dec-02 10:55 
GeneralRe: Automaion question Pin
Shog910-Dec-02 12:25
sitebuilderShog910-Dec-02 12:25 
Questiongina problem? Pin
imran_rafique10-Dec-02 9:30
imran_rafique10-Dec-02 9:30 
i am using xp professional.
i have created a gina dll that will call the orginal msgina function.

question-

when the window perform logoff procedure then the window with this message should appears
Press ctrl+alt+del (like in WINDOWS NT OR 2000)

I dont how to implement that little logic.
Can any body tell which function of gina dll called when the system is in loggoff state and and
the dialogbox with this title
--------------------
Log On to Windows
--------------------

did not appears so that i can call the function that create a dialogbox
(having message Press CTRL+ALT+DEL)

For this purpose cany any body tell which function of gina dll or winlogin.exe creat a
message(Press CTRL+ALT+DEL)

and where i have to call that function?
so that after logoff procedure
the dialogbox with this title
--------------------
Log On to Windows
--------------------
did not appear.
//////////////////////////////////////////////////////////////////////////
i have halted the CTRL+ALT+DEL by using this simple code in gina dll
but there is still a problem and that is
when i press CTRL+ALT+DEL the desktop window and its child windows shakes
it gives the behaviour as i perform refresh event.
but i did not want that for my running application at that time.
nothing should heapen when user press CTRL+ALT+DEL?
how to do that ?
i have spent a lot of houres but could not sucessed yet.
can any body help me in this regard.

int
WINAPI
WlxLoggedOnSAS(
    PVOID           pWlxContext,
    DWORD           dwSasType,
    PVOID           pReserved)
{

	if(dwSasType==WLX_SAS_TYPE_CTRL_ALT_DEL)
	return WLX_SAS_ACTION_NONE;
	else
	return GWlxLoggedOnSAS( pWlxContext, dwSasType, pReserved );
}


r00d0034@yahoo.com
AnswerPlease, I beg you all.... Pin
Christian Graus10-Dec-02 15:19
protectorChristian Graus10-Dec-02 15:19 
GeneralRe: Please, I beg you all.... Pin
Anonymous10-Dec-02 15:27
Anonymous10-Dec-02 15:27 
GeneralRe: Please, I beg you all.... Pin
Andreas Saurwein13-Dec-02 3:57
Andreas Saurwein13-Dec-02 3:57 
Generalplz ans Pin
imran_rafique10-Dec-02 9:28
imran_rafique10-Dec-02 9:28 
GeneralRe: plz ans Pin
Neville Franks10-Dec-02 10:20
Neville Franks10-Dec-02 10:20 
Questiongina logon? Pin
imran_rafique10-Dec-02 9:24
imran_rafique10-Dec-02 9:24 
QuestionHow do I draw an X in a View? Pin
Anonymous10-Dec-02 8:41
Anonymous10-Dec-02 8:41 
AnswerRe: How do I draw an X in a View? Pin
Ranjan Banerji10-Dec-02 8:46
Ranjan Banerji10-Dec-02 8:46 
GeneralRe: How do I draw an X in a View? Pin
Anonymous10-Dec-02 8:52
Anonymous10-Dec-02 8:52 
GeneralRe: How do I draw an X in a View? Pin
PJ Arends10-Dec-02 9:26
professionalPJ Arends10-Dec-02 9:26 
GeneralRe: How do I draw an X in a View? Pin
Anonymous10-Dec-02 9:04
Anonymous10-Dec-02 9:04 
GeneralMFC with Opengl .. Urgent... Pin
sakya_trips10-Dec-02 8:25
sakya_trips10-Dec-02 8:25 
GeneralRe: MFC with Opengl .. Urgent... Pin
carrie10-Dec-02 8:27
carrie10-Dec-02 8:27 
GeneralUrgent Help Needed Pin
SamirSood10-Dec-02 7:53
SamirSood10-Dec-02 7:53 
GeneralRe: Urgent Help Needed Pin
Neville Franks10-Dec-02 10:15
Neville Franks10-Dec-02 10:15 
GeneralDirectory listing with Visual C++ Pin
microcyb10-Dec-02 7:40
microcyb10-Dec-02 7:40 
GeneralRe: Directory listing with Visual C++ Pin
carrie10-Dec-02 8:30
carrie10-Dec-02 8:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.