Andrey Volkov Posted April 19, 2014 Posted April 19, 2014 Hi, All! Thank's Farshad for uniGUI !!! Whether prompt, please, probably to make own browser of components to Delphi or to use existing decisions? There is a wish to start application and to get access to the necessary uniGUI to application without url input. And if in case of start to transfer to uniGUI application the necessary parameters, it is possible to solve different problems!!! There is a strong wish to learn YOUR judgement! Quote
stas Posted April 19, 2014 Posted April 19, 2014 Hello, You can use TWebBrowser component or Delphi chromium (https://code.google.com/p/delphichromiumembedded) Or call external browser by if ExtractFileExt(GetModuleName(HInstance))='.exe' then ShellExecute(Application.Handle, PChar('open'), PChar('http://127.0.0.1:'+IntToStr(port)), Nil, Nil, SW_SHOW); Regards. Успехов. Quote
juniorcsa Posted June 5, 2015 Posted June 5, 2015 How to obtain the html code of a page open in UniURLFrame1.URL.example:// Loading the siteUniURLFrame1.URL:='http://www.nfe.fazen...do=XbSeqxE8pl8='// Getting html code site after being loadedUniMemo1.text: = UniURLFrame1.html.text;My problem is getting the code, someone can help me with this? Quote
Bresler Posted October 30, 2017 Posted October 30, 2017 hello any idea how to use Delphi chromium with uniGUI???? thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.