CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sumanthan

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    906

    Beginner need help!!!!!

    I am doing a simple search on Richtext box, using web form application
    I created a "Search" button, TextBox and a RichtextBox
    I need to eliminate these word from user typing in the search box
    The...
  2. Replies
    11
    Views
    2,613

    BIGINNER NEED HELP!!!!:wave::wave::wave::wave:

    I need to convert the bible text to XML Balanced Tree Index.
    First you have to convert each lines to XML.
    example:
    <line>1 text on the first line</line>
    <line>2 text on the 2nd line</line>...
  3. Replies
    11
    Views
    2,613

    Re: Beginner Need Help!!!!

    http://www.2shared.com/document/6W_q3xx9/exclude.html
    http://www.2shared.com/document/rvteWmKl/AV1611Bible.html
  4. Replies
    11
    Views
    2,613

    Re: Beginner Need Help!!!!

    Those links are not broken,
    one link is for the bible file that one you have to convert in to xml and then you have to do search
    second link is all the words you need to exclude when you doing the...
  5. Replies
    11
    Views
    2,613

    Re: Beginner Need Help!!!!

    Those links are not broken,
    one link is for the bible file that one you have to convert in to xml and then you have to do search
    second link is all the words you need to exclude when you doing the...
  6. Replies
    11
    Views
    2,613

    Re: Beginner Need Help!!!!

    Once you have finished converting the text to XML
    example==>
    <ruth></ruth>
    <Ch13>contains some text</Ch13>
    and so on for the whole Bible
    if want to search a single word (eg brother)from the...
  7. Replies
    11
    Views
    2,613

    Beginner Need Help!!!!

    I need to convert the .txt file in to .Xml file using c#, I can only able to convert half of the text, But I needed to convert in to a readable xml file containing its roots ant its each child...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured