How to create Round Corner Controls in WinForms and C#

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 8

  • @techforyou6969
    @techforyou6969 Год назад

    My dear friend, thank you But how can I insert a tool listview inside

    • @vancopavlevski4455
      @vancopavlevski4455  Год назад

      embed it into the round corner control. I will probably do one more video showing how to make round buttons and textboxes

  • @fredrik5396
    @fredrik5396 Месяц назад

    Hello! Im trying to use your code to make some rounded background drawings but it fails. I can build it but when I try to place the RoundedCorner object on the forms its loading for a while (like 5 seconds) and than tells me that "The connection to the server has been lost". Do you have any clue why? Thanks for the video anyway :)

    • @vancopavlevski4455
      @vancopavlevski4455  Месяц назад

      From the error message you are showing me, the problem is not within the control itself, but rather what are you doing inside with it. Please note that the Paint method will execute in designer mode as well. So be careful what kind of code you are placing there. Pull up the control without your code on a separate project and verify that it works correctly. Then add your code and debug to see where the error happens.

  • @thejanbandara3076
    @thejanbandara3076 10 месяцев назад

    brother where can i download your project. i can't find it to get that extension file

    • @vancopavlevski4455
      @vancopavlevski4455  10 месяцев назад

      Here is the github link: github.com/DevInDeep/RoundControls

  • @restushlogic5794
    @restushlogic5794 3 месяца назад

    how to apply this to border cell in grid view?

    • @vancopavlevski4455
      @vancopavlevski4455  3 месяца назад

      you can't. Not in this way. You should use WPF for that.