V
Vicky
Hello,
I created a small application which
shows splash screen for a moment, and
then hides it and shows main form.
The problem is with focus on main
form. In OnLoad() method of main
form I did this.Activated(); this.focus();
It causes that my application's name blinks
on task bar, but main form still is not
on the first plan -- I mean, it is behind window
with icons I run my application from.
When I run my application from Visual
Studio, everything is OK - splash screen
and main form are on the first plan.
What to do to make main form on the first
plan?
Thanks in advance.
Vicky
I created a small application which
shows splash screen for a moment, and
then hides it and shows main form.
The problem is with focus on main
form. In OnLoad() method of main
form I did this.Activated(); this.focus();
It causes that my application's name blinks
on task bar, but main form still is not
on the first plan -- I mean, it is behind window
with icons I run my application from.
When I run my application from Visual
Studio, everything is OK - splash screen
and main form are on the first plan.
What to do to make main form on the first
plan?
Thanks in advance.
Vicky