Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.25/5 (3 votes)
See more:
hello dear's...
plz clear my doubt in vb.net...

consider 2 textbox.first one is for holding a simple statement.second one is for holding paragraph.if a particular word exist in both the textboxes means ,it need to prompt an error(don't forget the second textbox contains paragraph)
Posted
Comments
dimpledevani 18-Jul-12 6:12am    
So what is the problem??
jai_mca 20-Jul-12 0:27am    
i need to generate an error message if the value of textbox1 exist in textbox2(But the textbox2 contains paragraph.Textbox1 contains line)
Karthik Harve 18-Jul-12 6:15am    
What have you tried? Are you facing any problem?
jai_mca 20-Jul-12 0:27am    
i need to generate an error message if the value of textbox1 exist in textbox2(But the textbox2 contains paragraph.Textbox1 contains line)
[no name] 18-Jul-12 7:53am    
Can't wait for what the question will actually be.

1 solution

You should definetly read the manual offered by Microsoft:
String manipulation[^]
MessageBox[^]

The way that you asked the question I cant really tell if you are talking about a normal TextBox or a RichTextBox:
TextBox[^]
RichTextBox[^]

You also neglected to inform us on whether or not this was WinForm, WPF or any other UI...

Read the links, and when you have come back and update your question if you are still facing some issues. Good luck:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900