// JP opened flex table

Click to See Complete Forum and Search --> : Q or BUG:Owner draw list control and CreateDragImage()


Vytukas
March 31st, 1998, 08:08 AM
I took src from codeguru with owner draw list. Decided to add drag and drop feature and noticed that CreateDragImage() doesn’t create correct image (I’m getting empty image) if no image list attached to control. If there is image list CreateDragImage() creates only bitmap part and no text label part. What’s wrong? Any suggestions? Could someone share his ideas with me ASAP?


Thanx a lot

Vytautas Garalis


List control code from codeguru

Felise Wu
August 18th, 1998, 01:16 PM
I have a similar problem. I used code from codeguru for creating a multicolumn treectrl, editing labels, and dragging. When I drag I only get the bitmap associated with the item, but no text. However, if I first edit the label and then go back and drag that same item, then both the bitmap and text label are present. I don't know what's causing it though, sorry! Any ideas?


Thanks!

Felise Wu

//JP added flex table