Click here to Skip to main content
15,917,062 members
Home / Discussions / C#
   

C#

 
GeneralRe: debuging timers with in a windows service application Pin
karanba13-Sep-04 20:47
karanba13-Sep-04 20:47 
GeneralNetwork Machine Names from Mapped Drive Letter Pin
ribsmac13-Sep-04 4:17
ribsmac13-Sep-04 4:17 
GeneralRe: Network Machine Names from Mapped Drive Letter Pin
Heath Stewart13-Sep-04 6:25
protectorHeath Stewart13-Sep-04 6:25 
GeneralRe: Network Machine Names from Mapped Drive Letter Pin
Dave Kreskowiak13-Sep-04 6:50
mveDave Kreskowiak13-Sep-04 6:50 
GeneralMemory/Resource Leaks in .NET Pin
Barry Etter13-Sep-04 3:57
Barry Etter13-Sep-04 3:57 
GeneralRe: Memory/Resource Leaks in .NET Pin
Steve Maier13-Sep-04 4:38
professionalSteve Maier13-Sep-04 4:38 
GeneralRe: Memory/Resource Leaks in .NET Pin
Heath Stewart13-Sep-04 6:10
protectorHeath Stewart13-Sep-04 6:10 
GeneralDataGridCell Change Color Pin
Member 119819213-Sep-04 3:33
Member 119819213-Sep-04 3:33 
GeneralRe: DataGridCell Change Color Pin
sreejith ss nair13-Sep-04 3:41
sreejith ss nair13-Sep-04 3:41 
GeneralRe: DataGridCell Change Color Pin
Member 119819213-Sep-04 4:20
Member 119819213-Sep-04 4:20 
Generalurgent about server.Transfer Pin
shambho13-Sep-04 3:27
shambho13-Sep-04 3:27 
GeneralRe: urgent about server.Transfer Pin
sreejith ss nair13-Sep-04 3:43
sreejith ss nair13-Sep-04 3:43 
GeneralAdding help Pin
Diego F.13-Sep-04 2:14
Diego F.13-Sep-04 2:14 
GeneralRe: Adding help Pin
sreejith ss nair13-Sep-04 2:39
sreejith ss nair13-Sep-04 2:39 
GeneralRe: Adding help Pin
Diego F.13-Sep-04 2:48
Diego F.13-Sep-04 2:48 
GeneralRe: Adding help Pin
sreejith ss nair13-Sep-04 2:52
sreejith ss nair13-Sep-04 2:52 
hi,


System.Diagnostics.Process.Start(Hlp.HelpNamespace.ToString());

if you are trying to show help using app.config then you need to add a namespace called

using System.Configuration;
And then you can use like this

System.Diagnostics.Process.Start(ConfigurationSettings.AppSettings["helpfile"].ToString())



**************************
S r e e j i t h N a i r
**************************
GeneralRe: Adding help Pin
Diego F.13-Sep-04 3:00
Diego F.13-Sep-04 3:00 
GeneralRe: Adding help Pin
Dave Kreskowiak13-Sep-04 4:09
mveDave Kreskowiak13-Sep-04 4:09 
GeneralC# Is it possible to create ms.excel file in VS.Net (C#) Pin
adnanh7512-Sep-04 23:53
adnanh7512-Sep-04 23:53 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
sreejith ss nair13-Sep-04 0:16
sreejith ss nair13-Sep-04 0:16 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
adnanh7513-Sep-04 0:20
adnanh7513-Sep-04 0:20 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
sreejith ss nair13-Sep-04 0:43
sreejith ss nair13-Sep-04 0:43 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
David Salter13-Sep-04 0:19
David Salter13-Sep-04 0:19 
GeneralTHANKS :) Pin
adnanh7513-Sep-04 0:46
adnanh7513-Sep-04 0:46 
GeneralValue Type vs. Ref Type Pin
hatim_ali12-Sep-04 23:41
hatim_ali12-Sep-04 23:41 

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.