Hey,
I have a class where I inherit from the DataGrid.
I want to create this as this will be used in few places in my app and I don't feel like copying and pasting a lot of code in many places. (and maintaining it...).
I am creating an Imagelist control that will hold hte icons for a context menu.
Now, I don't want to distribute the icons so I want to embed them into my app.
How can I go about it?
How do I use a resource file in vb.net?
Thanks a lot,


Reply With Quote
