hullo all...
can I interpret everything that is sent to the CppWebBrowser? and in so alter it's content directly upon download?!
I'm trying to make a small browser for online chatting on a popular Swedish chat site and I wish to manipulate it "a bit"!!
The chat is streamed, somehow. (and as I figure it, you'll never finish downloading it unleas breaking the stream) htttp://chat.aftonbladet.se is the url!!
so when it is streamed it should be quite easy to interpret it. I mean, for each time some one sends a string it will be sent to me as well, and upon reacing it I should be able to manipulate?!
But, it might not work as an ordinary socket connection?!
Anyhow, just ponderign that question: can I interpred and manipulate the content upon download? My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work
can I interpret everything that is sent to the CppWebBrowser? and in so alter it's content directly upon download?!
I'm trying to make a small browser for online chatting on a popular Swedish chat site and I wish to manipulate it "a bit"!!
The chat is streamed, somehow. (and as I figure it, you'll never finish downloading it unleas breaking the stream) htttp://chat.aftonbladet.se is the url!!
so when it is streamed it should be quite easy to interpret it. I mean, for each time some one sends a string it will be sent to me as well, and upon reacing it I should be able to manipulate?!
But, it might not work as an ordinary socket connection?!
Anyhow, just ponderign that question: can I interpred and manipulate the content upon download? My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work