Hallo,
Ich lade mit EmbeddedWB eine Seite rein, die auf meinen Server liegt. Die Seite beinhaltet eine JavaApplet-Chat (PJIRC).
Nun möchte ich es möglich machen, dass man über mehrere Buttons z.B. kurze Kommentare (z.B. "Hallo", "Gute Nacht", etc.) in das Edit des Applets einliest und automatisch versendet.
Ich komme mit
Delphi-Quellcode:
wnd := FindWindow('TForm1', 'Webchat');
wnd := FindWindowEx(wnd, 0, 'Shell Embedding', nil);
wnd := FindWindowEx(wnd, 0, 'Shell DocObject View', nil);
wnd := FindWindowEx(wnd, 0, 'Internet Explorer_Server', nil);
wnd := FindWindowEx(wnd, 0, 'Microsoft VM For Java(TM) Host Window Class', nil);
wnd := FindWindowEx(wnd, 0, 'MSAWT_Comp_Class', nil);
bis auf das Applet selbst.
Nun weiß ich leider nicht weiter. Könnte mir jemand helfen?
MfG
Marcus