Fórum FORMULÁRIO NA FRENTE DE TUDO! #141119
26/02/2003
0
Anonymous
Curtir tópico
+ 0Posts
26/02/2003
Dbezerra
ateh pq, forms naum ficam na frente de aplicacoes q usam directx, por exemplo...
Gostei + 0
26/02/2003
Danielc
Procedure TurnSysKeyOff; // Desabilita Alt+Tab
var
OldVal : LongInt;
begin
SystemparametersInfo(97,Word(True),@OldVal,0)
end;
Procedure TurnSysKeyOn; // Habilita Alt+Tab
Var
OldVal : LongInt;
begin
SystemParametersInfo(97,Word(False),@OldVal,0)
end;
Boa Sorte..
[]´s Daniel
Gostei + 0
27/02/2003
Anonymous
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)