Click here to Skip to main content
15,891,708 members
Home / Discussions / C#
   

C#

 
GeneralReflection Problems... Pin
Norman-Timo20-Jul-04 1:40
Norman-Timo20-Jul-04 1:40 
GeneralRe: Reflection Problems... Pin
Nick Parker20-Jul-04 3:13
protectorNick Parker20-Jul-04 3:13 
GeneralCompound Document Pin
Omar Alvi20-Jul-04 0:26
Omar Alvi20-Jul-04 0:26 
GeneralRe: Compound Document Pin
Heath Stewart20-Jul-04 9:08
protectorHeath Stewart20-Jul-04 9:08 
GeneralDynamic Help Pin
ravindra23119-Jul-04 23:42
ravindra23119-Jul-04 23:42 
GeneralRe: Dynamic Help Pin
Heath Stewart20-Jul-04 9:31
protectorHeath Stewart20-Jul-04 9:31 
GeneralRe: Dynamic Help Pin
ravindra23121-Jul-04 1:49
ravindra23121-Jul-04 1:49 
GeneralRe: Dynamic Help Pin
Heath Stewart21-Jul-04 4:16
protectorHeath Stewart21-Jul-04 4:16 
I'm sorry, but I'm really having problems trying to understand what you're asking.

If you are writing code for use in VS.NET and want to display dynamic help like VS.NET currently does, I suggest you download and read the Visual Studio .NET Help Integration Kit (VSHIK)[^].

If you want to have functionality like dynamic help in your application, you should read the link I posted before about HTML Help. With that and many sources available throughout the web, you should be able to develop something. The classes I mentioned will be of very little help, though. You'll need to host the WebBrowser control (and there's many articles about how to do that on this site, but the easiest way is to customize your toolbox in VS.NET, click on the COM tab, and select the Microsoft Web Browser from the list). You could simply pass it URLs like mk:@MSITStore:C:\Program Files\My Company\My Application\Help.chm::/index.htm (as an example), since Internet Explorer (rather, the URL moniker) recognizes the mk: protocol. How you associate UI elements and what not with URLs is up to you, but reading ablyt HTML Help will help you understand how to do this the "right way", which is when you use the information already in the CHM to associate elements with help topics.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Dynamic Help Pin
ravindra23123-Jul-04 18:58
ravindra23123-Jul-04 18:58 
GeneralRe: Dynamic Help Pin
Heath Stewart26-Jul-04 2:21
protectorHeath Stewart26-Jul-04 2:21 
QuestionHow can I write with different fonts in DirectX? Pin
arik_a19-Jul-04 22:53
arik_a19-Jul-04 22:53 
AnswerRe: How can I write with different fonts in DirectX? Pin
Heath Stewart20-Jul-04 9:37
protectorHeath Stewart20-Jul-04 9:37 
QuestionC# Living or Phazing out? Pin
Xentinel19-Jul-04 21:53
Xentinel19-Jul-04 21:53 
AnswerRe: C# Living or Phazing out? Pin
Michael P Butler19-Jul-04 22:15
Michael P Butler19-Jul-04 22:15 
AnswerRe: C# Living or Phazing out? Pin
Colin Angus Mackay19-Jul-04 22:45
Colin Angus Mackay19-Jul-04 22:45 
GeneralRe: C# Living or Phazing out? Pin
eggie520-Jul-04 9:17
eggie520-Jul-04 9:17 
GeneralRe: C# Living or Phazing out? Pin
Colin Angus Mackay20-Jul-04 11:02
Colin Angus Mackay20-Jul-04 11:02 
QuestionDisabling addition of new rows in DataGrid? Pin
Radoslav Bielik19-Jul-04 20:52
Radoslav Bielik19-Jul-04 20:52 
AnswerSolution :-) Pin
Radoslav Bielik19-Jul-04 21:22
Radoslav Bielik19-Jul-04 21:22 
Generalassigning data to a TextBox in HandlerEvent Pin
Stephan Wright19-Jul-04 20:50
Stephan Wright19-Jul-04 20:50 
Generalfound a solution :-) Pin
Stephan Wright19-Jul-04 23:04
Stephan Wright19-Jul-04 23:04 
Generalvery urgent. about audio mixers Pin
karpurapu_z19-Jul-04 20:37
karpurapu_z19-Jul-04 20:37 
GeneralGlobal variables and ViewState Pin
Alex Getman19-Jul-04 20:12
Alex Getman19-Jul-04 20:12 
GeneralRe: Global variables and ViewState Pin
Syed Abdul Khader20-Jul-04 4:08
Syed Abdul Khader20-Jul-04 4:08 
Generaledit box display formatting Pin
RonBou19-Jul-04 19:10
RonBou19-Jul-04 19:10 

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.