I've been working on a security app, but I have some small problems.

I need to do two things right now:

Firstly, a UI fix - I need to fix the button borders on the standard command buttons to fit with a new background colour. As most of us have seen, the default VB command button doesn't properly fix its border for different colours. I know it can be done, but I'm not sure exactly how.

The other thing I need to do is to set a program to be run when when windows shuts down. The easiest way to do this would be to put a handler in the form_unload event, but I would like to do it without keeping the process running, if possible. Any ideas?

Thanks for any help!