No announcements
Found 991207 threads
-
0 Votes
Checkbox control is not firing RenderBeginTag
User-865881720 posted Because the CheckBox control itself overrides the Render method, RenderBeginTag, RenderContents, RenderEndTag will never be called.Answered | 1 Replies | 83 Views | Created by Anonymous - Wednesday, March 19, 2008 12:46 PM | Last reply by Anonymous - Wednesday, March 19, 2008 6:12 PM -
0 Votes
Checkbox control
Hi, in addition to Pavel's answer you should also check, where your controls are coming from.Answered | 2 Replies | 3615 Views | Created by unclemilt24 - Monday, September 6, 2010 10:28 PM | Last reply by Tom Borgmann - Tuesday, September 7, 2010 6:17 AM -
0 Votes
Default value for a checkbox control
If you look at the code for the Save button you will see it calls Me.Validate, which will cause the RowValidating event for the datagridview to fire.Answered | 10 Replies | 6746 Views | Created by MrGee0930 - Friday, February 26, 2010 8:48 PM | Last reply by MrGee0930 - Saturday, February 27, 2010 7:39 PM -
0 Votes
Which event get fired when Checkbox state is Indeterminate?
Also, when checking and unchecking, the corresponding handler is fired first, then the Click is fired last.Answered | 4 Replies | 4325 Views | Created by kemkacen55 - Tuesday, February 1, 2011 9:51 AM | Last reply by Sheldon _Xiao - Wednesday, February 9, 2011 2:36 AM -
1 Votes
CheckBox inside a ComboBox control
I think there is some problem with the combobox control and it needs to be solved.Answered | 7 Replies | 1570 Views | Created by Siddharth.Shinde - Wednesday, December 2, 2015 10:34 AM | Last reply by Marvin E. Pineda - Saturday, January 23, 2016 10:12 PM -
0 Votes
Can not find CheckBox control
Hi PTCVMS, Please try use DrawHighlight() method after you find the Checkbox control, which can help us make sure whether it finds the correct control.Answered | 3 Replies | 552 Views | Created by PTCVMS - Wednesday, February 17, 2016 11:01 PM | Last reply by Weiwei Cai - Tuesday, February 23, 2016 1:19 AM -
0 Votes
VBA CheckBox Controls
Hi MitCol, To add same events to multiple controls, we can write a custom class module.Answered | 3 Replies | 988 Views | Created by MitCol - Friday, September 4, 2015 5:43 PM | Last reply by Fei Xue - Monday, September 7, 2015 7:35 AM -
2 Votes
Create checkbox control array
Private Sub CBClick(sender As System.Object, e As System.EventArgs) Dim cb As CheckBox = DirectCast(sender, CheckBox) If cb.Checked ...Answered | 4 Replies | 1773 Views | Created by Hayzee - Tuesday, April 2, 2013 2:17 AM | Last reply by Hayzee - Tuesday, April 2, 2013 3:25 AM -
0 Votes
Tile control with a checkbox?
I'm looking for an HTML control.Answered | 3 Replies | 2031 Views | Created by DallasNChains - Wednesday, November 28, 2012 12:39 AM | Last reply by DallasNChains - Thursday, November 29, 2012 12:49 AM -
1 Votes
Get CheckBox Controls From GroupBoxes
foreach (Control c in this.Controls) { if (c is GroupBox) foreach ...Answered | 2 Replies | 1248 Views | Created by Radgator - Tuesday, August 20, 2013 11:35 PM | Last reply by Mercop002 - Thursday, August 22, 2013 3:18 AM -
1 Votes
Checkbox Control In DataGrid
I use Prism and if I set the "new" of CheckedSediCommand in "OnNavigatedTo" method (fire when enter in the View), don't work.Answered | 18 Replies | 3182 Views | Created by Pengo11 - Thursday, January 10, 2013 1:16 PM | Last reply by Pengo11 - Thursday, February 28, 2013 3:20 PM -
0 Votes
ListView with Checkbox
Hi, use ListView.CheckedChanged event ... it only fires when the user actually checks or unchecks the item.Answered | 1 Replies | 4896 Views | Created by hsanshu - Friday, February 11, 2011 7:03 AM | Last reply by Vladimir.Ilic - Friday, February 11, 2011 1:19 PM -
2 Votes
How to manipulate checkbox control?
Hi Nante Your CheckBox are local property.Answered | 8 Replies | 3667 Views | Created by RKage - Thursday, August 25, 2011 6:46 AM | Last reply by Rasmus R - Thursday, September 1, 2011 8:48 AM -
0 Votes
Checkbox control for TFS 2015
There's not a checkbox control in TFS now, but you can download from this link: http://witcustomcontrols.codeplex.com/.Answered | 1 Replies | 962 Views | Created by Safwaan Rorick - Wednesday, April 20, 2016 1:07 PM | Last reply by Tingting MO - Thursday, April 21, 2016 8:33 AM -
1 Votes
Hide/show controls based on checkbox
Yann - LightSwitch Central - Click here for FREE Themes, Controls, Types and Commands ...Answered | 3 Replies | 1441 Views | Created by kettch - Monday, April 1, 2013 11:33 PM | Last reply by kettch - Thursday, April 4, 2013 9:20 PM -
0 Votes
Listview control and checkboxes
Also, clicking directly the checkbox leaves its setting unchanged.Answered | 6 Replies | 8258 Views | Created by Bob C_ newbie - Monday, July 28, 2008 8:09 PM | Last reply by Heinrich Ferreira - Friday, March 18, 2011 1:41 AM -
0 Votes
treeview checkbox issue
we are using WPF treeview (OOB control).Answered | 3 Replies | 2032 Views | Created by myowntest - Saturday, February 2, 2013 4:35 PM | Last reply by TSoftware-Old - Thursday, February 7, 2013 11:12 AM -
1 Votes
Loop through controls checkbox and add to dictionary
@Armin, good catch on the control type.Answered | 13 Replies | 1794 Views | Created by Hugh Self Taught - Thursday, July 12, 2018 4:36 PM | Last reply by Hugh Self Taught - Monday, July 16, 2018 6:03 AM -
1 Votes
get value of runtime generated control ( checkbox )
Wire an event handler for each checkbox using AddHandler.Answered | 1 Replies | 1322 Views | Created by Nike_Nick - Monday, December 10, 2012 5:29 PM | Last reply by Reed Kimble - Monday, December 10, 2012 5:33 PM -
0 Votes
Edit a standard CheckBox Control template?
This is the control which you can switch out for an image control or some other Path of your choice.Answered | 2 Replies | 519 Views | Created by x ApolluMi x - Thursday, December 4, 2014 2:52 PM | Last reply by Abdulwahab Suleiman - Friday, December 5, 2014 3:32 AM - Items 1 to 20 of 991207 Next ›
No announcements