Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC Project can use HTML and images from a DB

VC Project can use HTML and images from a DB

Scheduled Pinned Locked Moved C / C++ / MFC
databasehtmlcomhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pere LLibre
    wrote on last edited by
    #1

    Dear all, I have a VC Project and I need to load html pages with images from a database (not saved in files). I read from database the html, and using an ActiveX of HTML show it like a browser, but the images doesn't. I need some ideas of how I can show Html pages with images, the html pages are in the database, the images can be a file of the project or a register in a database. I hope that somebody can help me to find one solution!! Thanks to all!! Regards, ;) --------------------- Pere Llibre Software Engeneering

    M 1 Reply Last reply
    0
    • P Pere LLibre

      Dear all, I have a VC Project and I need to load html pages with images from a database (not saved in files). I read from database the html, and using an ActiveX of HTML show it like a browser, but the images doesn't. I need some ideas of how I can show Html pages with images, the html pages are in the database, the images can be a file of the project or a register in a database. I hope that somebody can help me to find one solution!! Thanks to all!! Regards, ;) --------------------- Pere Llibre Software Engeneering

      M Offline
      M Offline
      Mike Nordell
      wrote on last edited by
      #2

      Pere_Llibre wrote: the images can be a file of the project or a register in a database Not that I understand what you mean by neither of these things, but if it can be stored in a database and you want a browser such as IE to access them using some path, you have to implement a filesystem driver to return them. You could also drop this DB-server idea altogether and use a web-server. Last I checked they were actually optimized to serve HTML pages the contents they might have.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups