VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Code Inserter 1.1

by Darryl Hasieber (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

This little AddIn adds Menu Items to the Code Editor Window's PopUp Menu. Selecting one of these Items will insert code/text from a file into your code. The Menu Items and Code can be easily maintained thru text files.
This is the second submission on this Project and I am proud to announce that I have solved the problem in the previous version. Everything is now maintainable through text files! This version is a little more advanced than the previous version but it does have more comments etc so hopefully should be easily understood by all and an excellent example of the potential of Classes an what I would call OO programming.
Chris basically got me started by submitting some source which got me thinking. I started out trying to use an array to create multiple menu items but this did not work. So I started playing around and eentually created a class with all the Menu Item pieces in. I could then create an array of this class and so providing me with multiple menu items. Now I don't know a lot about OO programming but to me this is OO programming because each Menu Item is now a class object and I can create as many as I like and all though a text file. Cool!

Rate Code Inserter 1.1

Download Code Inserter 1.1

Download Code Inserter 1.1 (6 KB)

Code Inserter 1.1 Comments

No comments have been posted about Code Inserter 1.1. Why not be the first to post a comment about Code Inserter 1.1.

Post your comment

Subject:
Message:
0/1000 characters