I implemented a custom window in WPF. It is possible to drag this window. So when i drag it to the top it maximizes. But than, when I drag this from the top, it should minimize - but it\'s not.
I am trying to create an iGoogle like page in .net 3.5 I have written code(in asp.net) to dynamically add usercontrols to 2 webzones.....pretty simple stuff....
we have a problem with a custom user control in a windows application project. we use visual studio 2010 (c#).
I have made custom button control, but I\'m missing something because I can\'t get it work properly. Button works if render method is like this:
I\'ve created a custom ListView with separators (using this tutorial). It looks and works fine but the separators are still clickable, focusable and able to get a context menu called from. So i\'ve tr
I am having four external list \"List1\", \"List2\", \"List3\", \"List4\". I have added a custom ribbon button Like:
I can honestly say I\'ve never encountered this one before: I have two .ascx files, one of which is nested within th开发者_Python百科e other. It all works the first time I visit the page after a build
Lets sa开发者_如何学Cy I have a custom control (child of System.Windows.Forms.UserControl) such as a graph. Is there a way I can take the drawing I did on the control and just export the current graph
I have a c# winform that is a template for all the forms in my project. My problem is how do I setup some properties for the controls that will be added in the inherited forms from the baseform.
I am having great success getting the look I want using a custom header view and the delegate method tableView: viewForHeaderInSection:. But I think it is producing a memory leak, and I\'m not sure wh