Forum: Visual Basic 4 / 5 / 6 Dec 24th, 2008 |
| Replies: 3 Views: 647 Ryan - I am ashamed to even post my code. It has not produced any kind of desired result. I would be grateful for any advice.
Merry Christmas. |
Forum: Visual Basic 4 / 5 / 6 Dec 23rd, 2008 |
| Replies: 1 Views: 848 Adding time in hh:mm
08:50 + 09:13 + 08:30 + 09:27 + 08:52 (Add across and result in hh:mm. The result should be 44:52 (hh:mm) - how do I arrive to this total? Any codes will be much... |
Forum: Visual Basic 4 / 5 / 6 Dec 23rd, 2008 |
| Replies: 3 Views: 647 Adding time in hh:mm
08:50 + 09:13 + 08:30 + 09:27 + 08:52 (Add across and result in hh:mm. The result should be 44:52 (hh:mm) - how do I arrive to this total?) Any codes will be much... |
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2008 |
| Replies: 2 Views: 1,021 Hi there
I would like VB6 procedure to execute the TAB key as soon as the maximum length data is entered on the text box without having to press the TAB key.
Text box has a maximum length of... |
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2008 |
| Replies: 5 Views: 3,528 Many Thanks for your advice so far. I am copying my code below but I have not managed to do all I wanted to do.
I have 6 Text boxes in my form. There will be many more when I know how to do... |
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2008 |
| Replies: 5 Views: 3,528 Hi there
I am trying to design a flexi sheet calculator for work so that the users can use this program to calculate their working hours. They enter their times manually over the week. This is a... |