How to use substring function in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shailja
    New Member
    • Feb 2007
    • 123

    How to use substring function in VB

    Kindly tell me how to use Substring function in VB.
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by Shailja
    Kindly tell me how to use Substring function in VB.
    there is mid$,Left$,Righ t$,Instr functions in vb which one u want

    Comment

    • vijaydiwakar
      Contributor
      • Feb 2007
      • 579

      #3
      Originally posted by vijaydiwakar
      there is mid$,Left$,Righ t$,Instr functions in vb which one u want
      do u read the ans of how to change the color of text box i've given one extra ex. there

      Comment

      • Shailja
        New Member
        • Feb 2007
        • 123

        #4
        Originally posted by vijaydiwakar
        do u read the ans of how to change the color of text box i've given one extra ex. there

        Yes, but I want to display light cream color in textbox. I dont want to display textbox in red, green or blue color. So is it possible to take hexa value of perticular color and display it.

        Comment

        • vijaydiwakar
          Contributor
          • Feb 2007
          • 579

          #5
          Originally posted by Shailja
          Yes, but I want to display light cream color in textbox. I dont want to display textbox in red, green or blue color. So is it possible to take hexa value of perticular color and display it.
          Sorry for late response
          yeh!
          its possible just goto
          backcolor of form or any ctrl then right click on white boxes benith
          it will show u a color pallate
          select color then add to custom color
          then select it and say ok
          then entire form will be get colored with the selected color
          again goto back color and select color copy it and paste it infront of
          txt.backcolor=t hy selected color

          *************** **
          I'm talking abt the combobox code which i've given benith it?

          Comment

          • Shailja
            New Member
            • Feb 2007
            • 123

            #6
            Originally posted by vijaydiwakar
            Sorry for late response
            yeh!
            its possible just goto
            backcolor of form or any ctrl then right click on white boxes benith
            it will show u a color pallate
            select color then add to custom color
            then select it and say ok
            then entire form will be get colored with the selected color
            again goto back color and select color copy it and paste it infront of
            txt.backcolor=t hy selected color

            *************** **
            I'm talking abt the combobox code which i've given benith it?
            I have done Combobox coding and it works properly.

            Comment

            Working...