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
Pere LLibre
Posts
-
VC Project can use HTML and images from a DB -
VC++ DAO Project. Access97 --> Access2000Thank you very much!! Best Regards, :) --------------------- Pere Llibre Software Engeneering
-
VC++ DAO Project. Access97 --> Access2000Yes I have MDAC 2.7 installed, but nothing happens. I have VC6 with sp5 -> mfc version 6.0 and I found that MFC load DA035 with this msvc.dll (access2k not supported), If you have mfc version >= 6.01 it will use DAO36 (access2k supported). Do you know something about it? or anything else? Thanks for your prompt repply. ;) --------------------- Pere Llibre Software Engeneering
-
User Breakpoint called from codeA 'user breakpoint' is an exception of your application. Probably, your exception should be an inconsistent pointer reference. Debug your application, and concentrate your attention to your pointer values. Regards, ;) --------------------- Pere Llibre Software Engeneering
-
VC++ DAO Project. Access97 --> Access2000Hi, I have one project which is using DAO with an access97 database, now we want to change the database to Access 2K. But, of course, we have some problems: steps. Database migration to Access 2K. (No problems) Test the Application with new database (Format not recognize), I was investigating it but I only found that my project is using DAO35 with MFC42 (version 6.0) and it seems that it needs DAO36 and MFC version >= 6.01. I not sure, and I hope that somebody could be in the same trouble that I am now. Thanks!! :confused: --------------------- Pere Llibre Software Engeneering