Then if I am correct from what you said,  you have to implement drag and
drop using COM - (for stuff between applications).

I have done it for drag and drop of files - but can't find my examples
anywhere ...

Myles.

> -----Original Message-----
> From: Chris Crowe [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, 14 February 2000 11:28
> To:   Multiple recipients of list Delphi
> Subject:      RE: [DUG]:  More problems with the DHTML edit control.
> 
> I found the article and found a couple of things that I did not know.
> 
> But with the accellerators they now only work for menu items, buttons do
> not
> work at all.
> 
> Internal drag & drop works because you need to add OLEInitialize, and
> OLEUnInitialize to the form.
> 
> But I still have no idea about external drag drop, I can drag and drop
> from
> IE5 directly into the edit control, but I need to do it from a delphi
> control and insert HTML source code.
> 
> Chris
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dennis Chuah
> Sent: Monday, 14 February 2000 09:37
> To: Multiple recipients of list Delphi
> Subject: RE: [DUG]: More problems with the DHTML edit control.
> 
> 
> 
> Delphi Informant had an article on using DHTML with Delphi - there is a
> bug
> in Delphi's COM implementation that causes all sorts of problems with
> accelerator keys (this also happens with the IE browser control).  I
> compiled the source from the article and it appeared to work OK.  I even
> use
> it as a quick HTML editor at times.  If you searched the DI web site, I'm
> sure you can find the source.
> 
> Regards,
> Dennis.
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of Chris Crowe
> > Sent: Monday, 14 February 2000 08:33
> > To: Multiple recipients of list Delphi
> > Subject: [DUG]: More problems with the DHTML edit control.
> >
> >
> > When you drop a DHTML edit control on a form, and a tbuttonm,
> > for the button
> > give it a caption of "&button" and on the click event just go
> > showmessage('Test');
> >
> > Run the app, and when you type into the DHTML edit control
> > and type a B it
> > will trigger the buttons on click event.
> >
> > I have no way of knowing if you can stop this behaviour.
> >
> > Chris
> >
> > --------------------------------------------------------------
> > -------------
> >     New Zealand Delphi Users group - Delphi List -
> > [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> >
> 
> --------------------------------------------------------------------------
> -
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> 
> --------------------------------------------------------------------------
> -
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to