so, ich hab mir jetzt diese sendkey.pas von tony runtergeladen und sie mit ach und krach
installiert.
Hilft aber alles nichts.
Sobald ich die Komponente hinzugefügt hab und das projekt ausführen will
spukt mir der compiler folgende fehlermeldung aus:
[Pascal Error] Unit1.pas(14): E2003 Undeclared identifier: 'TSendkeys'
Vielleicht bin ich auch einfach nur zu dumm für dieses prog
Also, hier noch mal der komplette Quelltext der unit1.pas:
Delphi-Quellcode:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Sendkeys, StdCtrls;
type
TForm1 =
class(TForm)
Button1: TButton;
edit1: TEdit;
Memo1: TMemo;
Sendkeys1: TSendkeys;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.
das problem an der sache ist der 'Sendkeys1: TSendkeys; ' Eintrag in der type-sektion.
Oh gott, ich kann nicht mehr.
ich versuch erstmal zu schlafen.