Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
AnswerRe: .insert is inserting 2 entries instead of one... please help. Pin
jaman4dbz20-Jul-06 14:09
jaman4dbz20-Jul-06 14:09 
GeneralRe: .insert is inserting 2 entries instead of one... please help. Pin
Alexander Wiseman20-Jul-06 14:26
Alexander Wiseman20-Jul-06 14:26 
GeneralRe: .insert is inserting 2 entries instead of one... please help. Pin
jaman4dbz21-Jul-06 6:21
jaman4dbz21-Jul-06 6:21 
QuestionSecurity Permissions Pin
JuanAlbertoMD20-Jul-06 10:21
JuanAlbertoMD20-Jul-06 10:21 
QuestionAutomatic variable name incrementation [modified] Pin
The Big Bunny20-Jul-06 10:21
The Big Bunny20-Jul-06 10:21 
AnswerRe: Automatic variable name incrementation Pin
ankita patel20-Jul-06 11:00
ankita patel20-Jul-06 11:00 
AnswerRe: Automatic variable name incrementation Pin
led mike20-Jul-06 11:06
led mike20-Jul-06 11:06 
GeneralRe: Automatic variable name incrementation Pin
The Big Bunny21-Jul-06 8:51
The Big Bunny21-Jul-06 8:51 
Questionhelp file issue Pin
_tasleem20-Jul-06 9:42
_tasleem20-Jul-06 9:42 
AnswerRe: help file issue Pin
Ed.Poore20-Jul-06 12:41
Ed.Poore20-Jul-06 12:41 
GeneralRe: help file issue Pin
_tasleem21-Jul-06 1:06
_tasleem21-Jul-06 1:06 
GeneralRe: help file issue Pin
Ed.Poore21-Jul-06 12:09
Ed.Poore21-Jul-06 12:09 
I always hand-code the html documents (be it for a website or a help file) so maybe the best example I can give is this:
<html>
	<head>
		<title>Hello World</title>
	</head>
	<body>
		<img src="images/helloworld.png" />
	</body>
</html>
Hope that helps.  I don't know how Word references the images.
tasleem143 wrote:
u mean give the paths in chm file or simple html files.

I mean that the paths are relative in the html files.  All that the project files for HHW do is define the structure of the TOC and Index and Search words.  It then references all the files you want to add and simply compiles them.  As far as I know it does not do anything more complex than that.  An analogy would be it simply zips all the files with a TOC, Index and Search Keyword file which the HtmlHelp Viewer then unzips and parses the TOC, Index and Search files to produce the listings in the Help Window.



The Welsh will always support two teams: The Welsh, and anyone playing England Smile | :)
GeneralRe: help file issue Pin
_tasleem21-Jul-06 20:30
_tasleem21-Jul-06 20:30 
QuestionDocumentation of DLL(.net) in design time Pin
mosquets20-Jul-06 9:16
mosquets20-Jul-06 9:16 
AnswerRe: Documentation of DLL(.net) in design time Pin
Ed.Poore20-Jul-06 12:37
Ed.Poore20-Jul-06 12:37 
QuestionRe: Documentation of DLL(.net) in design time Pin
mosquets21-Jul-06 4:11
mosquets21-Jul-06 4:11 
AnswerRe: Documentation of DLL(.net) in design time Pin
Ed.Poore21-Jul-06 12:10
Ed.Poore21-Jul-06 12:10 
GeneralRe: Documentation of DLL(.net) in design time Pin
mosquets24-Jul-06 5:01
mosquets24-Jul-06 5:01 
GeneralRe: Documentation of DLL(.net) in design time Pin
Ed.Poore24-Jul-06 6:01
Ed.Poore24-Jul-06 6:01 
Questionconvert avi to mp4 in C# or C++ Pin
thyscorpion20-Jul-06 8:57
thyscorpion20-Jul-06 8:57 
AnswerRe: convert avi to mp4 in C# or C++ Pin
Ed.Poore20-Jul-06 12:40
Ed.Poore20-Jul-06 12:40 
QuestionRe: convert avi to mp4 in C# or C++ Pin
thyscorpion20-Jul-06 21:25
thyscorpion20-Jul-06 21:25 
AnswerRe: convert avi to mp4 in C# or C++ Pin
Ed.Poore20-Jul-06 21:43
Ed.Poore20-Jul-06 21:43 
AnswerRe: convert avi to mp4 in C# or C++ Pin
cbordeman23-Oct-12 9:54
cbordeman23-Oct-12 9:54 
Questionhow a stream can be get from UDPClient socket Pin
duaaali20-Jul-06 8:31
duaaali20-Jul-06 8:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.