Results 1 to 4 of 4

Thread: Sick and tired of Visual Basic

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Dublin
    Posts
    8

    Post

    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


  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Calgary Alberta
    Posts
    359

    Post

    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?

  3. #3
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    363

    Post

    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

  4. #4
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386

    Post

    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
  •  



Click Here to Expand Forum to Full Width