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 :)
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.
My dear friend, thank you But how can I insert a tool listview inside
embed it into the round corner control. I will probably do one more video showing how to make round buttons and textboxes
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 :)
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.
brother where can i download your project. i can't find it to get that extension file
Here is the github link: github.com/DevInDeep/RoundControls
how to apply this to border cell in grid view?
you can't. Not in this way. You should use WPF for that.