No announcements
Found 3791858 threads
-
1 Votes
TextBoxs and Labels
This is the same as you did last time.Answered | 24 Replies | 3628 Views | Created by mipakteh - Saturday, May 14, 2011 5:02 PM | Last reply by mipakteh - Tuesday, May 17, 2011 2:34 PM -
0 Votes
Calculate sum of time of several textboxes
Thanks , When i use this code and the out come is for example 28 hours it shows 28:0 What do i have to change so it shows 28:00.Answered | 5 Replies | 556 Views | Created by KeesBlunder - Wednesday, June 13, 2018 1:37 PM | Last reply by Zhanglong Wu - Thursday, June 14, 2018 8:35 AM -
1 Votes
Calculate a sum when a textbox in a grid cell updated
you were quite close but there were 2 things you needed to make this work - (1) Event.Answered | 5 Replies | 4241 Views | Created by WPF new - Sunday, July 10, 2011 7:34 PM | Last reply by Transistor1 - Thursday, September 1, 2011 8:00 PM -
0 Votes
auto updating time field in textbox or label with vb.net
Please take a look at this article: http://msdn.microsoft.com/zh-cn/magazine/cc164128(en-us).aspx.Answered | 8 Replies | 9561 Views | Created by Davy_Br - Thursday, October 6, 2011 3:44 PM | Last reply by Mike Feng - Friday, October 21, 2011 1:47 PM -
4 Votes
Time Difference between 2 Textboxes.
Hello, to evaluate the difference of two times use timeSpan.Answered | 9 Replies | 9189 Views | Created by GEdmunds - Monday, May 2, 2011 11:01 PM | Last reply by Family Tree Mike - Thursday, May 5, 2011 11:58 PM -
1 Votes
Clear textbox and labels
Also note, again, that this code should use the OrElse operator; it is a waste of clock cycles to check to see if the type of ctr is TextBox when it has already been ...Answered | 10 Replies | 3410 Views | Created by Sunspot9393 - Monday, June 8, 2009 9:08 PM | Last reply by Reed Kimble - Tuesday, June 9, 2009 8:28 PM -
1 Votes
need help to calculate and show time duration to textbox
This is my question, I don't know how to calculate and get the remaining duration by VB code, I have a button, I want when user click the button he will see the remaining duration of each IP ...Answered | 9 Replies | 1174 Views | Created by everever - Friday, February 21, 2014 6:13 AM | Last reply by Mr. Monkeyboy - Friday, February 21, 2014 4:06 PM -
2 Votes
Auto update a label to display time?
Check out this thread .Answered | 2 Replies | 7346 Views | Created by Xterminal01 - Thursday, November 20, 2008 1:42 PM | Last reply by Ray M_ - Thursday, November 20, 2008 11:55 PM -
0 Votes
2 Time tables or 1 for time calculations in SSAS Cube -
You will need to label the attributes, hierarchies and calculations is a smart way so that related members are close together.Answered | 1 Replies | 591 Views | Created by gautamsushma - Thursday, March 3, 2016 9:20 AM | Last reply by RichardLees - Friday, March 4, 2016 4:52 AM -
0 Votes
Update label using 2 textboxes to calculate time
view=netframework-4.7.2 Use the TimeSpan structure to build time calculations.Answered | 9 Replies | 120 Views | Created by Anonymous - Friday, September 21, 2018 12:12 PM | Last reply by Anonymous - Thursday, September 27, 2018 9:18 AM -
0 Votes
Linking a Textbox with a label on 2 differant forms
In Form2 Label Label1.Text = Form1.TextBox1.Text or In Form1 TextBox TextChanged event Form2.Label1.Text = TextBox1.Text For ...Answered | 2 Replies | 443 Views | Created by spyfire13 - Monday, March 16, 2015 8:32 PM | Last reply by Acamar - Monday, March 16, 2015 8:58 PM -
3 Votes
Updating Textbox in real time
Only update the textbox when you've done your repetitive stuff.Answered | 8 Replies | 12747 Views | Created by clayman2 - Friday, August 22, 2014 5:29 PM | Last reply by clayman2 - Tuesday, August 26, 2014 1:45 PM -
0 Votes
Label update
If the object owning the property implements INotifyPropertyChanged (which is the defacto interface for updating UIs) and you databind the value to the label then it'll ...Answered | 3 Replies | 3227 Views | Created by Scorgi - Monday, November 23, 2009 2:44 PM | Last reply by Scorgi - Tuesday, November 24, 2009 7:47 AM -
2 Votes
Transparent Textbox or Label
This custom Textbox at Code Project may meet your needs.Answered | 3 Replies | 39327 Views | Created by RangeRyder - Tuesday, March 1, 2011 7:37 PM | Last reply by - Tuesday, March 1, 2011 8:31 PM -
0 Votes
Binding of labels and textboxes in runtime
When you don't wanna do binding, please use this: (I)TextBox.DataBindings.RemoveAt(TextBox.DataBindings.Count-1); To add the binding ...Answered | 5 Replies | 1621 Views | Created by Omprakash Ojha - Wednesday, October 2, 2013 10:32 AM | Last reply by Magnus (MM8) - Friday, October 4, 2013 12:53 PM -
0 Votes
Generating Calculation Result in a Label from Radio Buttons, Check Boxes and a TextBox
Answered | 3 Replies | 1530 Views | Created by HALnir - Thursday, December 12, 2013 3:41 AM | Last reply by Just Karl - Thursday, December 19, 2013 10:18 PM -
0 Votes
textbox vs label visibility
If you want to be able to set the visibility of a label independently, use a detached label.Answered | 2 Replies | 2467 Views | Created by msdnPublicIdentity - Saturday, June 22, 2013 4:46 PM | Last reply by msdnPublicIdentity - Monday, June 24, 2013 12:10 PM -
0 Votes
Vb.net Counting a label or textbox
You are welcome felix, MSDN forum is ready to help you at any time.Answered | 5 Replies | 8938 Views | Created by Felix_2001 - Saturday, December 24, 2011 2:57 PM | Last reply by Ragu.R - Sunday, December 25, 2011 1:00 PM -
0 Votes
Calculating time difference from 2 different database
When you use time type data to calculate difference, it will show result like d.hh:mm:ss this format, you could get date and hour difference from it with ...Answered | 4 Replies | 636 Views | Created by MLOG - Saturday, September 9, 2017 11:24 AM | Last reply by Zoe Zhi - Tuesday, September 12, 2017 8:58 AM -
0 Votes
Calculate total from datagridview into textbox
Then use SqlCommand to read the value out and put the value into the TextBox.Answered | 2 Replies | 2488 Views | Created by FuhansPujiSaputra - Tuesday, September 24, 2013 11:26 AM | Last reply by ekowwillis - Tuesday, September 24, 2013 11:38 AM - Items 1 to 20 of 3791858 Next ›
No announcements