|
-
Jan 19th, 2000, 11:31 PM
#1
Thread Starter
New Member
I want to create a code bank to retain all my vb snippets just like a help file only one I can edit using a Richtextbox and a treeview
I need to be able to add and delete nodes as
topic titles at run time
So Iam throwing this out to the world and yiz better have some answers as i am a novice
and need some big brother type attention! Fast
Yours Nasty Noel
Ps I wouldn't be so nasty if somebody helps
Not so nasty Noel
-
Jan 19th, 2000, 11:39 PM
#2
Hyperactive Member
First question, how are you planning to these code snippets? In a database or txt files? I would store them in plain text files and store the filename in a database. I'm not sure how a treeview would work with this though. What have you done on this so far?
-
Jan 20th, 2000, 01:02 AM
#3
Hyperactive Member
If you're reusing code, you may be able to convert some of it into classes. In your new project, you would just make a reference and set properties and methods instead of extensive copying and pasting.
Regards,
Wade
-
Jan 20th, 2000, 12:09 PM
#4
Hyperactive Member
check out http://www.codeguru.com/vb/Tools/index.shtml
(the first 2 links, by Chris Eastwood)
Guess it's pretty much what you want to do....
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
|