adding arrows to buttons
-
Hi, How can I add arrows like the ones that appear in DAP or IDM. Which says "Show Details" and contains an arrow that points downwards and when you click on it, it changes to "Hide Details" and the arrow points upwards... I hope my question is clear :laugh: There is no patch for ignorance
-
Hi, How can I add arrows like the ones that appear in DAP or IDM. Which says "Show Details" and contains an arrow that points downwards and when you click on it, it changes to "Hide Details" and the arrow points upwards... I hope my question is clear :laugh: There is no patch for ignorance
The test way is to change the text of the button on the click event. This way you can toggle between the texts ">>Detail" to "Detail<<". The other way is to change the image on the button this.buttonTest.Image = (Image)TestIcons.GetIcon("ShowDetails.ico").ToBitmap(); Live Life King Size Alomgir Miah
-
The test way is to change the text of the button on the click event. This way you can toggle between the texts ">>Detail" to "Detail<<". The other way is to change the image on the button this.buttonTest.Image = (Image)TestIcons.GetIcon("ShowDetails.ico").ToBitmap(); Live Life King Size Alomgir Miah