TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sachith wickramaarachchi
NA
108
187.2k
Highlight text
Mar 25 2015 9:33 AM
I wants do this.uploaded file is source file.please help me
String A = textBox1.Text.Trim();
A = A.Replace("ab", "cdq");
A = A.Replace("ef", "ghe");
A = A.Replace("ij", "klt");
A = A.Replace("mn", "opf");
A = A.Replace("qu", "rsg");
A = A.Replace("tu", "vwd");
textBox2.Text = (A);
if i select "ab" from textbox1,highlight "cdq" in textbox2
if i select "ef" from textbox1,highlight "ghe" in textbox2
if i select "ij" from textbox1,highlight "klt" in textbox2
Attachment:
form1.rar
Reply
Answers (
1
)
Strange error on soap receive
Printing PictureBox image to fit on A4 paper size?