|
-
Feb 29th, 2004, 08:34 PM
#1
Thread Starter
Addicted Member
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
-
Feb 29th, 2004, 08:48 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|