No announcements
Found 1767925 threads
-
0 Votes
C#: UserControl in a Form and moving the form with its UserControl
You put a usercontrol in a form.Answered | 3 Replies | 2584 Views | Created by ARZARE - Thursday, October 22, 2015 8:27 AM | Last reply by ARZARE - Thursday, October 22, 2015 2:02 PM -
5 Votes
UserControl - Adding panel which is in front of other forms
If the Form is minimized the ContextMenuStrip closes and I suppose it could be launched by some other method.Answered | 11 Replies | 976 Views | Created by ChrisP1980 - Wednesday, April 11, 2018 8:19 AM | Last reply by Mr. Monkeyboy - Thursday, April 12, 2018 12:06 AM -
0 Votes
MDI Forms versus Usercontrols
If you only ever have one 'form' visible, then it may be the usercontrol approach is the way to go.Answered | 12 Replies | 5669 Views | Created by Dipendra - Tuesday, April 25, 2006 10:46 AM | Last reply by hazardious - Monday, November 24, 2008 4:13 PM -
0 Votes
WinForm Usercontrols communicating to each other
You can try calling invalidate instead of refresh methods within the usercontrol or have the parent (container form) call refresh or invalidate.Answered | 2 Replies | 3265 Views | Created by sbrazier - Tuesday, March 3, 2009 10:57 PM | Last reply by sbrazier - Wednesday, March 4, 2009 2:20 PM -
0 Votes
How to go to a different usercontrol form with a button on the current usercontrol form?
I have a window with a few menu buttons and a viewbox, in which I place usercontrols for the forms that I want to show in this application.Answered | 1 Replies | 4057 Views | Created by EdithF - Tuesday, February 2, 2010 3:43 PM | Last reply by Hiran.Repakula - Wednesday, February 3, 2010 7:58 AM -
1 Votes
how to call event of usercontrol to other form
Should I declare it again in my other form from where I am calling event to be fired.Answered | 6 Replies | 4028 Views | Created by Asifchouhan - Tuesday, August 4, 2009 7:10 AM | Last reply by Geert van Horrik - Wednesday, August 5, 2009 5:17 AM -
0 Votes
usercontrol
If you really want to do this, you shouldn't be using a UserControl.Answered | 1 Replies | 4271 Views | Created by krex - Thursday, October 2, 2008 2:13 PM | Last reply by Colin Eberhardt - Thursday, October 2, 2008 3:31 PM -
0 Votes
How to add A Usercontrol to a Form on Runtime
Hi Manuel, You can create your own userControl and add it to the Toolbox via "Add/Remove Items" context menu on a tab in the Toolbox, and then do it as ...Answered | 2 Replies | 5113 Views | Created by Pistika - Wednesday, June 16, 2010 1:30 PM | Last reply by Helen Zhou - Monday, June 21, 2010 9:22 AM -
0 Votes
Getting information from a UserControl inside another UserControl
Hey, So I'm looking for an elegant solution for accessing UserControl info from another UserControl.Answered | 1 Replies | 2373 Views | Created by Garrett25 - Monday, July 26, 2010 8:35 PM | Last reply by Mr.Mubi - Monday, July 26, 2010 9:48 PM -
0 Votes
UserControl inside a Usercontrol
Window hosting UserControl-AAnswered | 4 Replies | 13578 Views | Created by entrodus - Thursday, June 19, 2008 8:01 PM | Last reply by entrodus - Sunday, June 22, 2008 10:45 AM -
1 Votes
UserControl
Add Resize event handler to your userControl.Answered | 2 Replies | 1670 Views | Created by Ash111111111 - Monday, December 5, 2011 10:52 AM | Last reply by VallarasuS - Monday, December 5, 2011 3:31 PM -
0 Votes
Find form Control in usercontrol - Slow
Enumerating through all the controls of a form is going to be slow as you add controls.Answered | 3 Replies | 832 Views | Created by Tech Aspirant - Thursday, April 28, 2016 9:10 AM | Last reply by CoolDadTx - Thursday, April 28, 2016 7:01 PM -
0 Votes
Events for UserControls
I have an example app in which I have a single form.Answered | 2 Replies | 1299 Views | Created by Ciprian Lupu - Tuesday, December 18, 2012 4:58 PM | Last reply by Ciprian LUPU Schaeffler Romania - Thursday, December 27, 2012 7:17 AM -
1 Votes
WPF UserControl
Hello Steve, If I understand correctly, You can add another Property to the user control, Bind the inner border's background to the custom property to avoid affecting the ...Answered | 3 Replies | 3960 Views | Created by fedens - Monday, December 29, 2008 1:43 PM | Last reply by fedens - Monday, February 9, 2009 3:10 PM -
0 Votes
Form.Controls.add(UserControl) - Disable inherit of Base Form Font?
A Usercontrol without a set font inherits the Font of the form its added to.Answered | 2 Replies | 1084 Views | Created by Chefsache Lordping - Thursday, September 8, 2016 8:33 AM | Last reply by Mr. Monkeyboy - Friday, September 9, 2016 3:20 AM -
1 Votes
UserControl as Window.Owner?
Unfortunately you can't just set the new Window's Owner property, since the UserControl isn't a Window, and even trying to get tricky and setting the Window's owner to the form's ...Answered | 7 Replies | 15022 Views | Created by chillah - Thursday, September 13, 2007 7:45 PM | Last reply by Crusjiber - Thursday, September 23, 2010 7:32 AM -
0 Votes
linked UserControls
Hi PufikYS, Yes, you can link usercontrols. the key is Dependency Property.Answered | 2 Replies | 2213 Views | Created by PufikYS - Wednesday, August 17, 2011 8:18 AM | Last reply by Pricksaw - Wednesday, August 17, 2011 1:45 PM -
0 Votes
UserControl invoke
I have a UserContol form and i put it 2 times on my forms panel1.Answered | 1 Replies | 1689 Views | Created by aivarinns - Monday, July 9, 2012 8:08 AM | Last reply by Berrettini Luigi - Monday, July 9, 2012 8:26 AM -
1 Votes
Accessing to UserControl
But if i'm calling the userControl at run time how could i declare this myControl1.task1. ???Answered | 11 Replies | 2747 Views | Created by tiau - Thursday, October 8, 2009 4:37 AM | Last reply by tiau - Thursday, October 8, 2009 2:58 PM -
0 Votes
[UWP][XAML] Binding an UserControl in an UserControl
This is because you have specified the DataContext for your “SymbolIcon” usercontrol.Answered | 4 Replies | 2543 Views | Created by Sylvain Bruyère - Thursday, April 14, 2016 3:41 PM | Last reply by Sylvain Bruyère - Thursday, April 28, 2016 12:56 PM - Items 1 to 20 of 1767925 Next ›
No announcements