I wrote an application where the user needs an USB memory stick. When the user closes the program, some data is written to the stick.
Can I write some code so my application is closing the usb stick whithout an action of the user?
When I do not implement this, the user have to click on an icon in the taskbar for removing the usb stick safely. But i want to keep it simpel for the user
Does anyone knows some solution?
Can I write some code so my application is closing the usb stick whithout an action of the user?
When I do not implement this, the user have to click on an icon in the taskbar for removing the usb stick safely. But i want to keep it simpel for the user
Does anyone knows some solution?