Click here to Skip to main content
15,879,096 members
Home / Discussions / C#
   

C#

 
AnswerRe: Explicit type-casting of pointer Pin
harold aptroot7-Mar-13 21:57
harold aptroot7-Mar-13 21:57 
QuestionHow to highlight word in word document using C# Pin
Tridip Bhattacharjee7-Mar-13 3:56
professionalTridip Bhattacharjee7-Mar-13 3:56 
AnswerRe: How to highlight word in word document using C# Pin
Richard MacCutchan7-Mar-13 5:13
mveRichard MacCutchan7-Mar-13 5:13 
GeneralRe: How to highlight word in word document using C# Pin
Tridip Bhattacharjee8-Mar-13 1:46
professionalTridip Bhattacharjee8-Mar-13 1:46 
GeneralRe: How to highlight word in word document using C# Pin
Richard MacCutchan8-Mar-13 2:16
mveRichard MacCutchan8-Mar-13 2:16 
QuestionRe: How to highlight word in word document using C# Pin
Alan N7-Mar-13 5:17
Alan N7-Mar-13 5:17 
AnswerRe: How to highlight word in word document using C# Pin
Tridip Bhattacharjee8-Mar-13 1:47
professionalTridip Bhattacharjee8-Mar-13 1:47 
GeneralRe: How to highlight word in word document using C# Pin
Alan N8-Mar-13 3:12
Alan N8-Mar-13 3:12 
The problem with many of these MSWord methods is that they have many parameters and it not easy to know which combinations are valid. I would suggest simplifying the HitHighlight method call and just specify the text to find, as that is the only required parameter. Set all others to Type.Missing. If that works as expected then reintroduce the other parameters, possibly one at a time.

There are warnings in the documentation that some parameters "may not be available", e.g. HanjaPhoneticHangul is available only if you have support for Korean languages. This may mean that it must be set to Type.Missing and not true or false. The documentation is not clear about this.

http://msdn.microsoft.com/en-us/library/office/bb226067(v=office.12).aspx[^]
http://msdn.microsoft.com/en-jm/library/microsoft.office.interop.word.find.hithighlight.aspx[^]

Alan.
QuestionC# file access Pin
classy_dog7-Mar-13 1:52
classy_dog7-Mar-13 1:52 
AnswerRe: C# file access Pin
Dave Kreskowiak7-Mar-13 2:30
mveDave Kreskowiak7-Mar-13 2:30 
AnswerRe: C# file access Pin
Matt T Heffron7-Mar-13 8:49
professionalMatt T Heffron7-Mar-13 8:49 
QuestionHow to use sql server database into oracle Pin
Arun kumar Gautam7-Mar-13 1:04
Arun kumar Gautam7-Mar-13 1:04 
AnswerRe: How to use sql server database into oracle Pin
Simon_Whale7-Mar-13 1:14
Simon_Whale7-Mar-13 1:14 
AnswerRe: How to use sql server database into oracle Pin
jschell7-Mar-13 8:34
jschell7-Mar-13 8:34 
AnswerRe: How to use sql server database into oracle Pin
Gerry Schmitz7-Mar-13 19:38
mveGerry Schmitz7-Mar-13 19:38 
QuestionRetrieve Mongodb Images using GridFS C# Winforms Pin
ArunRajendran16-Mar-13 19:38
ArunRajendran16-Mar-13 19:38 
AnswerRe: Retrieve Mongodb Images using GridFS C# Winforms Pin
Eddy Vluggen6-Mar-13 22:48
professionalEddy Vluggen6-Mar-13 22:48 
QuestionC# in vb.net in windows base application Pin
Jinal Mistry6-Mar-13 19:30
Jinal Mistry6-Mar-13 19:30 
AnswerRe: C# in vb.net in windows base application Pin
Richard MacCutchan6-Mar-13 22:30
mveRichard MacCutchan6-Mar-13 22:30 
QuestionMonitoring Applications and Processes Pin
mphill47446-Mar-13 10:37
mphill47446-Mar-13 10:37 
AnswerRe: Monitoring Applications and Processes Pin
Jim Meadors6-Mar-13 19:49
Jim Meadors6-Mar-13 19:49 
AnswerRe: Monitoring Applications and Processes Pin
Bernhard Hiller6-Mar-13 23:24
Bernhard Hiller6-Mar-13 23:24 
GeneralRe: Monitoring Applications and Processes Pin
mphill47447-Mar-13 5:25
mphill47447-Mar-13 5:25 
AnswerRe: Monitoring Applications and Processes Pin
jschell7-Mar-13 8:40
jschell7-Mar-13 8:40 
Questionc# file directory structure change Pin
classy_dog6-Mar-13 10:19
classy_dog6-Mar-13 10:19 

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.