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. Visual Basic
  4. reading from rich box

reading from rich box

Scheduled Pinned Locked Moved Visual Basic
question
12 Posts 6 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.
  • A Offline
    A Offline
    asha_s
    wrote on last edited by
    #1

    hi how can i read in rich box and stop if ',' found

    L T 2 Replies Last reply
    0
    • A asha_s

      hi how can i read in rich box and stop if ',' found

      L Offline
      L Offline
      leckey 0
      wrote on last edited by
      #2

      I've noticed you often post questions that if you took a little time with Google you could get your answers.

      Shhhhh..... http://craptasticnation.blogspot.com/[^]

      T T 2 Replies Last reply
      0
      • L leckey 0

        I've noticed you often post questions that if you took a little time with Google you could get your answers.

        Shhhhh..... http://craptasticnation.blogspot.com/[^]

        T Offline
        T Offline
        Thomas Stockwell
        wrote on last edited by
        #3

        Whats google? :)

        Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]

        L 1 Reply Last reply
        0
        • T Thomas Stockwell

          Whats google? :)

          Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]

          L Offline
          L Offline
          leckey 0
          wrote on last edited by
          #4

          Don't make my head implode! ;P

          Shhhhh..... http://craptasticnation.blogspot.com/[^]

          1 Reply Last reply
          0
          • L leckey 0

            I've noticed you often post questions that if you took a little time with Google you could get your answers.

            Shhhhh..... http://craptasticnation.blogspot.com/[^]

            T Offline
            T Offline
            The ANZAC
            wrote on last edited by
            #5

            whats the point in having a coding forum if you just point them to google everytime they have a coding question, often google just points you to another forum anyway. Just answer a question for once, i'm starting to think you people don't have any other response than 'see goggle'.

            Please check out my articles: The ANZAC's articles

            L C D 3 Replies Last reply
            0
            • A asha_s

              hi how can i read in rich box and stop if ',' found

              T Offline
              T Offline
              The ANZAC
              wrote on last edited by
              #6

              Do you want to know all the text before ','? In which case it would be something like this: dim p as integer = me.rtb1.text.indexof(",") me.rtb1.select(0,p)

              Please check out my articles: The ANZAC's articles

              A 1 Reply Last reply
              0
              • T The ANZAC

                whats the point in having a coding forum if you just point them to google everytime they have a coding question, often google just points you to another forum anyway. Just answer a question for once, i'm starting to think you people don't have any other response than 'see goggle'.

                Please check out my articles: The ANZAC's articles

                L Offline
                L Offline
                leckey 0
                wrote on last edited by
                #7

                Exactly what do you mean when you say "you people?"

                Shhhhh..... http://craptasticnation.blogspot.com/[^]

                T 1 Reply Last reply
                0
                • T The ANZAC

                  whats the point in having a coding forum if you just point them to google everytime they have a coding question, often google just points you to another forum anyway. Just answer a question for once, i'm starting to think you people don't have any other response than 'see goggle'.

                  Please check out my articles: The ANZAC's articles

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  If you read my article on how to use google, I make it clear there. Some things, forums are great for. Other things, are just too complex to be covered in a forum reply, and/or are just so straightforward, that encouraging people to use google will give them the skills they need to help themselves. Not everything is answered with 'try google', but top level, non specific questions, often are. By non specific I mean, not specific to their problem, but something that lots of people do, and is widely documented.

                  Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                  L 1 Reply Last reply
                  0
                  • C Christian Graus

                    If you read my article on how to use google, I make it clear there. Some things, forums are great for. Other things, are just too complex to be covered in a forum reply, and/or are just so straightforward, that encouraging people to use google will give them the skills they need to help themselves. Not everything is answered with 'try google', but top level, non specific questions, often are. By non specific I mean, not specific to their problem, but something that lots of people do, and is widely documented.

                    Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                    L Offline
                    L Offline
                    leckey 0
                    wrote on last edited by
                    #9

                    Said perfectly.

                    Shhhhh..... http://craptasticnation.blogspot.com/[^]

                    1 Reply Last reply
                    0
                    • T The ANZAC

                      whats the point in having a coding forum if you just point them to google everytime they have a coding question, often google just points you to another forum anyway. Just answer a question for once, i'm starting to think you people don't have any other response than 'see goggle'.

                      Please check out my articles: The ANZAC's articles

                      D Offline
                      D Offline
                      darkelv
                      wrote on last edited by
                      #10

                      Please feels free to answer each questions on the forums. :)

                      1 Reply Last reply
                      0
                      • L leckey 0

                        Exactly what do you mean when you say "you people?"

                        Shhhhh..... http://craptasticnation.blogspot.com/[^]

                        T Offline
                        T Offline
                        The ANZAC
                        wrote on last edited by
                        #11

                        i mean people who always tell people to go to google, which seems to be the whole damn forum community at the moment.

                        Please check out my articles: The ANZAC's articles

                        1 Reply Last reply
                        0
                        • T The ANZAC

                          Do you want to know all the text before ','? In which case it would be something like this: dim p as integer = me.rtb1.text.indexof(",") me.rtb1.select(0,p)

                          Please check out my articles: The ANZAC's articles

                          A Offline
                          A Offline
                          asha_s
                          wrote on last edited by
                          #12

                          thanks so much :) :)

                          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