Code ReUse Tip 
Author Message
 Code ReUse Tip

Since I am still a "new-b" I was recently trying to find ways to reuse
code if possible so I learn this aspect of VB from the get go.  Stumbled
onto outlook97(just haven't gotten around to 98 yet).  Started a new sub
folder of notes, i just called it VB code.  But now I can keep track of
snippets of code by create date , modify date, and give it a title.
This I have been only doing for about a week but it has cut my coding
time by 25%.  If you like this suggestion or know a better way or have
other thoughts let me know.

enoemos



Mon, 08 Jan 2001 03:00:00 GMT  
 Code ReUse Tip
I have just the thing for you and it is free for the next week and a half.

I developed a Source Code Library Add In for Visual Basic.

If you goto my web site
http://lafever.home.ml.org you can obtain a beta copy of this add in tool.

If you follow the instructions on the web site, you will have a Add-In directly
in VB that you can store and retrieve souce code from a Source Code database.  

-Clint LaFever
Software Engineer
SAIC



Tue, 09 Jan 2001 03:00:00 GMT  
 Code ReUse Tip
Just for your information, there are free applications out there
specifically designed to store Visual Basic source code.

One of those applications is Excalibur CodeLib 2.x, which you can find in
the Software section of my Web site (the first URL below).
Features include:
-- Add-in to VB5, and can also be run outside the IDE as well
-- Export code snippets to new BAS files or paste into existing module
-- Attach file references ("Attachments") to each code snippet
-- Description field for each code snippet
-- Color-syntax highlighting the way VB colors keywords in code

As an extra, the download also comes with an ActiveX DLL for allowing your
own programs to have gradient-colored titlebars.

--
Ben Baird, MVP
Microsoft SiteBuilder Network Level 2
Visual Basic Thunder, v. 2.0
http://www.{*filter*}highway.com/~psy/
Common Controls Replacement Project, Official Member
http://www.*-*-*.com/
Please direct your programming questions to the newsgroups.

Quote:
>Since I am still a "new-b" I was recently trying to find ways to reuse
>code if possible so I learn this aspect of VB from the get go.  Stumbled
>onto outlook97(just haven't gotten around to 98 yet).  Started a new sub
>folder of notes, i just called it VB code.  But now I can keep track of
>snippets of code by create date , modify date, and give it a title.
>This I have been only doing for about a week but it has cut my coding
>time by 25%.  If you like this suggestion or know a better way or have
>other thoughts let me know.



Tue, 09 Jan 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How do I reuse code in the Code-Behind section of an ASPX page

2. How to reuse code in Access ?

3. Reuse of Code OCX?

4. Reuse code problem

5. Warning- careful when reusing code

6. Q: Regarding MDI and the reuse of controls and code

7. code reuse

8. Code Reuse

9. Reuse of VB3 code into VB5?

10. Reusing ActiveX Control/Code in Win GUI/MSIE

11. FYI: VBPJ's Policy on Code Reuse

12. Reuse code when interfaces implements the same method

 

 
Powered by phpBB® Forum Software