Re: visual basic program to manipulate text



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.

.


Quantcast