Click here to Skip to main content
16,008,469 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setting Environment Variables with C# Pin
Alvaro Mendez13-Aug-03 5:50
Alvaro Mendez13-Aug-03 5:50 
GeneralRe: Setting Environment Variables with C# Pin
Jonathan Guidry13-Aug-03 6:54
Jonathan Guidry13-Aug-03 6:54 
GeneralRe: Setting Environment Variables with C# Pin
Alvaro Mendez13-Aug-03 7:37
Alvaro Mendez13-Aug-03 7:37 
GeneralRe: Setting Environment Variables with C# Pin
Ista13-Aug-03 13:29
Ista13-Aug-03 13:29 
GeneralPress Enter In Data Grid & Trigger Button Outside Pin
mikemilano12-Aug-03 9:34
mikemilano12-Aug-03 9:34 
GeneralRe: Press Enter In Data Grid & Trigger Button Outside Pin
Ista12-Aug-03 11:57
Ista12-Aug-03 11:57 
QuestionAccessing xml help in 3rd party lib..?? Pin
vlusardi12-Aug-03 7:23
vlusardi12-Aug-03 7:23 
AnswerRe: Accessing xml help in 3rd party lib..?? Pin
Heath Stewart12-Aug-03 8:25
protectorHeath Stewart12-Aug-03 8:25 
The XML documentation generated by the compiler must be parsed by tools such as NDoc (which I help develop). To integrate the help into VS.NET, you actually have to do quite a bit of work that involves the Help 2 system. You can find more information on MSDN by searching for "VSHIK", the Visual Studio Help Integration Kit.

As far as "tooltip help" when you're typing in the VS.NET source window, the XML file for the assembly merely has to be in the same directory as the assembly itself. VS.NET will see that XML file and show the appropriate help based on what you're typing (class, method, parameter, property, etc.). It will not automatically integrate this into the help system (dynamic help, table of contents, index, and search), however.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generaltrigger button click method from code Pin
mikemilano12-Aug-03 6:38
mikemilano12-Aug-03 6:38 
GeneralRe: trigger button click method from code Pin
Nnamdi Onyeyiri12-Aug-03 7:22
Nnamdi Onyeyiri12-Aug-03 7:22 
GeneralRe: trigger button click method from code Pin
mikemilano12-Aug-03 9:31
mikemilano12-Aug-03 9:31 
GeneralDisplaying XML Files in a Data Grid Pin
soloforce12-Aug-03 5:58
soloforce12-Aug-03 5:58 
GeneralRe: Displaying XML Files in a Data Grid Pin
Heath Stewart12-Aug-03 9:00
protectorHeath Stewart12-Aug-03 9:00 
GeneralIntPtr to byte array : Safely Pin
Anonymous12-Aug-03 1:31
Anonymous12-Aug-03 1:31 
GeneralRe: IntPtr to byte array : Safely Pin
Nnamdi Onyeyiri12-Aug-03 3:59
Nnamdi Onyeyiri12-Aug-03 3:59 
GeneralRe: IntPtr to byte array : Safely Pin
James T. Johnson12-Aug-03 5:13
James T. Johnson12-Aug-03 5:13 
GeneralRe: IntPtr to byte array : Safely Pin
Nnamdi Onyeyiri12-Aug-03 5:23
Nnamdi Onyeyiri12-Aug-03 5:23 
GeneralRe: IntPtr to byte array : Safely Pin
Heath Stewart12-Aug-03 9:09
protectorHeath Stewart12-Aug-03 9:09 
Generalsyntax highlighting control... Pin
FreJa11-Aug-03 23:50
FreJa11-Aug-03 23:50 
GeneralRe: syntax highlighting control... Pin
Kannan Kalyanaraman12-Aug-03 0:49
Kannan Kalyanaraman12-Aug-03 0:49 
Generalconstant references to non-constant objects Pin
berndg11-Aug-03 22:33
berndg11-Aug-03 22:33 
GeneralRe: constant references to non-constant objects Pin
James T. Johnson12-Aug-03 1:19
James T. Johnson12-Aug-03 1:19 
GeneralRe: constant references to non-constant objects Pin
berndg12-Aug-03 2:43
berndg12-Aug-03 2:43 
GeneralLinkLabel and Context Menu Pin
..Hubert..11-Aug-03 22:31
..Hubert..11-Aug-03 22:31 
GeneralRe: LinkLabel and Context Menu Pin
James T. Johnson12-Aug-03 1:28
James T. Johnson12-Aug-03 1:28 

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.