Hello Everybody!
I am in the process of creating a dock and I was wondering if somebody would know how I can have programs be dragged and dropped into the dock with the ICON.
Thanks,
CNNGaming.
Printable View
Hello Everybody!
I am in the process of creating a dock and I was wondering if somebody would know how I can have programs be dragged and dropped into the dock with the ICON.
Thanks,
CNNGaming.
To get the icon for an executable you can call Icon.ExtractAssociatedIcon. As for dragging files onto your dock, you might like to check out this thread.