Registriert seit: 8. Nov 2005
Ort: nähe Stuttgart
981 Beiträge
Delphi XE2 Professional
|
Re: Maus, Abschalten, ignorieren ..
19. Sep 2008, 13:30
das steht zwar oben schon, aber weil du's bist
Delphi-Quellcode:
Program Project1;
..
Var
Desktop: TJwSecurityDesktop;
Begin
Application.free;
Application := Nil;
Desktop := TJwSecurityDesktop.createDesktop(Nil, false, '', [], true, Maximum_allowed, Nil);
|