Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Properties Question Pin
DaveyM6914-Jul-08 5:26
professionalDaveyM6914-Jul-08 5:26 
QuestionCustomizing Setup Wizard Pin
Member 384581514-Jul-08 3:04
Member 384581514-Jul-08 3:04 
QuestionPick out a part of a textfile Pin
Ixzat14-Jul-08 2:35
Ixzat14-Jul-08 2:35 
AnswerRe: Pick out a part of a textfile Pin
CPallini14-Jul-08 2:54
mveCPallini14-Jul-08 2:54 
QuestionSplash Form Pin
jonhbt14-Jul-08 2:17
jonhbt14-Jul-08 2:17 
AnswerRe: Splash Form Pin
Pete O'Hanlon14-Jul-08 2:24
mvePete O'Hanlon14-Jul-08 2:24 
AnswerRe: Splash Form Pin
Giorgi Dalakishvili14-Jul-08 2:53
mentorGiorgi Dalakishvili14-Jul-08 2:53 
Questionsearch a keyword (query) in a big text Pin
enginço14-Jul-08 2:04
enginço14-Jul-08 2:04 
hi, firstly sorry for my bad english Smile | :)

List<string> _AllKWs = new {"simple", "object",...};

string lngText= "For most any Serializeable object, making a Debugger Visualizer is exceeding simple and examples abound. However, if you are trying to build a Debugger engin for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simple......";

var sss = from kw in _AllKWs
where longText.Contains(kw)
select kw;

foreach (string item in sss)
{
Console.WriteLine(item);
}

this code is very simple. The code above is searchs the kws in a big text and lists founded kws.

but I want to do much complex.
I chenged kWs like this :

List<string> _AllKWs = new {"Debugger NOT Debugger engin", "object AND Serializable",...};

1. scenario
it must find only "debugger". If the followed keyword is "engin" it won't be listed kw.

2. scenario
I want to find "object" kw. But "Serializable" kw is must exist somewhere in the text.

thanx...
AnswerRe: search a keyword (query) in a big text Pin
CPallini14-Jul-08 2:56
mveCPallini14-Jul-08 2:56 
GeneralRe: search a keyword (query) in a big text Pin
enginço14-Jul-08 3:04
enginço14-Jul-08 3:04 
GeneralRe: search a keyword (query) in a big text Pin
CPallini14-Jul-08 8:29
mveCPallini14-Jul-08 8:29 
GeneralRe: search a keyword (query) in a big text Pin
Rajesh R Subramanian22-Jul-08 23:35
professionalRajesh R Subramanian22-Jul-08 23:35 
GeneralRe: search a keyword (query) in a big text Pin
CPallini22-Jul-08 23:43
mveCPallini22-Jul-08 23:43 
GeneralRe: search a keyword (query) in a big text Pin
Rajesh R Subramanian22-Jul-08 23:46
professionalRajesh R Subramanian22-Jul-08 23:46 
GeneralRe: search a keyword (query) in a big text Pin
CPallini22-Jul-08 23:54
mveCPallini22-Jul-08 23:54 
GeneralTHHB strikes a blow everywhere Pin
Rajesh R Subramanian23-Jul-08 0:26
professionalRajesh R Subramanian23-Jul-08 0:26 
QuestionTechnicle word and definition for sysmbols &lt;&gt; , [], () , { } Pin
himuskanhere14-Jul-08 0:33
himuskanhere14-Jul-08 0:33 
AnswerRe: Technicle word and definition for sysmbols &lt;&gt; , [], () , { } Pin
Russell Jones14-Jul-08 0:38
Russell Jones14-Jul-08 0:38 
GeneralRe: Technicle word and definition for sysmbols &lt;&gt; , [], () , { } Pin
himuskanhere14-Jul-08 0:49
himuskanhere14-Jul-08 0:49 
GeneralRe: Technicle word and definition for sysmbols &lt;&gt; , [], () , { } Pin
Russell Jones14-Jul-08 0:55
Russell Jones14-Jul-08 0:55 
Questionbuttons and icons Pin
lankaudaranga14-Jul-08 0:30
lankaudaranga14-Jul-08 0:30 
AnswerRe: buttons and icons Pin
SHINOJK14-Jul-08 1:39
SHINOJK14-Jul-08 1:39 
Questionprocess contents of text file to xml file Pin
Dracus14-Jul-08 0:23
professionalDracus14-Jul-08 0:23 
AnswerRe: process contents of text file to xml file Pin
dan!sh 14-Jul-08 1:39
professional dan!sh 14-Jul-08 1:39 
QuestionDisplay animated gif in richtextbox Pin
SHINOJK14-Jul-08 0:21
SHINOJK14-Jul-08 0:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.