>
> How to drop any image file into a form or in a listbox ?
> > this question went to me in the sample provided for download in Message ID: 232474 for the first time.i never use it.
> > this code permit to drop any picture from the windows explorer into a form property or as an item in a listbox.The picture is viewed automatically on the form and typed with entier path.
> > Here only jpg,bmp,gif and png are coded.I share it with all.
> >
> > Yousfi Benameur>
> Nice example of drag n drop Yousfi.
>
> Any reason why this complete form is typed out in code? After all the V in VFP stands for Visual.
>
> Also the "listbox" looks more like a textbox and after you drag a few images, when you try to see what is in the list you get this error:
>

>
> Bernard
>

>
** If you see someone without a smile, give em one of yours
> My Blog
Hi Bernard !
-the listbox as you can see is without scrollbar because it contains one item (a filename of the picture).I set the itemptips=.t. but it is not applyed !is it a bug with a form alwaysontop ?
-I cannot reproduce what you said: i try continously to drop 20 images and no problem raised ! is it a "blague" ?
-V like visual....its true when i hope feed back like yours :-) its to avoid zips..
and this only is a small code.
Dont rate please.its only for the pleasure to help.Give me only a feed back.
Yousfi Benameur