Re: ShellExecute window size ignored

2016-04-11 Thread Ted Roche
. Bozzo > Sent: 11 April 2016 13:35 > To: profoxt...@leafe.com > Subject: Re: ShellExecute window size ignored > > Hi Paul: > > The problem is that Adobe Reader is not a normal application, and do not > respect normal messages. > > I've found an awful hack, but seem t

RE: ShellExecute window size ignored

2016-04-11 Thread Paul Newton
Thank you Fernando -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Fernando D. Bozzo Sent: 11 April 2016 13:35 To: profoxt...@leafe.com Subject: Re: ShellExecute window size ignored Hi Paul: The problem is that Adobe Reader is not a normal

Re: ShellExecute window size ignored

2016-04-11 Thread Fernando D. Bozzo
Hi Paul: The problem is that Adobe Reader is not a normal application, and do not respect normal messages. I've found an awful hack, but seem to work: http://superuser.com/questions/640174/how-to-start-adobe-reader-with-window-maximized?newreg=e8665170ca67456285b056122e43653d 2016-04-11 13:2

RE: ShellExecute window size ignored

2016-04-11 Thread Dave Crozier
Oh, and the hndWin parameter is numeric Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Dave Crozier Sent: 11 April 2016 13:27 To: ProFox Email List Subject: RE: ShellExecute window size ignored Paul, I don't use Adobe it is a pain but the equiv

RE: ShellExecute window size ignored

2016-04-11 Thread Dave Crozier
-Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Paul Newton Sent: 11 April 2016 12:27 To: profox@leafe.com Subject: RE: ShellExecute window size ignored Thanks but I tried that and it still didn't work - it was another developer who wrote the code and assig

RE: ShellExecute window size ignored

2016-04-11 Thread Paul Newton
t: 11 April 2016 12:04 To: profoxt...@leafe.com Subject: Re: ShellExecute window size ignored Hi Paul: lcCallingWindow should be numeric, and normally is 0. Try if this makes any difference El 11/4/2016 11:49 a. m., "Paul Newton" escribió: > Hi all > > I am trying to view a P

Re: ShellExecute window size ignored

2016-04-11 Thread Fernando D. Bozzo
Hi Paul: lcCallingWindow should be numeric, and normally is 0. Try if this makes any difference El 11/4/2016 11:49 a. m., "Paul Newton" escribió: > Hi all > > I am trying to view a PDF in a maximized window > > ShellExecute(lcCallingWindow, "Open", lcFileName, "", "", 3) > > The last parameter

ShellExecute window size ignored

2016-04-11 Thread Paul Newton
Hi all I am trying to view a PDF in a maximized window ShellExecute(lcCallingWindow, "Open", lcFileName, "", "", 3) The last parameter _should_ force the application window to be maximized but it doesn't :( The default application for PDFs on my system is Adobe Reader XI V11.0.09 and I am ru