custom-controls
How to do minimize window in WPF, when user drag window from the top?
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.[详细]
2023-03-31 18:32 分类:问答How can I maximize a webpart in ASP.NET?
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....[详细]
2023-03-31 13:39 分类:问答vs2010 windows application design-time error
we have a problem with a custom user control in a windows application project. we use visual studio 2010 (c#).[详细]
2023-03-31 10:52 分类:问答Click event isn't fired when using custom button control
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:[详细]
2023-03-31 10:32 分类:问答Custom ListView: separator entries ignore settings
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[详细]
2023-03-31 04:02 分类:问答In SharePoint how to display custom ribbon button to particular lists only?
I am having four external list \"List1\", \"List2\", \"List3\", \"List4\". I have added a custom ribbon button Like:[详细]
2023-03-30 15:46 分类:问答Nesting ASCX files in asp.net c# webforms results in Object not set to instance of object error
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[详细]
2023-03-30 02:30 分类:问答Is it possible to create a JPG from a Control?
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[详细]
2023-03-29 21:40 分类:问答Specify properties from baseform towards inherited ones
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.[详细]
2023-03-29 11:25 分类:问答viewForHeaderInSection creating a memory leak?
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[详细]
2023-03-29 06:14 分类:问答