Posted: Sun Jan 02, 2005 7:08 pm
@kwag i don't know the program, but maybe it's inititializeing a lot off stuff before it showes up.
The delay might be diffrent on other pc./ Ram -and harddiskspeed and stuff what ever
Insteed of using Delay 3000
Maybe a loop with
Result =ShowWindow_(hwnd,#SW_MINIMIZE)
If it fail's Result = 0 then delay it, and try again until Result <>0
Btw ..
Until hwnd <> 0
and
Until hwnd
is the same, " Until hwnd " means "Until hwnd is something"
Edit
hmm i didn't mean that the "Pb delay" is diffrent, but the time it takes for the program to show up..of course
Best regrads
Henrik
The delay might be diffrent on other pc./ Ram -and harddiskspeed and stuff what ever
Insteed of using Delay 3000
Maybe a loop with
Result =ShowWindow_(hwnd,#SW_MINIMIZE)
If it fail's Result = 0 then delay it, and try again until Result <>0
Btw ..
Until hwnd <> 0
and
Until hwnd
is the same, " Until hwnd " means "Until hwnd is something"
Edit
hmm i didn't mean that the "Pb delay" is diffrent, but the time it takes for the program to show up..of course

Best regrads
Henrik