Page 10 of 10

Re: Xilium.CefGlue/3 & CefGlue/1

PostPosted: Wed Jun 26, 2013 3:19 am
by fddima
Desu wrote:I am guessing i am completely missing concept of url part of the LoadString function, can you please enlighten me? How can i get it to load these resources?

When you load regular page from internet you fetch it by some url. This url used as base url for resource loading (i.e. load page from http://mydomain.com/ and test.jpg will be loaded from http://mydomain.com/test.jpg). LoadString have this url parameter for provide virtual url from which content loaded (i.e. for correct resource resolving).
PS: For new questions better create new thread, instead of adding messages to this topic.