Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

i'm not lazy i'm just resting before i get tired.
  • *Experts*
Posted

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.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

  • *Experts*
Posted
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

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...