PDA

Click to See Complete Forum and Search --> : Sick and tired of Visual Basic


Noel Scully
Jan 19th, 2000, 10:31 PM
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

netSurfer
Jan 19th, 2000, 10:39 PM
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?

WadeD
Jan 20th, 2000, 12:02 AM
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

Crazy D
Jan 20th, 2000, 11:09 AM
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....