This perheps is a strange question but if I have a buttoncontrol on the form I could programatically make this button invisible like below:
button1->Visible = false;
What I wonder is if it is possible to make the button Visible = false; by fading the button away so it disseapears slowly ? Perheps this is difficult to do and needs any specific libriaries.