Well this time I want a way to display a messagebox, but allow the user to copy something from it. It doesn't have to be a messagebox, can be text on the screen or any form of display a message in the program that the user can copy.
Also if you help with the messagebox I have another question for messagebox's:
How do you use set fill in them, like if I was to display 08800000 it says 8800000 and I've used set fill in console applications to make it say 08800000 and not delete the first zero. If you can help with that too that would be great.
Thanks in advance to anyone who can help me with these things!
Ok, thanks guys. Now I have another question: How would I display a hex value with a MessageBox, it always displays as a decimal when I need it to display as a hexadecimal value.