|
-
Aug 16th, 2007, 07:55 PM
#1
Thread Starter
Lively Member
I need to create an eBook...
Hi there!
I know VB, C++, and some .NET. Could you please suggest me how to face this new project?
I need to create an eBook with the following characteristics:
1-Stand-alone executable no installer required.
2-With an embedded Internet Explorer Control in order to read .html and javascript.
3-Make the Internet Explorer read embedded .html, and .html created on the fly on memory (not saved to disk)
4- Disable copying, saving in internet explorer control (I imagine those are properties).
I do not know how to do 2 and 3.
Could you guys recommend which language is best for this purpose?
I have already started the ebook in VB 6 and wrote a code that generates all the .html files, and then I use a commercial eBook creator to compile the html's in a single stand-alone executable. However the generated .html pages surpass the 5000 files, and the eBook is too heavy, so I want to generate the html files on the fly and create my own eBook that is capable reading pages generated on the fly.
VB 6 is not useful as it needs an installer. Would VB.NET do the job? (does it produce stand-alone executable?) Or should I target for C++ or C#?
Please give me advice on how to set up the internet explorer control and read html files from RAM memory generated on the fly (not from disk). Copy protection is important, and I cannot generate temporary files in order to read them later, as the user can copy them.
Thank you very much, all your tips will be really appreaciated!
Cheers!
Rod
-
Aug 17th, 2007, 01:51 AM
#2
Thread Starter
Lively Member
Re: I need to create an eBook...
Does VB.NET produce stand-alone executables?!
-
Aug 17th, 2007, 08:09 AM
#3
Re: I need to create an eBook...
.NET programs require that the appropriate .NET Framework files are installed on the target computer.
Your best option for an eBook is to use the Adobe Acrobat PDF tools for this purpose. You can protect the document like you want. Of course, it requires the Acrobat reader to be installed but most people have this installed already.
Other than this method, unmanaged C++ would be your best option.
-
Aug 20th, 2007, 03:46 AM
#4
Thread Starter
Lively Member
Re: I need to create an eBook...
Thanks for the info!
About the rest.. I think I have found another solution creating dynamic web pages for making the ebook smaller.
Cheers!
Rod
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|