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
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