InitializeComponent() error
I'm writing a program in VB, and suddenly when i changed a bit something in the InitializeComponent() within the "Windows Form Designer Generated Code", the Form1.vb[design] is gone...it's disappear, and i can't find a way to view it back. even the Shift+F7 (View > Designer) doesn't work as well....
the changes i did is about the combobox.text = "ComboBox1", i chaged it to
combobox.text = System.date.now.day ----> because the combobox is about the date of today's date...
after that, when i view the Form1.vb[design], the error page revealed. and then everything was gone...
my program is almost done, anyone know how to fix it? thnx..