|
-
Dec 22nd, 2000, 04:53 PM
#1
i would like to be able to read a txt file to put my codes that i have found around the net to use for later and i would like to beable to click on a button(labeled with the code name) and have the results appear in a txt box so i could then copy and paste the code
sounds easy right well i am sure that it is but i am new to this and could use some help and/or direction
thanks in advance
chris
-
Dec 22nd, 2000, 05:26 PM
#2
I found it out myself thanks everyone for looking at this page
-
Dec 23rd, 2000, 03:29 AM
#3
PowerPoster
mcclellancir, Perhaps you can save all the code into the Access database with a field type equal to Memo which is more than sufficien for your to store most the code.
Beside juz store the code, you must have a reference number or so call index. Hence you'll be able to load it into listview or treeview later. Upon a treeview node or listview listitem is selected then you 'll proceed to opeb the database and retrieve the releted code from the database by reference to the index.
If you think it more complicated, then you can visit the Chris Eastwood site and download his shareware VB Code Library. That a really great to. That enable you to export the code into XML/HTML/VCL format.
Again special thanks to Chris Eastwood to write a good gadget for us.
Cheers!
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
|