Find and replace text di vb6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Andi Rustandi
    New Member
    • Jul 2010
    • 9

    #16
    Code:
    PS:
    I had also so questions with Your code:
    - Why "New" in the menu when You will open a new file or Exit?
    - Why "Close" button when You have "Exit" in the menu ?
    Some time user want to have button to click but another user feel more comfortable with drop down menu.
    But anyway thanks for the modification, it bring me new idea for the program.

    Best Regards
    Andi

    Comment

    • Guido Geurs
      Recognized Expert Contributor
      • Oct 2009
      • 767

      #17
      I have done some cleanup and modifications (see attachment)

      PS: if the text must put back to UNIX format: add a command with:
      Code:
      textbox.text=replace(textbox.text,vbcrlf,vblf)
      Attached Files

      Comment

      • Andi Rustandi
        New Member
        • Jul 2010
        • 9

        #18
        Originally posted by ggeu
        I have done some cleanup and modifications (see attachment)

        PS: if the text must put back to UNIX format: add a command with:
        Code:
        textbox.text=replace(textbox.text,vbcrlf,vblf)
        Thanks ggeu,

        It really works, you are doing great job.

        Thanks Again,
        Andi

        Comment

        • Andi Rustandi
          New Member
          • Jul 2010
          • 9

          #19
          Best Answer I've ever have

          Great Job


          Andi

          Comment

          Working...