help to disable taskmanagerof windows

help to disable taskmanagerof windows

Postby Silvio » Thu Apr 05, 2007 7:27 pm

How I can make to block the pssibility to enable/disable taskmanager of windows if I press ctrl+alt+del ?
How I can disable also the Ctrl+c press keys ?
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Silvio » Thu Apr 05, 2007 8:15 pm

I resolve it
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby karinha » Thu Apr 05, 2007 9:48 pm

Code: Select all  Expand view

/*
// Antonio Carlos Pantaglione
// Toninho@fwi.com.br
// Ago/2001

#include "fivewin.ch"

procedure main()

  CtrlAltDel( .f. )

  MsgAlert( "CTRL-ALT-DEL DESLIGADO" + CRLF + "Please, press CTRL + ALT + DEL", "Desligado" )

  CtrlAltDel( .t. )

  MsgAlert( "CTRL-ALT-DEL LIGADO" + CRLF + "Please, press CTRL + ALT + DEL", "Ligado" )

return

*/

// Antonio Carlos Pantaglione
// Toninho@fwi.com.br
// Ago/2001

/*
#include "fivewin.ch"
#include "dll.ch"

//----------------------------------------------------------------------------//

Procedure CtrlAltDel( lState )

   if !lState
      SysParInfo( 97, 1, 0, 0 )
   else
      SysParInfo( 97, 0, 0, 0 )
   endif

return

//----------------------------------------------------------------------------//

dll32 static function SysParInfo( uAction AS LONG, uParam AS LONG, vParam AS LONG, uWinIni AS LONG ) ;
      AS LONG PASCAL  FROM "SystemParametersInfoA" LIB "User32.dll"

//----------------------------------------------------------------------------//
*/

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7664
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Postby Andrés González » Fri Apr 06, 2007 5:53 am

Silvio.

How you solve it? because the source from Karinha don't work in a WINXP

Thanks
Saludos

Andrés González desde Mallorca
User avatar
Andrés González
 
Posts: 628
Joined: Thu Jan 19, 2006 10:45 am
Location: Mallorca


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 67 guests