My application uses an MDI form, and there are instances where the end user will need multiple child windows open at a time.I need an easy way for the user to switch between windows, which made me thi
I try to get all 开发者_开发知识库WPF window controls collections. In other words i try to get the same result, as it was in win forms app\'s:
Currently, I\'m in the process of making a custom solution for invoicing. I have created multiple ways for customers to create their template (HTML, Word, LaTex) and get invoices according to their te
What .NET control do i should i use to display this to the user? I have 2 types of elements, a package and item. The data an item contains is id, size and status. The package can have several items (
I\'ve got a server control that contains nested server controls, <uc1:ArticleControl runat=\"server\">
I have a DataGrid defined with WPF Toolkit. The CellEditingTemplate of this DataGrid is associated at runtime with a custom function that build a FrameworkElementFactory element.
I am trying to create a custom control that extends the RadComboBox from Telerik to create a Dropdown Checkbox List with default templates.The plan is to use the control in several places so I wanted
I have an Access2003 form where I wanted to group several controls together and change visibility programatically, though VBA cod开发者_JAVA百科e.
C#: Does SuspendLayout cascade to child controls? Do I have to iterate the child of the control myself to call suspendlayout on them?
I am building an ASP web site that contains a large section that represents a database front end. I need to build forms to manipulate the database and obviously there would be much repitition i.t.o th