Registriert seit: 10. Jun 2002
Ort: Unterhaching
11.412 Beiträge
Delphi 12 Athens
|
Re: String -> PChar ..FEHLER =(
2. Jul 2004, 16:39
So
Code:
procedure TForm1.TimerTimer(Sender: TObject);
var [color=#f50000][s]channel:PChar;[/s][/color]
hOE: hWnd;
begin
[s][color=#f50000]channel := PCHAR(Edit1.text);[/color][/s]
if (x=30) AND (message1<>'')
then begin
hOE:=FindWindow(nil, [color=#f50000]PChar(' Channel: ' + Edit1.text)[/color]);
SetForegroundWindow(hOE);
SendKeys(message1);
SendKeys(#13);
end;
...
... ...
Daniel Lizbeth Ich bin nicht zurück, ich tue nur so
|