Re: visual basic program to manipulate text
- From: Randy Day <randy.day@xxxxxxxx>
- Date: Tue, 28 Feb 2006 17:44:07 GMT
nymrod1@xxxxxxxxx wrote:
Would someone be able to write me the code to do the following? I am a
complete novice so would appreciate simplicity and explaination where
appropriate.
I seem to recall someone replying to this previously.
No one wants to do your homework assignments for
you.
As the previous poster mentioned, look up the Ucase(),
Lcase() and Len() functions. Try the various VB
tutorials on the 'net, if nothing else.
In VB, put a text box on the default form that appears,
stick on a button labelled "Go!", and work from there...
I have to produce a visual basic program to manipulate text using a
menu:
A user will be able to type in some text and choose one of the
following options from a menu:
1)change to upper case
2)change to lower case
3)count the letters
For a menu like this, you have a number of options.
Use a ListBox, ComboBox or Radio Buttons for starters.
.
The results of each action should be displayed appropriately.
If anyone can spare me the time it would really be appreciated, Thanks.
- References:
- visual basic program to manipulate text
- From: nymrod1
- visual basic program to manipulate text
- Prev by Date: Re: Emulate Desktop Shortcut parameters
- Next by Date: Re: What is the status of VB6 & DOT.NET ?
- Previous by thread: Re: visual basic program to manipulate text
- Next by thread: Checking if a file exists
- Index(es):