VB.NET - How to Make a Drop Down Menu in VbNet Using Buttons [ with source code ]

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

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

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

    You also can use this:
    Name of Control for example : Btn1
    Kind of Control Active Function : Hover, Leave
    ===================================
    P S Btn1_Hover()
    While (Panel1.Height < 240)
    Panel1.height += 1
    End While
    E S
    P S Btn1_Leave()
    While (Panel1.Height > 60)
    Panel1.height -= 1
    End While
    E S
    ====================================
    This code is far quicker than your code
    and the interval of dropping the menu is more realistic at basic style level

  • @YashDubey26
    @YashDubey26 5 ปีที่แล้ว +1

    Thank you it helps me very much

  • @chirayudangi8783
    @chirayudangi8783 6 ปีที่แล้ว +1

    helped me a lot thank
    you so much! :)

  • @atchathomas1885
    @atchathomas1885 7 ปีที่แล้ว +2

    Thanks

  • @jonathanarambula2450
    @jonathanarambula2450 7 ปีที่แล้ว

    Thanks a lot!!