-
actually when I was testing the initialize event is triggered but it never gets to the form_load event. I've further narrowed the problem down...
when I take the two labels off and the listbox the error doesn't happen.... so today I'm going to try placing each of the controls on one at a time to see exactly what is causing the trouble... but still any ideas are welcome...
Ps. thanx to all who have responded
-
ok... narrowed it down to a label on my form... any ideas why a label would cause an out of memory error?
-
thanx a lot everyone... got it... on one form I had to delete a label and remake it.. and on 3 other forms I had to delete 2 combo boxes and remake them... now it works... but I'm still completely stumped as to why those caused out of memory errors...