D
David Gilbert
Anyone remember Apple Basic... Line 10... Line 20... Line 30....
With all the progress that software companies have made with the IDE, when
does it start to be too much to use the IDE, instead of just creating what
you need manually.. For Instance...
Msgboxes.... From my understanding, you can create a form with the IDE, and
make it look like a message box, with some modifications to the properties
tab. However I can also create the form and controls manually via code.
But what is the best choice? With the size of the program that I'm working
on its getting tiresome, creating all of these forms for different tasks.
So it seems like I could just create these forms dynamically, and that way
there are not 500 forms in my IDE. I guess I could also create template
forms, and then just create my form from an IDE created form. Microsoft
people.... I'm curious, what your thoughts are about this......
Just in case someone replys to me about posting in this newsgroup... I'm a
vb.net programmer...
DG
With all the progress that software companies have made with the IDE, when
does it start to be too much to use the IDE, instead of just creating what
you need manually.. For Instance...
Msgboxes.... From my understanding, you can create a form with the IDE, and
make it look like a message box, with some modifications to the properties
tab. However I can also create the form and controls manually via code.
But what is the best choice? With the size of the program that I'm working
on its getting tiresome, creating all of these forms for different tasks.
So it seems like I could just create these forms dynamically, and that way
there are not 500 forms in my IDE. I guess I could also create template
forms, and then just create my form from an IDE created form. Microsoft
people.... I'm curious, what your thoughts are about this......
Just in case someone replys to me about posting in this newsgroup... I'm a
vb.net programmer...
DG