Top "Controls" questions

Use this tag for programming scenarios related to controls (interactive elements of the user interface).

What is the best way to connect remotely to a Mac?

I'm trying to remotely control a Macintosh computer. I know that in the Windows world, you can use Remote Desktop …

macos controls desktop
WebBrowser control caching issue

I am using the WebBrowser control inside a Windows Form to display a PDF. Whenever the PDF is regenerated, however, …

c# caching controls browser
Adding Custom Controls dll to Visual Studio ToolBox

I have a custom control DLL. How can I add these custom controls to VS2008 tool box programatically?

c# visual-studio visual-studio-2008 controls
How to Stretch WPF Tab Item Headers to Parent Control Width

Is there a way in XAML to cause the tab item headers to stretch across the width of the tab …

wpf xaml tabs controls stretch
Customizing the toggle state of a toggle button in wpf

I wanna customize the toggle state of the toggle button in wpf. I want to set a image to the …

c# wpf controls togglebutton
Prevent class inheritance in C++

Recently one of my friend asked me how to prevent class inheritance in C++. He wanted the compilation to fail. …

c++ inheritance controls
Why will <%= %> expressions as property values on a server-controls lead to a compile errors?

This question is a result of what i noticed while trying to answer another question. And now im curious to …

asp.net controls
Drop shadow in Winforms Controls?

is there a way to add a drop shadow to controls? are there any controls out there with this feature?

c# winforms controls drop-shadow
How do I customize the WPF StatusBar layout?

Adding more than one child to a WPF StatusBar results in poor layout with little option to customize. For example, …

wpf layout controls statusbar statusbaritem
How to create a WPF UserControl with NAMED content

I 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