I am creating an "application" in MS Access 2003. I want a user to be able to drag a device independent bitmap (DIB) onto a treeview and have it automatically save that DIB as a file.
I know I can use Data.GetData(VbCFDIB) in the OLEDragDrop event to get the data, but I can't figure out how to save that to a file that will be recognized as a true DIB - regardless of size or color depth.
Can anybody help me out?
Start Free Trial