Results 1 to 2 of 2

Thread: last opened files

  1. #1

    Thread Starter
    Addicted Member Rally2000's Avatar
    Join Date
    Dec 2003
    Location
    Central USA
    Posts
    134

    last opened files

    Would someone care to explain how I can make a text editor remember the last opened file.
    Thanks!
    Code:
    Dim R1 As Fast 
    Dim Kawasaki As crap
    Dim rash As necessary
    If Kawasaki onRoad = True Then
        R1.runoverKawasaki
    Kawasaki = rash

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You just need to persist a list of recently used files inside your app. It should probably revolve around some sort of stack like object that exhibits a last in first out behavior with checks to move things up the list. I don't know of any default object that will handle this for you but it shouldn't be hard to implement on your own.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width