i used to do what you did but its all wrong bcoz a user must see the button change while the mouse is on top you must: 1. create a button 2change properties -flat style->popup you may change backcolor to suit the form
nice chill music but there is several things done wrong here 1. to copy properties you can just select the property name, and copy then select the destination property and paste. no need to go to the text area and select it all. 2. why define background color ofr your image and label? It would be way better setting this color to transparent. That way you'ld have to just change the button color... 3. instead of doing 2 fonction "onClick" that do the same thing. Juste create function that do what you want and then in the event tab instead of doubleclicking in the onClick event just select this function. 4. to modify the same property on several items you can select them all. Visual will then show only the shared property and if you change it, it is applied for all.
I'm having a problem with the position, what i did on the layout didnt show the same in the output, what should I do?
How to display both text and image on button?
i used to do what you did but its all wrong bcoz a user must see the button change while the mouse is on top
you must:
1. create a button
2change properties -flat style->popup
you may change backcolor to suit the form
thank you for suggestion!
How do you get in the properties backstyle.
when you right click on any item ..>>goto property and search in Appearance backcolor
does VB 2017 have this, im having the same issue
me too
Mr. Satya....can you tell me how to auto arrange button in visual basic windows form application
you can use timer to set value of button size
ขอบคุณมากๆ ไอทิด
nice chill music but there is several things done wrong here
1. to copy properties you can just select the property name, and copy then select the destination property and paste. no need to go to the text area and select it all.
2. why define background color ofr your image and label? It would be way better setting this color to transparent. That way you'ld have to just change the button color...
3. instead of doing 2 fonction "onClick" that do the same thing. Juste create function that do what you want and then in the event tab instead of doubleclicking in the onClick event just select this function.
4. to modify the same property on several items you can select them all. Visual will then show only the shared property and if you change it, it is applied for all.
Show the code