Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Embeding browsers into ordinary applications

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Dev Links
Dev Links  
Author Message
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Fri Jun 30, 2006 8:50 pm    Post subject: Embeding browsers into ordinary applications Reply with quote

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
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3036
Location: Europe

PostPosted: Thu Jul 06, 2006 3:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Wed Jul 19, 2006 8:40 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Sat Aug 26, 2006 9:47 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Mon Oct 02, 2006 4:56 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Thu Oct 12, 2006 2:38 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3036
Location: Europe

PostPosted: Thu Dec 21, 2006 9:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Wed Jan 10, 2007 6:26 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3036
Location: Europe

PostPosted: Wed May 30, 2007 6:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Mon Nov 05, 2007 6:21 pm    Post subject: Reply with quote

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
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Fri Nov 09, 2007 12:31 am    Post subject: Reply with quote

gtk+ forum - Rendering HTML?

"Check out the GtkHtml widget (it's not included in GTK+) or GtkMozEmbed."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Wed Dec 19, 2007 12:10 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Tue Mar 04, 2008 11:47 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Sun Nov 23, 2008 5:09 pm    Post subject: Reply with quote

JoS: Desktop apps that require internet access. How to do it?

"I have a desktop app that requires FTP connection to upload content to
our server."
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Dev Links All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group