I am going to build a player GUI control (a C# user control) for playing audio and other streamed data. The control should have at least the following controls:
have a really annoying time developing some code for a set of UserControls that utilize fairly rudimentary inheritance.Basically, they are three different Detail Views which all inherit from a single
the following is part of a socket class that im working on. what i am stuck with is in serverEndAccept i would like to pass/return a string indicating the accept has been successful. for these am i to
I\'m fairly new to the Silverlight and the MVVM / Prism pattern so this may be a stupid question. I have a View which has custom controls within it. These custom controls are actually Views too and h
I have customer that uses older, custom built ERP application for which they don\'t have source code and company that developed it does not exist any more. Application is developed in 2000 and it\'s b
I\'d like to align an object in X and Y by eye using the mouse to move it into position. I can roll a solution by using various spin controls (or buttons)开发者_C百科 but it\'s messy and I got to wond
I have write a custom field that extends SPFieldLookup. I set AllowMultipleValues = true; Here is Field Control Value:
I\'ve created the simplest possible WPF control - It just overrides OnRender and draws a red rectangle.
I\'m in a mess with visibility between classes. Please, help me with this newbie question. I have two controls (DatePickers from default WPF toolbox) which are in different windows, so in different c
Simple situation(VS2005, .NET2): I have a textBox1 on a panel1. I need to track all the emitted events from this textBox1.