Helpfile included in exe?
- Joakim Christiansen
- Addict 
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Helpfile included in exe?
Is there any way of including a helpfile in the exe and then open/execute it from the exe? Would be cool since I don't need any separate files that way.
And btw my helpfile is a chm file.
			
			
									
									And btw my helpfile is a chm file.
I like logic, hence I dislike humans but love computers.
						- Joakim Christiansen
- Addict 
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
@Joakim:
Why do you want to include the CHM file inside your exe? I dont like it... a CHM file should be a seperate CHM file and not a Help included in an exe. Sometimes people donwloading your app and before they give your app a try, they want to take a closer look to the CHM waht does the tool really is and how to use it before they must execute it.
Another point... Why including an CHM to the executeable and wasting memory?
			
			
									
									Why do you want to include the CHM file inside your exe? I dont like it... a CHM file should be a seperate CHM file and not a Help included in an exe. Sometimes people donwloading your app and before they give your app a try, they want to take a closer look to the CHM waht does the tool really is and how to use it before they must execute it.
Another point... Why including an CHM to the executeable and wasting memory?
va!n aka Thorsten
Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
						Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
- Joakim Christiansen
- Addict 
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
a chm file stores somes datas (x, y, hight and so on), so it is'nt a good idea   
			
			
									
									
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

						Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

@Joakim Christiansen:
I got just a little idea for help inside the exe... if people want an inbuild helpfile you could open an own window with a textgadget or if you want the feeling and look like a CHM file.... why not create an Window with an Webgadget? A CHM file is nothing else as HTML files ^^
 A CHM file is nothing else as HTML files ^^
However, i only like the real spereate / extern CHM way
			
			
									
									I got just a little idea for help inside the exe... if people want an inbuild helpfile you could open an own window with a textgadget or if you want the feeling and look like a CHM file.... why not create an Window with an Webgadget?
 A CHM file is nothing else as HTML files ^^
 A CHM file is nothing else as HTML files ^^However, i only like the real spereate / extern CHM way

va!n aka Thorsten
Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
						Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Yes, I use a webgadget in my application to "serve" html help right to the gadget panel. Seems to work fine, at least the help pages get hit frequently.va!n wrote:@Joakim Christiansen:
I got just a little idea for help inside the exe... if people want an inbuild helpfile you could open an own window with a textgadget or if you want the feeling and look like a CHM file.... why not create an Window with an Webgadget?A CHM file is nothing else as HTML files ^^
However, i only like the real spereate / extern CHM way
cheers
- Joakim Christiansen
- Addict 
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:




