R
Roßert G. Schaffrath
I am trying to create a Windows Explorer icon type object in .NET that
will display an icon image and have a label that works like the label on
an icon in Windows Explorer; maximum two-line display that expands to
full-size when selected and is editable. I would also like to be able
to have it contained on a Form and be able to reposition it by changing
a "Location" property. I have experimented with PictureBox and Panel
box objects without any success. Is there such an object available in
..NET (or natively)? The editable label is especially interesting.
For now I have implemented a static display use the various Graphic
class methods; DrawImage and DrawString but they really do not replace
the advantage of having a true icon type object that I could click and
manipulate.
Robert
will display an icon image and have a label that works like the label on
an icon in Windows Explorer; maximum two-line display that expands to
full-size when selected and is editable. I would also like to be able
to have it contained on a Form and be able to reposition it by changing
a "Location" property. I have experimented with PictureBox and Panel
box objects without any success. Is there such an object available in
..NET (or natively)? The editable label is especially interesting.
For now I have implemented a static display use the various Graphic
class methods; DrawImage and DrawString but they really do not replace
the advantage of having a true icon type object that I could click and
manipulate.
Robert