No announcements
Found 2842579 threads
-
0 Votes
Predefined controls into a User Control
Hi Chuck, I am not able to edit the scrollRectangle too. which is a user control and I have added a new item as User Control ...Unanswered | 3 Replies | 2290 Views | Created by Rajini G - Friday, May 21, 2010 11:55 AM | Last reply by Chuck Hays - Monday, May 24, 2010 1:38 PM -
0 Votes
Saving a WPF control tree at runtime... where to start?
excel can habe pages), the drop control into areas on this window. The idea behind this is that the user needs visualization, but we dont know how he prefers the data. So ...Answered | 2 Replies | 3839 Views | Created by JustTom - Thursday, October 29, 2009 3:56 PM | Last reply by JustTom - Thursday, October 29, 2009 6:52 PM -
0 Votes
Style Word Content Controls
I've a little word 2007 add-in that allows the user to inserted predefined content controls. This all works well. However the content control once ...Answered | 4 Replies | 5472 Views | Created by Whisky Fudge - Friday, November 6, 2009 9:41 AM | Last reply by Whisky Fudge - Monday, November 30, 2009 4:56 PM -
1 Votes
Access Controls User Control
I am trying to access the controls in my user control. In my user control, I have a TextBox and a Button. I ...Answered | 3 Replies | 2961 Views | Created by Sith Kong - Tuesday, July 1, 2008 9:12 PM | Last reply by John Anthony Oliver - Wednesday, July 2, 2008 1:13 PM -
0 Votes
Add control into user control
Hello every one, I make a user control which has two panel inner and outer panel for my purpose. when i add ...Answered | 1 Replies | 3328 Views | Created by Vijay.Dalvi - Wednesday, April 6, 2011 11:51 AM | Last reply by kendfrey - Wednesday, April 6, 2011 12:39 PM -
0 Votes
Anchoring dynamic controls in a user control
this user control. 2.Answered | 1 Replies | 3975 Views | Created by Carl Radley - Monday, December 3, 2007 4:43 PM | Last reply by Bruno Yu - Thursday, December 6, 2007 9:36 AM -
1 Votes
Using Tab Controls in a User Control
Hi I'm new to creating user controls and windows forms. I want to create a user control that contains 3 tabs (tabcontrol) in visual ...Answered | 3 Replies | 680 Views | Created by tfitzhardinge - Monday, April 15, 2013 4:06 AM | Last reply by tfitzhardinge - Monday, April 15, 2013 7:35 AM -
0 Votes
Controls inside a user control resize automatically
I have a simple custom control (named ctrl1) with 2 panels docked one on the left and the other one as fill. I add another control (for example ...Answered | 1 Replies | 3233 Views | Created by DotNetAcing - Monday, July 10, 2006 10:26 PM | Last reply by DotNetAcing - Monday, July 10, 2006 11:04 PM -
2 Votes
Add custom user control into a form
The way I have done it is that I put all my user controls into a control library. The first time I built the control library, I used Windows ...Answered | 2 Replies | 11961 Views | Created by VinceExtense - Monday, December 31, 2007 10:53 AM | Last reply by Rong-Chun Zhang - Wednesday, January 2, 2008 2:26 AM -
0 Votes
Multiple user controls in a container control
I have a simple user control (3 labels - horizontally) and I am trying to add 'n' number of those user controls to some container control. I tried ...Answered | 5 Replies | 349 Views | Created by ski_freak - Thursday, September 10, 2015 3:43 PM | Last reply by ski_freak - Thursday, September 10, 2015 5:50 PM -
1 Votes
User control - adding child controls
I have a usercontrol with two panels and I was following example to implement drag and drop functionality on a user controlAnswered | 2 Replies | 1285 Views | Created by tendo_ms - Monday, August 6, 2012 2:09 PM | Last reply by Joon84 - Monday, August 6, 2012 3:36 PM -
0 Votes
Populating Controls Within a User Control
Hello All, I'm developing a user control that has a ComboBox and a TextBox (named m_alternateNameTextBox). The intention is that ...Answered | 3 Replies | 3391 Views | Created by dtheese - Monday, May 3, 2010 10:05 PM | Last reply by Linda Liu - Wednesday, May 5, 2010 6:51 AM -
1 Votes
How to add user controls into toolbox?
Hello, I have created a user control with ComboBox & TreeView together. I want to use this control as a ...Answered | 3 Replies | 13114 Views | Created by AnujaKJ - Monday, August 23, 2010 10:42 AM | Last reply by SpiderMaster - Tuesday, August 24, 2010 11:39 AM -
0 Votes
Exposing controls in a user control
such sliders? Do I *really* have to define a public property for each control that I need to access? I can't help but think that this seems unnecessary - especially when I already ...Answered | 1 Replies | 3781 Views | Created by tjwoody - Friday, February 6, 2009 2:25 PM | Last reply by Jim Zhou - MSFT - Tuesday, February 10, 2009 12:34 PM -
1 Votes
Spit value into predefined parts
I have a numeric value that needs to be split into unequal but predifined parts. The parts are always 13 periodes into the future. Input: ...Answered | 5 Replies | 552 Views | Created by PeervanEersel - Thursday, August 11, 2016 4:11 PM | Last reply by Jingyang Li - Thursday, August 11, 2016 8:30 PM -
0 Votes
? User controls and parent control, ? bubling a Unique Name for MediaElement in User control ?
On clicking the separate user controls, I need to be able to access the media element of the user control in order to set the ...Answered | 3 Replies | 10554 Views | Created by MSDN_Forums_User - Monday, March 30, 2009 4:39 PM | Last reply by MSDN_Forums_User - Monday, March 30, 2009 6:15 PM -
0 Votes
how to use multi user controls into one user control inn silverlight 4 ?
Dear All, I want to use multi user controls into one user control in silverlight 4, with xaml and xaml.cs ...Answered | 2 Replies | 3460 Views | Created by Samrina - Thursday, November 18, 2010 4:36 AM | Last reply by N Gabriel - Thursday, November 18, 2010 4:54 AM -
0 Votes
Integrating a custom user control into a silverlight.js project
;Scene.xaml" file. I found that user controls are available in the asset library when I create a WPF library type project or .exe type ...Answered | 3 Replies | 3130 Views | Created by MSDN_Forums_User - Friday, February 29, 2008 2:36 PM | Last reply by ZeroKoll - Saturday, March 1, 2008 7:51 AM -
0 Votes
User Control inside a User Control inside a User Control {...}
I am trying to build up a complex Silverlight app by embedding user controls one within the other. When I get to the third level, the third ...Answered | 2 Replies | 2472 Views | Created by MSDN_Forums_User - Thursday, February 12, 2009 8:10 PM | Last reply by MSDN_Forums_User - Friday, February 13, 2009 2:37 PM -
0 Votes
Adding extra controls to a User control as a container
I would like to create a UserControl as a base for a set of other controls for a common look and feel.I create UC1 inheriting from user ...Answered | 3 Replies | 3976 Views | Created by The ZMan - Friday, October 21, 2005 5:54 PM | Last reply by Anders Tornblad - Friday, October 21, 2005 10:36 PM - Items 1 to 20 of 2842579 Next ›
No announcements