No announcements
Found 3005091 threads
-
0 Votes
how to add dynamic control to dynamically added picturebox?
Let me try it, Public Class Form1 Private WithEvents PictureBox1 As PictureBox Private Sub Form1_Load(ByVal sender As ...Answered | 3 Replies | 6838 Views | Created by kztn - Wednesday, January 19, 2011 9:29 AM | Last reply by Cor Ligthert - Thursday, January 20, 2011 7:24 PM -
3 Votes
Dynamically add checkboxes or controls to dynamically created tabpages.
I need to know how do i add checkboxes to the tabpages created dynamically.Answered | 13 Replies | 5735 Views | Created by b4usahana - Thursday, April 15, 2010 11:29 AM | Last reply by b4usahana - Friday, April 16, 2010 6:57 AM -
2 Votes
How to dynamically create and add controls to a page?
What do you mean by binding dynamically?Answered | 6 Replies | 1362 Views | Created by eitanb - Friday, April 12, 2013 5:33 AM | Last reply by eitanb - Friday, April 12, 2013 10:59 PM -
0 Votes
How to dynamically add Ribbon controls to an application?
Yes, you can dynamically add items to a both Command and item galleries.Answered | 3 Replies | 12880 Views | Created by abn337 - Saturday, August 22, 2009 2:38 AM | Last reply by Karl Bridge - Wednesday, November 18, 2009 11:55 PM -
0 Votes
Dynamic Add & Remove Controls in Panel
You can create a user control, which is basically a collection of controls inside a container control (so your add/remove pictureboxes, your ...Answered | 1 Replies | 2302 Views | Created by secretply - Tuesday, August 2, 2011 10:48 PM | Last reply by kleinma - Wednesday, August 3, 2011 2:15 AM -
0 Votes
Dynamically create & add controls to a container control...
You should walk thru the loop that adds the CustomLabel and such and see if the controls are really added.Answered | 4 Replies | 3803 Views | Created by IamHuM - Thursday, June 26, 2008 3:15 AM | Last reply by jack_2009 - Saturday, June 28, 2008 12:18 PM -
0 Votes
Adding Picture control dynamically in DockablePane
Style is set to "Child" and Behavior>SystemModal is set to "False".Answered | 3 Replies | 2795 Views | Created by Shatrughan - Tuesday, January 31, 2012 3:25 PM | Last reply by Pintu Shukla - Wednesday, February 1, 2012 4:12 AM -
1 Votes
Referencing controls created dynamically
Or if the controls aren't generate at 1-2 places where you can easily put them into a list, there is a way with overwriting the respective class.Answered | 4 Replies | 1028 Views | Created by RAMooers - Thursday, January 24, 2013 8:45 PM | Last reply by Christopher84 - Friday, January 25, 2013 1:29 PM -
0 Votes
How to display dynamic controls?
Hi, I don't think dynamic controls is the way to go.Answered | 3 Replies | 3165 Views | Created by Nanek1 - Tuesday, June 14, 2011 9:25 PM | Last reply by Andy ONeill - Thursday, June 16, 2011 9:29 AM -
2 Votes
Dynamically add RibbonGroup and controls at runtime
"; rbTemp.Label = "I was created dynamically...Answered | 9 Replies | 8732 Views | Created by Vishal Trivedi - Friday, May 20, 2011 4:48 AM | Last reply by Vishal Trivedi - Friday, June 3, 2011 2:57 PM -
5 Votes
how to add labels dynamically to a form
Adding controls dynamically implies going into design mode and that can’t be done in an MDE file.Answered | 20 Replies | 7733 Views | Created by Sandra VO - Wednesday, December 12, 2012 11:58 PM | Last reply by Imb-hb - Wednesday, January 9, 2013 8:50 PM -
1 Votes
What's the best way to handle dynamically created controls?
Then add this PictueBoxLabel control to the larger control that uses a several of the smaller controls.Answered | 6 Replies | 3169 Views | Created by MLyons10 - Tuesday, March 24, 2009 5:36 PM | Last reply by Rudedog2 - Monday, April 6, 2009 11:34 PM -
0 Votes
How to drag a LABEL control from the Toolbox into a PICTUREBOX control.
If your purpose is to just draw text you may check another ...Answered | 6 Replies | 1145 Views | Created by Kumar pankaj singh - Wednesday, July 22, 2015 5:57 PM | Last reply by Edward8520 - Wednesday, July 29, 2015 2:23 AM -
0 Votes
How to add control to Window object dynamically
myWindow.Content = myStackPanel; If you want to set or replace some portion of a window, you need to have the XAML create the controls that will host ...Answered | 2 Replies | 4072 Views | Created by jdang - Tuesday, September 16, 2008 3:44 PM | Last reply by jdang - Tuesday, September 16, 2008 5:53 PM -
0 Votes
How do keep track of panels created dynamically and add controls to them?
that button, checkbox thing was to illustrate where and when to create controls dynamically.Answered | 3 Replies | 2989 Views | Created by b4usahana - Tuesday, May 4, 2010 7:42 AM | Last reply by Omie - Tuesday, May 4, 2010 1:26 PM -
1 Votes
MFC dynamic adding controls with scroll bar
You mean I can drag a custom control to my view then I can add scroll bar to it?Answered | 3 Replies | 2874 Views | Created by Sulfred - Saturday, October 1, 2016 1:24 AM | Last reply by Hart Wang - Wednesday, October 5, 2016 2:18 AM -
0 Votes
How to add a User Control to a Windows Form dynamically?
Think of a user control as just another control on your form.Answered | 4 Replies | 25620 Views | Created by iHandler - Friday, August 27, 2010 3:39 PM | Last reply by iHandler - Saturday, August 28, 2010 2:00 AM -
0 Votes
How to add picturebox with a button
If you want to move the control take a look at this: http://www.dotnetspider.com/resources/35686-Move-Controls-With-Mouse.aspx there are many more samples on the net.Answered | 7 Replies | 2233 Views | Created by Bhupen Pal - Tuesday, June 11, 2013 7:13 AM | Last reply by JohnWein - Tuesday, June 11, 2013 3:53 PM -
1 Votes
Adding HubSections dynamically
Note that there is a horizontal StackPanel in the HubSection control template that hosts the Header and chevron.Answered | 6 Replies | 7377 Views | Created by PatFatCat - Monday, August 19, 2013 5:42 PM | Last reply by PatFatCat - Tuesday, August 20, 2013 11:05 PM -
0 Votes
Dynamically add asp.net controls on button click
Should be a piece of cake with ...Answered | 4 Replies | 6940 Views | Created by denkyira - Sunday, September 23, 2012 2:19 AM | Last reply by Noam B - Sunday, September 23, 2012 12:03 PM - Items 1 to 20 of 3005091 Next ›
No announcements