Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~299 People Reached
Favorite Forums
Favorite Tags
c++ x 5
Member Avatar for clarisaduta

Hey everyone, how do i find and highlight a specific word in a .txt file? I only have this until now : this.openFileDialog1.Filter = "TEXT (*.xml;*.txt|"; this.openFileDialog1.Multiselect = true; this.openFileDialog1.Title = "My text editor"; DialogResult dr = openFileDialog1.ShowDialog(); if (dr == DialogResult.OK) and i want to find these two words …

Member Avatar for clarisaduta
0
111
Member Avatar for clarisaduta

llo all,* im trying to build a simple software to modify words. from undesirable content from the internet for example : f*cking into sexual intercourse or something like that im very new into programming so any ideas would help me a lot. thanks

Member Avatar for Lucaci Andrew
0
188