I have a winform app that we use in house.It has many individual controls on each of it\'s 25 \"pages\"(usercontrols).Our user base prefers very technicolor apps...they want a TextBox to be outlined B
How can i set a text of a textblock of a c开发者_运维问答hild window. childWindowname.textblockName.Text = \"\" doesn\'t have any effect.Odd.I have used Text from codebehind to change the text in my w
I\'m wondering if there is a way to create an asp.net webpage that will connect a visitors USB device to an application on the windows bases server?This way we avoid having to install a software on th
I have a multi view which contains a view which contains a panel. the name of this panel is \"Panel1\"
I\'m adding controls programmatically to a canvas which is all just wonderful... var newControlPoint = new ControlPoint() { Width = 10, Height = 10 };
I\'m trying to write a WPF application that will update a set of text boxes and labels at run time using threads but the problem is that when ever a thread tries to update the text boxes and labels I
How can I implement an openfiledialog, which is able to do multiselecting? Do I need an extra libraray or is it also possible with the WPF-Control OpenFil开发者_如何学CeDialog?I think there is a prope
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have the below method in a class, HUD.cs, that has helper methods.The below method is suppossed to check all controls TAG for \"required\" and highlight those it finds.
When a user clicks my Validate Button (in my C#, WinForm, .net 3.5 app) I would like to draw a border around a certain control if it is empty. Say a textbox that is named tbxLastName I thought I neede