A UserControl is a separate, reusable input control that allows a user to interact with an application.
I'm creating a custom dropdown box, and I want to register when the mouse is clicked outside the dropdown box, …
c# winforms user-controls mouseeventI haven't used these in awhile. I was just wondering is it possible to pass values or parameters to a …
asp.net user-controlsI'm having difficulties with databinding on my custom user control (s). I created an example project to highlight my problem. …
c# wpf data-binding user-controls dependency-propertiesI'm building a WinForms application Window (form), inside that I'm using a FlowLayoutPanel, with usercontrols added to this. Now I've …
c# winforms user-controls flowlayoutpanelMy task Create a UserControl which should be able to contain any visual child which is available in WPF, the …
c# wpf user-controls wpf-controlsI am thinking about writing a WPF User Control for my application. I am using MVVM in my application. User …
.net wpf mvvm user-controls dependency-propertiesHow programmatically create an element based on UserControl and dock it to the DockPanel?
wpf user-controls dockpanelI have a set of code that contains: Application.Wait (Now + TimeValue("4:00:00")) This is essentially pausing the macro for a …
vba user-controls wait doeventsI have one UserControl in which I am using a Canvas, and in that Canvas one Rectangle. I want to …
wpf events user-controlsSupposing I have a user control like this <MyTag:MyWidget runat="server" /> I am wondering if I can …
c# asp.net user-controls