Use this tag for programming scenarios related to controls (interactive elements of the user interface).
I'm trying to remotely control a Macintosh computer. I know that in the Windows world, you can use Remote Desktop …
macos controls desktopI have a custom control DLL. How can I add these custom controls to VS2008 tool box programatically?
c# visual-studio visual-studio-2008 controlsI wanna customize the toggle state of the toggle button in wpf. I want to set a image to the …
c# wpf controls togglebuttonRecently one of my friend asked me how to prevent class inheritance in C++. He wanted the compilation to fail. …
c++ inheritance controlsThis question is a result of what i noticed while trying to answer another question. And now im curious to …
asp.net controlsis there a way to add a drop shadow to controls? are there any controls out there with this feature?
c# winforms controls drop-shadowAdding more than one child to a WPF StatusBar results in poor layout with little option to customize. For example, …
wpf layout controls statusbar statusbaritemI have a set of controls with attached commands and logic that are constantly reused in the same way. I …
c# wpf xaml user-controls controls