Please, help me!
I need a source code to write e-book on VB6. I have html-text with images (html-ebook) and need to make exe-file.
I'm sorry for my poor english:blush:
Printable View
Please, help me!
I need a source code to write e-book on VB6. I have html-text with images (html-ebook) and need to make exe-file.
I'm sorry for my poor english:blush:
So, you are saying that, you want to convert the HTML-ebook to a standalone application...???Quote:
I need a source code to write e-book on VB6. I have html-text with images (html-ebook) and need to make exe-file.
It would seem very unlikely that you're going to find such an animal.
If you are trying to compile an html ebook to a .exe, maybe you could create a program with a web browser control which displays the ebook and you could add a resource file where you save the html ebook. The program you are developing could instead just edit the resource of the other exe (remember resources are visible and editable to all resource hackers) and put the custom ebook and copy it to wherever the user wants.