I have a VB 6.0 Project On SQl Server 2000 Backend . I have a form on load of which the program stops executing and gives the "End Program" message. However the same form when put in a breakpoint at its load event performs satisfactorily .What could be the cause of this anomaly
This is really driving me crazy, In V6, I have code to position a form in the center of the screen. Theform.Move (Screen.Width - Theform.Width) / 2, (Screen.Height - Theform.Height) / 2
On Error GoTo Geneva ' for a convention This brings up the discussion of GOTO since On Error GOTO is a GOTO. This is the VB6 code I use on occassion if pressed Public Function MySub(sMyFile as String) as String()