Using Memory in VB6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Asad Asad
    New Member
    • May 2007
    • 20

    Using Memory in VB6

    Please help me!
    Please some one can tell me how can I save a series of characters(Each character one by one) in the memory. And how can I retrive it from memory and display it in a textbox in the form of string.
    I wants to make this program in Visual Basic 6.0
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by Asad Asad
    Please help me!
    Please some one can tell me how can I save a series of characters(Each character one by one) in the memory. And how can I retrive it from memory and display it in a textbox in the form of string.
    I wants to make this program in Visual Basic 6.0
    Will the characters change at all, Asad? If not, do it form load:-)

    Comment

    • Asad Asad
      New Member
      • May 2007
      • 20

      #3
      I wants to store all keystrokes in memory.And then I wants to show them in a Textbox,when user click on Command Button.

      Comment

      • mailderemi
        New Member
        • Jun 2007
        • 14

        #4
        Do you mean that store in RAM or in a File?!!
        Storing in a file is easier than that one...

        Comment

        • Asad Asad
          New Member
          • May 2007
          • 20

          #5
          OK
          How can I store characters(one by one) in a file?

          Comment

          Working...