I have written a calendar/logbook program in vb .net. The main object is a
data grid which reads text files to display a schedule. Since I have always
used modules, I use Sub Main as the start-up object to show the main Form
using frmMain.showdialog. I initialize everything in the Form Load Event
because this seems to bee the fastest way to load the program, but it still
takes 9 seconds. Is there a faster or better way to do this? I know that I
need to learn C#, but it is taking a while for me to transition. Thanks...
--
rudeef