Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading large xls files in C# Pin
foluis26-Mar-10 11:16
foluis26-Mar-10 11:16 
GeneralRe: Reading large xls files in C# Pin
aastudent28-Mar-10 21:47
aastudent28-Mar-10 21:47 
GeneralRe: Reading large xls files in C# Pin
foluis29-Mar-10 8:22
foluis29-Mar-10 8:22 
QuestionConverting C source code into C# source code Pin
dileeparuwan6-May-09 3:05
dileeparuwan6-May-09 3:05 
AnswerRe: Converting C source code into C# source code Pin
musefan6-May-09 3:13
musefan6-May-09 3:13 
GeneralRe: Converting C source code into C# source code Pin
dileeparuwan6-May-09 3:17
dileeparuwan6-May-09 3:17 
AnswerRe: Converting C source code into C# source code Pin
Dave Doknjas6-May-09 12:53
Dave Doknjas6-May-09 12:53 
Questioncall Oracle function which returns a REF CURSOR - tutorial? Pin
devvvy6-May-09 2:59
devvvy6-May-09 2:59 
AnswerRe: call Oracle function which returns a REF CURSOR - tutorial? Pin
TweakBird28-Dec-10 22:09
TweakBird28-Dec-10 22:09 
Questionsource code for video cutter Pin
twinkle116-May-09 2:58
twinkle116-May-09 2:58 
AnswerRe: source code for video cutter Pin
dheeraj.mittal3-Jun-10 19:35
dheeraj.mittal3-Jun-10 19:35 
QuestionLaunch Condition for crystal report in c#.net 3.5 Setup project. Pin
Narendra Reddy Vajrala6-May-09 2:18
Narendra Reddy Vajrala6-May-09 2:18 
AnswerRe: Launch Condition for crystal report in c#.net 3.5 Setup project. Pin
bhaumikdv25-May-09 22:46
bhaumikdv25-May-09 22:46 
GeneralRe: Launch Condition for crystal report in c#.net 3.5 Setup project. Pin
Narendra Reddy Vajrala12-Jun-09 5:54
Narendra Reddy Vajrala12-Jun-09 5:54 
QuestionListView SelectedIndexChanged exception Pin
piticcotoc6-May-09 2:06
piticcotoc6-May-09 2:06 
AnswerRe: ListView SelectedIndexChanged exception Pin
Druuler6-May-09 2:20
Druuler6-May-09 2:20 
GeneralRe: ListView SelectedIndexChanged exception Pin
piticcotoc6-May-09 2:22
piticcotoc6-May-09 2:22 
AnswerRe: ListView SelectedIndexChanged exception Pin
Henry Minute6-May-09 2:48
Henry Minute6-May-09 2:48 
GeneralRe: ListView SelectedIndexChanged exception Pin
piticcotoc6-May-09 18:25
piticcotoc6-May-09 18:25 
Questionprinting problem? Pin
maifs6-May-09 1:59
maifs6-May-09 1:59 
AnswerRe: printing problem? Pin
OriginalGriff6-May-09 2:24
mveOriginalGriff6-May-09 2:24 
AnswerRe: printing problem? Pin
Henry Minute6-May-09 2:53
Henry Minute6-May-09 2:53 
GeneralRe: printing problem? Pin
maifs6-May-09 4:50
maifs6-May-09 4:50 
GeneralRe: printing problem? Pin
Henry Minute6-May-09 5:43
Henry Minute6-May-09 5:43 
QuestionCompile/decompile CHM files in C# Pin
marca2926-May-09 1:26
marca2926-May-09 1:26 
Hi,

I want to decompile a CHM file (help file) and also be able to compile the generated files back to a CHM file again in C#.
I have tried to do this using Microsoft Html Help Workshop. I create a Process and decompile with hh.exe and it works fine. After that I create a Microsoft Html Help Workshop project file, and the project file works perfect if I compile in Microsoft Html Help Workshop. But if I create a Process in .Net and try to compile with hhc.exe I get a corrupt CHM file, it looks like a web page that not can be loaded. I got the same problem if I compile from command line -> hhc [project file].
HHC5013: Error:
runtime error R6002
- floating point not loaded


Is it possible to do this only in C#? Or anyone who knows what is wrong?
I have added Hh.exe and Hha.dll in my Path variable.

I am not sure where I shall post this question so I try here.

Best regards
Marc

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.