I have created a custom control inheriting from a panel 开发者_如何学Cin .NET 3.5 The panel has a custom polygon border, which comes from a pointF array (In diagram, control is highlighted yellow).
开发者_开发技巧I have some control. I add one instance of this control to every Page in OnInit event and I want to access this control in other places in this way: Sample.Current
I\'m trying to build my own custom control for a windows forms application in C#.Net. Currently I paint some rectangles and other graphic elements using the paint event.
I have a custom Control which contains the generic.xaml inside the Themes folder. I have set the build action to Resource.
I\'m working on my project: [Beer Pong Management System][1], a Windows Forms application. I am currently trying to add a whole tournament mode to it. In a nutshell, I\'ve created a TabControl, with t
I need to design a calendar control which should be added to our companie\'s application (I know there\'s already quite a lot calendar controls but I shall develop our own one...).
I\'m trying to create a GUI (WPF) Library where each (custom) control basically wraps an internal (third party) control. Then, I\'m manually exposing each property (not all of them, but almost). In XA
I have a large .NET based system running within the company intranet, which allows winforms users to see some live calculated numbers and a custom winforms control drawn live (but not real-time). The
When I release a custom control which works in both Silverlight 3 and Silverlight 4 is there any reason to provide a separate binary version targeted at Silverlight 4?
I\'m currently building a Surface application where the main navigation is a circular menu. For each menu item I\'m using a custom control that I found on codeproject.com: