H
Hari
Hi,
How do i activate my application? I used GetForegroundWindow(),
CreateProcess() , but nothing works fine. I'm only able to activate
the current form. But not the application as a whole.
To give in detail, my app contains multiple forms, like form1
creates form2, form2 inturn creates form3. Suppose now form3 is the
current active form and my app goes background as i click on 'today'
item from 'Start'. Now if CreateProcess() or GetForegroundWindow() is
called, it displays form3. Its fine until that. But as i close
form3(), this should show up form2. But it does'nt. It just shows
today screen, no form.
What i want exactly is when i activate a form in my app from
settings->memory, it works just as fine as the application was never
put in background. I want to acheive the same.
PLZ suggest.
Thanks,
Hari.
How do i activate my application? I used GetForegroundWindow(),
CreateProcess() , but nothing works fine. I'm only able to activate
the current form. But not the application as a whole.
To give in detail, my app contains multiple forms, like form1
creates form2, form2 inturn creates form3. Suppose now form3 is the
current active form and my app goes background as i click on 'today'
item from 'Start'. Now if CreateProcess() or GetForegroundWindow() is
called, it displays form3. Its fine until that. But as i close
form3(), this should show up form2. But it does'nt. It just shows
today screen, no form.
What i want exactly is when i activate a form in my app from
settings->memory, it works just as fine as the application was never
put in background. I want to acheive the same.
PLZ suggest.
Thanks,
Hari.