Visual basic 2005 help
| |
Does anyone here know how to use visual basic? Cause im stuck on a program, and i need some hints on how to make it =\. Well, the program is supposed to have a user type in a word, and it counts how many letters are in the word, depending on whatever letter the user types in. All i know is that it uses substring and looping. Yes, i hate visual basic too. Id rather do c++. Any tips is appreciated. |
Re: Visual basic 2005 help
Link |
by
on 2007-12-08 22:43:11 (edited 2007-12-08 22:48:54)
|
I can only say HINTS in your problem, but not the PURE CODE of it. I hate OVERFEEDING. Read about LEN Function or LEN() in Visual Basic Books. This function can count not only letters, but also other characters in a storage. There is so much things you can do in your program using LEN(). You even can make Encryption System with that code. You can also substring or looping statements using MID Function in your project, but this can be type in 3 to 5 lines. So it is recomended to use LEN() than those. Visual Basic is not more complicated than C++ and Java Programming. It is easy to lean VB than all other language. So don't hate it. I know C++ and Java, but Visual Basic Language can be used in RUSH-HOUR projects. |
Re: Visual basic 2005 help
| |
thanks lots. That made my life easier. =D |