Forum: VB.NET Nov 14th, 2006 |
| Replies: 12 Views: 19,531 well,
lets say i have 3 textboxes, i entered a value in the 1st box then i press enter, the value will disappear
then the cursor will move to the 2nd box, but the value i type in it doesn't... |
Forum: VB.NET Nov 14th, 2006 |
| Replies: 12 Views: 19,531 now that i have 3 text boxes .. when i type numbers then press enter the numbers will be cleared??
and that doesn't happen with 2nd and 3rd number? |
Forum: VB.NET Nov 10th, 2006 |
| Replies: 12 Views: 19,531 sorry but i didn't understand ;/ ,,
what i meant is using enter key to move from one text box to another..
and how I can do it..
I'm very new to programming. . :) |
Forum: VB.NET Nov 10th, 2006 |
| Replies: 12 Views: 19,531 1)the tab works by default right?
2)I added the enter code but still when i start my program the focus is always at the 2nd text box, so what can i do?
3) can i move between textboxes using the... |
Forum: VB.NET Nov 8th, 2006 |
| Replies: 12 Views: 19,531 Hello :)
Iam using windows application, I want to know how can I move from textbox1 to textbox2 through the tab control key or enter key.. |
Forum: VB.NET Nov 8th, 2006 |
| Replies: 26 Views: 6,325 all of you were very helpful : )
thanks alot .. |
Forum: VB.NET Nov 6th, 2006 |
| Replies: 26 Views: 6,325 thanks alot : )
but can u plz tell me how May I use Mid function beside the trimming to count words..
and if needed the Replace function? |
Forum: VB.NET Nov 5th, 2006 |
| Replies: 26 Views: 6,325 can you please explain for me what Len(strText)-2 Step 1 exactly means? |
Forum: VB.NET Nov 4th, 2006 |
| Replies: 26 Views: 6,325 i didn't know how to post it ,,
but here the beginning of it:
My problem is how can i use Case statement to tell the program to group of spaces as one space, so I can count words correctly?
thanks... |
Forum: VB.NET Nov 4th, 2006 |
| Replies: 26 Views: 6,325 i think i still have a problem, can you show me how to do it using console application (vb.net)? |
Forum: VB.NET Nov 4th, 2006 |
| Replies: 26 Views: 6,325 Thank you all for contributing to this post, it's such a beneficial and great discussion, I need years of practice to be like you ..
I hope that day would come..
I have another question which is... |
Forum: VB.NET Nov 1st, 2006 |
| Replies: 26 Views: 6,325 thank you both for your answering my question : )
i'll come back and continue my question : ) |
Forum: VB.NET Nov 1st, 2006 |
| Replies: 26 Views: 6,325 Hello : >
I'm using console application (VB.NET), using Visual Studio 2005.
I have a problem with my project, I'm building a vowel counter program, and faced a problem there with loops..
any... |