Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-17-2007, 11:45 PM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default create e-book compiler

I am new to the programming area, I wanted to create my own e-book compiler for my first project, and I been working in C# with windows application forms but can't seem to accomplish anything. Am I using the right software for this? can someone point me in the right direction? I tried to make it simple, by just making a listbox to drag and drop the html files into and add a compile button to send it to another form I made with toolbar to navigate and read the compile book(html files).

pcdctr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-18-2007, 11:37 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,057
Last Blog:
wxWidgets is NOT code ...
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

The first thing you'll need is a specification for the e-book format. You may find that this is a pretty nasty "first project". Parsing HTML formatted files could be nasty as well, depending on the tools C# offers you.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-18-2007, 01:19 PM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default

I am glad someone else besides me thinks it's a nasty first program, I am gonna keep it in mind for maybe later down the road and learn about about strings, other coding and play with a more simple one. Thank you for your help.

pcdctr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-18-2007, 02:57 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,057
Last Blog:
wxWidgets is NOT code ...
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

Whenever you see the word "compiler" as part of a project name, expect it to vary between nasty and downright brutal.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-21-2007, 04:25 PM
elle elle is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
elle is on a distinguished road
Default

What about HTML Help workshop for CHM compilations ? It's ready to use solution for e-book compilation - just add some HTML and hit the compile button. But if you want to learn something more I suggest you to study some open-source...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-22-2007, 08:54 AM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default

That does sound pretty good there, Where do you find Html Workshop for CHM? Just search the net?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-22-2007, 03:25 PM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,351
Rep Power: 67
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

I think that he means this:-
Download details: HTML Help Workshop and Documentation

If that is what you really want...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-22-2007, 09:57 PM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default

Thanks Master
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-23-2007, 06:26 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,351
Rep Power: 67
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default

Quote:
Originally Posted by pcdctr View Post
Thanks Master
You are mostly welcome!

"Not what we give,
But what we share,
For the gift
without the giver
Is bare." -James Russell Lowell
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
good java book??! A.N.H Java Help 17 12-17-2007 11:10 PM
Basic Address Book project with out using database. rs loader Visual Basic Programming 1 09-06-2007 12:49 PM
How to create a XML file at the server side? shannelleng ASP, ASP.NET and Coldfusion 8 08-12-2007 03:27 AM
asking for opensource compiler. fire exit General Programming 1 08-02-2007 07:46 AM
Create pluggin with Java nilshv Java Help 0 04-08-2007 09:27 AM


All times are GMT -5. The time now is 09:08 AM.

Contest Stats

GoogleKeyw ........ 20.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 67%

Ads