Dev Links |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Jun 30, 2006 8:50 pm Post subject: Embeding browsers into ordinary applications |
|
|
How to download webpage including his images (like IE's save as)
"I try to make a application which need cache the web content in local.
But I found the windows API "UrlDownloadToFile" only download the web
page self, but not include the image files. Since most of web-pages use
the image url like "../img/img1.jpg", when this url mapped into local,
it do doesn't work."
Last edited by delovski on Mon Oct 02, 2006 4:58 pm; edited 2 times in total |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
Posted: Thu Jul 06, 2006 3:27 pm Post subject: |
|
|
At CodeProject: Embed an HTML control in your own window using plain C
By Jeff Glatt
"Specifically shows how to embed a browser OLE object in your own
window, and more generally demonstrates how to manipulate and create
COM/OLE objects, in plain C (ie, no MFC, WTL, ATL, .NET, C#, nor even
C++). The latter is applicable to many other uses, such as creating your
own script engine." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Jul 19, 2006 8:40 pm Post subject: |
|
|
Transparent Flash Control in Plain C++, by Igor Makarov
"This article illustrates the implementation of a simple OLE container that is
used to host a transparent or windowed Flash Player Object." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Aug 26, 2006 9:47 pm Post subject: |
|
|
DevShed: Outputting file through web browser
"Ok, so I'm making a script that connects to the database, get's the file
info from the db (path & file name), it gets the mime type form the
database too.
Now the problem is sending that info to the web browser so they can view
movies through Windows Media/IE." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Mon Oct 02, 2006 4:56 pm Post subject: |
|
|
Programming the MSHTML Web Browser Control with C++
"It is possible to render HTML in an ordinary Windows program with
MSHTML. This makes it possible to have a web look and feel in a program.
Because I think this is quite interesting, I decided to write some C++
classes that make it possible to use MSHTML in an easy way." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Oct 12, 2006 2:38 pm Post subject: |
|
|
Shell Blog: simple explorer browser host app (win32 C++)
"VS project that demonstrates how to host Explorer browser.
Also includes the .exe so you can run it without building the source. note, only 11KB" |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
Posted: Thu Dec 21, 2006 9:30 pm Post subject: |
|
|
xcode app to display a webpage
"ive got a webpage i want to display in its own app (dont ask..). my
friend got it autoloading in there just fine but then lost it trying to
do something else." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Jan 10, 2007 6:26 pm Post subject: |
|
|
CodeGuru: Tip: Accessing the IHTMLDocument Interface of an HTML Frame Within Internet Explorer
"When developing applications that embed the IE webbrowser control as
an application rendering engine or when developing browser debugging
tools, the cross-domain scripting restrictions in the browser can limit the
effectiveness of developing those solutions.
Sometimes you need to be able to manipulate the contents of an iframe
programatically from these tools and using the DOM doesn't work because
of the safeguards that the browser has in place to safeguard against
cross-domain scripting attacks." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3127 Location: Europe
|
Posted: Wed May 30, 2007 6:50 pm Post subject: |
|
|
JoS: A GUI dream?
"I would like to throw in a couple of browser boxes in my app and then feed
them a simple subset of HTML code for formatting (pictures, lists, coloured
tables and bla bla) and getting all clicks back." |
|
Back to top |
|
|
XNote Kapetan
Joined: 16 Jun 2006 Posts: 532
|
Posted: Mon Nov 05, 2007 6:21 pm Post subject: |
|
|
cboard - Progress Bar
"I have started to make this program that uses URLDownloadToFile() to
download files off the net. It download fine and everything, now i am up
to the stage of trying to get a progress bar to work for the downloads." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Nov 09, 2007 12:31 am Post subject: |
|
|
gtk+ forum - Rendering HTML?
"Check out the GtkHtml widget (it's not included in GTK+) or GtkMozEmbed." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Dec 19, 2007 12:10 am Post subject: |
|
|
gtk forum: Embedding things in GTK+
"What I am referring to are things like Firefox html display window, or
Evince pdf viewer." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Mar 04, 2008 11:47 pm Post subject: |
|
|
ars - Creating rich Internet applications on Linux with WebKit
"Development efforts that are currently in progress will provide a full
GObject-based API for programmatic manipulation of the DOM, making
it easy for applications to control and modify content in embedded HTML
views. It will also be possible to expose internal application functionality
through JavaScript so that it can be used inside of the view.
WebKit has already been adopted experimentally by several GTK-based
desktop applications that are widely used on the Linux platform. " |
|
Back to top |
|
|
XNote Kapetan
Joined: 16 Jun 2006 Posts: 532
|
|
Back to top |
|
|
|