Want to develop such application to replace certain string and give its output.

kmr1154

Distinguished
Feb 28, 2012
17
0
18,560
Hello

I am working on some school project and to make my work fast i need such application which can do simple replacing of sting value. Suppose its like this..
For example:-
The original texts is "Hello my employee id is xxx010101", i want to replace employee id "xxx010101" with the one i specify in the program like "ggg030303". And after replacing i want program to show its output with complete sentence in another text box like "Hello my employee id is ggg030303".

So program structure should be like this

A 640x480 resolution GUI window

3 text boxes.

First one for the string value needs to be replaced.

Second one is for the value like "ggg030303" which will be used for replace.

Third one will be for output. And one submit button.

Anyone can figure out its code?



Thank you
 
Solution
You need the source? But you said that you have already finished the project, so you can't need it.

It's a simple problem and you will gain personal satisfaction, and more knowledge, by working the solution out for yourself. As to language, use whichever one you are comfortable with. Any language will suffice. If you want a bit of fun then use Smalltalk.

kmr1154

Distinguished
Feb 28, 2012
17
0
18,560


For ur kind information, i have already completed my project myself... This was just some side thing. I am a beginner in programming that's why i needed some help. Thanks for nothing...
 

kmr1154

Distinguished
Feb 28, 2012
17
0
18,560


U have written its code already? I need its source, so that i can compile it here. Which language u have used and in which compiler?
 

Ijack

Distinguished
You need the source? But you said that you have already finished the project, so you can't need it.

It's a simple problem and you will gain personal satisfaction, and more knowledge, by working the solution out for yourself. As to language, use whichever one you are comfortable with. Any language will suffice. If you want a bit of fun then use Smalltalk.
 
Solution