Connecting Tech Pros Worldwide Help | Site Map

OleDrag/Drop events?

  #1  
Old November 13th, 2005, 06:21 AM
(Pete Cresswell)
Guest
 
Posts: n/a
Seems like I've written code to handle these. User drags something from
outside the app and drops it on my control and I deal with it.

OTOH I can't find anything in the Help file's list of events.

Have I got this confused with VB 6?
--
PeteCresswell
  #2  
Old November 13th, 2005, 06:24 AM
Bas Cost Budde
Guest
 
Posts: n/a

re: OleDrag/Drop events?


(Pete Cresswell) wrote:[color=blue]
> Seems like I've written code to handle these. User drags something from
> outside the app and drops it on my control and I deal with it.
>
> OTOH I can't find anything in the Help file's list of events.
>
> Have I got this confused with VB 6?[/color]

I think you have. At least in A97 there is no support for drag and drop.
You can simulate this for inside-drag and drops, but not for anything
coming from out there.

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
Closed Thread