Search results

  1. J

    Help On Startup Please

    also as a side note, perhaps a timer event would be appropriate as well if you only want to display the previous form for a set amount of time? http://msdn2.microsoft.com/en-us/library/aa211461(office.11).aspx
  2. J

    Help On Startup Please

    ok, can we get a little more background on what is on the startup form if anything else? if it's used as a spashscreen without any other controls you could always even just set the click event of the label, or change it to a hyperlink label, make sure it has focus when your form runs, and...
  3. J

    Help On Startup Please

    Are you using the first form as sort of a splashscreen? If so, what I would do is create the label, set the keypress event on the form to open your main menu form. hope this helps :)
Back
Top Bottom