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 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