Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. start text from required word

start text from required word

Scheduled Pinned Locked Moved C#
databasealgorithmsquestion
17 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Sajjad Leo

    Hi, I am using rich test box data comes from database, but i want to start text of required to word i means to say from middle of the data selected word comes first in rich text. Tel me what should i do? Please do replay i am also searching on net. Thanx

    T Offline
    T Offline
    Tom Deketelaere
    wrote on last edited by
    #3

    Sajjad Leo wrote:

    Tel me what should i do?

    Explain your question better

    V 1 Reply Last reply
    0
    • S Sajjad Leo

      Hi, I am using rich test box data comes from database, but i want to start text of required to word i means to say from middle of the data selected word comes first in rich text. Tel me what should i do? Please do replay i am also searching on net. Thanx

      K Offline
      K Offline
      King Julien
      wrote on last edited by
      #4

      I am seriously sorry to say this.... I have no clue of what are you trying to say.... Could you make it more meaningful....

      Have a Happy Coding.....

      1 Reply Last reply
      0
      • T Tom Deketelaere

        Sajjad Leo wrote:

        Tel me what should i do?

        Explain your question better

        V Offline
        V Offline
        vinodkrebc
        wrote on last edited by
        #5

        Yaar usne thoda sa clear nahi likha hain tum log use paresan kar rahen ho

        D D S 3 Replies Last reply
        0
        • V vinodkrebc

          Yaar usne thoda sa clear nahi likha hain tum log use paresan kar rahen ho

          D Offline
          D Offline
          Deresen
          wrote on last edited by
          #6

          WTF, FTW? :wtf:

          1 Reply Last reply
          0
          • V vinodkrebc

            Yaar usne thoda sa clear nahi likha hain tum log use paresan kar rahen ho

            D Offline
            D Offline
            dan sh
            wrote on last edited by
            #7

            Use English. Let me translate this for others: "Guys, he has just not framed his question clearly. You are troubling/teasing (something like that. English is not my first language.) him." No one comes here to harass/tease/trouble anyone. OP has not framed his question clearly. If you feel sorry for him rephrase that for others so that one can reply.

            जय हिंद

            modified on Friday, March 27, 2009 8:41 AM

            1 Reply Last reply
            0
            • S Sajjad Leo

              Hi, I am using rich test box data comes from database, but i want to start text of required to word i means to say from middle of the data selected word comes first in rich text. Tel me what should i do? Please do replay i am also searching on net. Thanx

              D Offline
              D Offline
              dan sh
              wrote on last edited by
              #8

              Do you mean this? You get a string from database. You want to select a substring from that, starting with a specific word, and display in textbox. For Eg: From Database: "This string came from database." Specific word: "from" So, the textbox should have: "from database".

              जय हिंद

              S 1 Reply Last reply
              0
              • D dan sh

                Do you mean this? You get a string from database. You want to select a substring from that, starting with a specific word, and display in textbox. For Eg: From Database: "This string came from database." Specific word: "from" So, the textbox should have: "from database".

                जय हिंद

                S Offline
                S Offline
                Sajjad Leo
                wrote on last edited by
                #9

                Thanx yes you are right i am looking for this code. What should i do for this problem??

                D T 2 Replies Last reply
                0
                • V vinodkrebc

                  Yaar usne thoda sa clear nahi likha hain tum log use paresan kar rahen ho

                  S Offline
                  S Offline
                  Sajjad Leo
                  wrote on last edited by
                  #10

                  yara this is not good i am trying to make it clear but what they are replaying very sad for those who replay me in such a way.........

                  1 Reply Last reply
                  0
                  • S Sajjad Leo

                    Thanx yes you are right i am looking for this code. What should i do for this problem??

                    D Offline
                    D Offline
                    dan sh
                    wrote on last edited by
                    #11

                    Sajjad Leo wrote:

                    i am looking for this code

                    No one does spoon feeding here. What have you tried? If you have the string, check out the methods in String class. I am sure they are sufficient to sail you through. I, infact everyone here, understand English is not our first language. Still try posting your question clearly. Read at least once before posting anything.

                    जय हिंद

                    S D 2 Replies Last reply
                    0
                    • D dan sh

                      Sajjad Leo wrote:

                      i am looking for this code

                      No one does spoon feeding here. What have you tried? If you have the string, check out the methods in String class. I am sure they are sufficient to sail you through. I, infact everyone here, understand English is not our first language. Still try posting your question clearly. Read at least once before posting anything.

                      जय हिंद

                      S Offline
                      S Offline
                      Sajjad Leo
                      wrote on last edited by
                      #12

                      Dear i know no one have extra time for spoon feeding, well thank you very much i am trying to complete it. Thanx

                      D 1 Reply Last reply
                      0
                      • S Sajjad Leo

                        Thanx yes you are right i am looking for this code. What should i do for this problem??

                        T Offline
                        T Offline
                        Tom Deketelaere
                        wrote on last edited by
                        #13

                        look at the methods : string.substring string.indexof

                        S 1 Reply Last reply
                        0
                        • T Tom Deketelaere

                          look at the methods : string.substring string.indexof

                          S Offline
                          S Offline
                          Sajjad Leo
                          wrote on last edited by
                          #14

                          yes i done this by substring method now i am working further on this same task Thanx

                          Y 1 Reply Last reply
                          0
                          • S Sajjad Leo

                            Dear i know no one have extra time for spoon feeding, well thank you very much i am trying to complete it. Thanx

                            D Offline
                            D Offline
                            dan sh
                            wrote on last edited by
                            #15

                            Sajjad Leo wrote:

                            Dear

                            :mad:

                            Sajjad Leo wrote:

                            i am trying to complete it

                            :thumbsup:

                            जय हिंद

                            1 Reply Last reply
                            0
                            • D dan sh

                              Sajjad Leo wrote:

                              i am looking for this code

                              No one does spoon feeding here. What have you tried? If you have the string, check out the methods in String class. I am sure they are sufficient to sail you through. I, infact everyone here, understand English is not our first language. Still try posting your question clearly. Read at least once before posting anything.

                              जय हिंद

                              D Offline
                              D Offline
                              Deresen
                              wrote on last edited by
                              #16

                              d@nish wrote:

                              spoon feeding

                              Lol :laugh:

                              1 Reply Last reply
                              0
                              • S Sajjad Leo

                                yes i done this by substring method now i am working further on this same task Thanx

                                Y Offline
                                Y Offline
                                Yusuf
                                wrote on last edited by
                                #17

                                1. People are willing to help as long as your question is clear. 2. You need to do the work, we are here to help, no do your work. Show us what you did and explain to us what is your problem. Then we will guide you through. Otherwise you will have tough time.

                                Yusuf Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups