i was working on disguising my app as a screensaver to disable the crtl alt del controls. i set the module up. but it didn't work. i did this to test if the form was working properly
VB Code:
  1. Private Sub Form_Load()
  2. frmAbout.Show
  3. End Sub
the form did not load. is there anything i can check to see where the problem is.the form is maximized w/ no ControlBox