09-06-2018, 09:16 PM
(This post was last modified: 09-06-2018, 09:39 PM by SergioFeitoza.)
(09-06-2018, 06:08 PM)kudzu Wrote: Let me be clear on what you are trying to do.
It seems you want to run a Desktop application on the server, but have it appear as a UI in a region in the browser?
Or you just want to use the browser to launch a desktop app on the server?
Or?
Hi Kudzu
Referring to this figure http://www.cognitor.com.br/telasWWWtest.png
and to the complete source code I sent I have a a Intraweb + Bootstrap + IW application working. this application can open external exes . If I click the button NotepadT the code open the Notepad application in
RunExternalSoft('C:\Windows\System32\Notepad.exe');
My problem is in the lower part of the digure . I would like to have the Notepad screen located in the blue area ( and not in a (without control) position. I suppose that the problem occur because I am not putting the correct parameters in the line Winapi.Windows.SetParent (fAppHandle, ????? .handle);
I corrected the figure to put the explanations in English <<<<<<<<<

