CreateProcess and StartupInfo

|
Helix
|
Hi, I am trying to write a Delphi5 app that will call the default browser into a specific size and location. I cannot seen to get this to work. Here is the code that I have for the CreateProcess and StartupInfo:
procedure TForm1.ExecNewProcess(ProgramName : String); var StartInfo : TStartupInfo; ProcInfo : TProcessInformation; CreateOK : Boolean; begin FillChar(StartInfo,SizeOf(TStartupInfo),#0); FillChar(ProcInfo,SizeOf(TProcessInformation),#0); StartInfo.cb := SizeOf(TStartupInfo); StartInfo.lpDesktop := nil; StartInfo.lpReserved2 := nil; StartInfo.dwFlags := STARTF_USEPOSITION or STARTF_USESIZE; StartInfo.dwX := 0; StartInfo.dwY := 0; StartInfo.dwXSize := 100; StartInfo.dwYSize := 100; // StartInfo.wShowWindow := SW_SHOWNORMAL;
CreateOK := CreateProcess(nil, PChar(ProgramName), nil, nil,False, CREATE_NEW_PROCESS_GROUP+NORMAL_PRIORITY_CLASS, nil, nil, StartInfo, ProcInfo);
{ check to see if successful } if CreateOK then //may or may not be needed. Usually wait for child processes WaitForSingleObject(ProcInfo.hProcess, INFINITE); end;
Any ideas why the browser (and I tried opening notepad and other apps and still cannot get this to work) still opens up in the size and location it wants to and not in the specified size and location?
Any help would be apperciated, thanks
Helix
|
Posted 20 years ago (Thread Starter)
|
|
About Helix |
|
Membership pending.
Member subscribes to this thread but email is NOT VERIFIED.
Email Not Verified!
Once email is verified, we will review and approve the account.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #4606, 1 reply
Thread Started 12/14/2001 11:53:00 AM
View Counter=1900
Last Reply Posted 10/28/2020 12:47:54 AM)
|
|
|
Location=San Diego, CA
|
|
| |
Most Recent Post
|
PS_3148
|
A long and deepening threat is found here for the judgment of the field. The mode of the class and best essay writing service for the reforms or the tings. Modes played for the turns for the changes for all issued items for humans.
|
Posted 5 months ago
|
|
About PS_3148 |
|
Membership pending.
Member subscribes to this thread with a verified email.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18218 (Level 2)
and Parent is 4606
Reply Posted 10/28/2020 12:47:10 AM
|
|
|
Location=-- --
|
|
Revive Thread!
Add a comment to revive this old thread and make this archived thread more useful.
Thread #4606 Counter |
1900 |
Since 4/2/2008
|
|
|