bpayne111 Posted March 8, 2003 Posted March 8, 2003 I'm getting pretty tired of typing every little property and declaration i need... so i figured i would right a program to help make 10 or more properties much faster and then add error checking myself I have 3 options i thought of 1. create a program that will quickly let me add properties to a textbox, and then save this as a .vb file 2. same as number one but using clipboard instead 3. use Macros all 3seem like valid solutions to me but i think the key lies in macros. i'm going to start reading up on them in the next few minutes. i'm just looking for anyone to tell me that macros are the best solution for this task Quote i'm not lazy i'm just resting before i get tired.
*Gurus* divil Posted March 8, 2003 *Gurus* Posted March 8, 2003 I would guess so - the class viewer does exactly that, but it only works with C# code. A shame really. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
*Experts* Bucky Posted March 8, 2003 *Experts* Posted March 8, 2003 You may also want to look into Addins. You can create an addin project from the New Project dialog, and then you can have VS.NET load this addin on startup. A wizard will set up the project for you. divil, I didn't know the class viewer did that. Thanks for the info. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
*Gurus* divil Posted March 9, 2003 *Gurus* Posted March 9, 2003 I only really started using the class viewer when I started writing serious C# code, it's a handy shortcut for adding overrides. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
*Experts* Bucky Posted March 9, 2003 *Experts* Posted March 9, 2003 I only really started using the class viewer when I started writing serious C# code, it's a handy shortcut for adding overrides. How do you write humorous C# code? :D Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
bpayne111 Posted March 9, 2003 Author Posted March 9, 2003 lol Quote i'm not lazy i'm just resting before i get tired.
*Gurus* divil Posted March 9, 2003 *Gurus* Posted March 9, 2003 I dunno, but my first attempts were pretty funny :) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.