I\'m designing/building a medium-scale ASP.NET web application using WebForms. The main work in the project is building each web form, and I don\'t know how to design (in a code/data/data flow sense)
I tried everything I know. The trouble must be that my textbox is in a groupbox. I have a Mainform from which I move to another form. When I return to Mainform, I want a particular object to be focuse
I have a class like this (describes class in C# and its fields, methods and so on): public class CSharpType
I\'m working on a project that is using WPF on an XPe box that will be deployed as a kiosk application (touchscreen only, no keyboard/mouse), and we have the need for an onscreen keyboard.We can\'t us
I am trying to automatically click a PictureBox control from an old VB6 application using Aut开发者_Go百科oIt. Window Info finds a control with class ThunderRT6PictureBoxDC and ID 15, and AutoIt succe
From a User Interface design point of view when is it better to disable a control or to completely hide it. I have 开发者_如何学Goattached an example. In both case if the \"Enable ASP.NET\" checkbox i
I want to set control position relative to other control so when i make one control hide then other control move up like this.
I have a winform project with a tabcontrol and several tabpages. Within each tabpage there is some unique panel controls.However, when the user interacts with the form in each tab page, I want a gene
Is there a control in the .NET WinForm library for database design similar to the control found in the Create View dialog of SQL Management Studio.A control开发者_JAVA技巧 that displays multiple table
I want to generate an hierarchical data representation, more like a family tree rather than the typical tree view.