Re:D5 and Word2000: "Call rejected....."
Hi Deborah,
Yeah I have Norton Antivis installed, but it doesn't seam to be Norton
that's giving me gray hair.
I found out that my problem is in my DefaultHandler.
This procedure gives me the error:
procedure TForm1.DefaultHandler(var Message);
begin
// MY_MESSAGE is already defined as MY_MESSAGE :=
RegisterWindowMessage('MY_OWN_TEST_PROGRAM');
with TMessage(Message) do if (Msg = MY_MESSAGE) then
case WParam of
1: showmessage('tada');
end else inherited DefaultHandler(Message);
end;
This procedure doesn't give me the error:
procedure TForm1.DefaultHandler(var Message);
begin
inherited DefaultHandler(Message);
end;
I can't figure out what's wrong ... hmmmm.
M O J O
"Deborah Pate (TeamB)" <d.p...@cableinet.co.not-this-bit.uk> wrote in
message news:VA.00000603.000ed3d0@cableinet.co.not-this-bit.uk...
Quote
> <<M O J O:
> Call was rejected by callee.
> Do you by any chance have Norton Antivirus installed?
> --
> Deborah Pate (TeamB) http://delphi-jedi.org
> Use Borland servers; TeamB don't see posts via ISPs
> http://www.borland.com/newsgroups/genl_faqs.html