VIsual studio 2015 Button Flat Design C# and VB.NET #7

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 14

  • @kimjohnjaramillo4042
    @kimjohnjaramillo4042 4 ปีที่แล้ว

    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?

  • @muhammadafzal237
    @muhammadafzal237 3 ปีที่แล้ว

    How to display both text and image on button?

  • @TechWithDanver
    @TechWithDanver 7 ปีที่แล้ว +6

    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

    • @int7155
      @int7155 6 ปีที่แล้ว

      thank you for suggestion!

  • @nick-kj6vg
    @nick-kj6vg 7 ปีที่แล้ว +1

    How do you get in the properties backstyle.

    • @mobinalhassan
      @mobinalhassan 6 ปีที่แล้ว

      when you right click on any item ..>>goto property and search in Appearance backcolor

    • @jamiemeadowcroft6744
      @jamiemeadowcroft6744 6 ปีที่แล้ว

      does VB 2017 have this, im having the same issue

    • @pokpok9572
      @pokpok9572 6 ปีที่แล้ว

      me too

  • @ronyspace313
    @ronyspace313 5 ปีที่แล้ว

    Mr. Satya....can you tell me how to auto arrange button in visual basic windows form application

    • @SatyaAchmad
      @SatyaAchmad  5 ปีที่แล้ว

      you can use timer to set value of button size

  • @waiyawut7557
    @waiyawut7557 5 ปีที่แล้ว +2

    ขอบคุณมากๆ ไอทิด

  • @etienneormezzano
    @etienneormezzano 6 ปีที่แล้ว

    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.

  • @fabiortsf
    @fabiortsf 5 ปีที่แล้ว

    Show the code