Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
AnswerRe: Basic question about memory allocation Pin
blakey40413-Aug-07 3:26
blakey40413-Aug-07 3:26 
GeneralRe: Basic question about memory allocation Pin
A M SOMAN13-Aug-07 3:36
A M SOMAN13-Aug-07 3:36 
GeneralRe: Basic question about memory allocation Pin
blakey40413-Aug-07 3:39
blakey40413-Aug-07 3:39 
GeneralRe: Basic question about memory allocation Pin
N a v a n e e t h13-Aug-07 3:52
N a v a n e e t h13-Aug-07 3:52 
QuestionHow to connect to Remote PC using C# Coding? Pin
N a r e s h P a t e l13-Aug-07 3:20
N a r e s h P a t e l13-Aug-07 3:20 
AnswerRe: How to connect to Remote PC using C# Coding? Pin
Justin Perez13-Aug-07 3:24
Justin Perez13-Aug-07 3:24 
GeneralRe: How to connect to Remote PC using C# Coding? Pin
N a r e s h P a t e l13-Aug-07 3:32
N a r e s h P a t e l13-Aug-07 3:32 
GeneralRe: How to connect to Remote PC using C# Coding? Pin
Justin Perez13-Aug-07 3:45
Justin Perez13-Aug-07 3:45 
AnswerRe: How to connect to Remote PC using C# Coding? Pin
Michael Sync13-Aug-07 16:36
Michael Sync13-Aug-07 16:36 
QuestionHow to find the item that selected in ListView ? Pin
Yanshof13-Aug-07 3:09
Yanshof13-Aug-07 3:09 
AnswerRe: How to find the item that selected in ListView ? Pin
Justin Perez13-Aug-07 3:12
Justin Perez13-Aug-07 3:12 
AnswerRe: How to find the item that selected in ListView ? Pin
Giorgi Dalakishvili13-Aug-07 3:13
mentorGiorgi Dalakishvili13-Aug-07 3:13 
QuestionInstollation Solution Pin
Thaer Hamael13-Aug-07 2:56
Thaer Hamael13-Aug-07 2:56 
AnswerRe: Instollation Solution Pin
Justin Perez13-Aug-07 3:03
Justin Perez13-Aug-07 3:03 
GeneralRe: Instollation Solution Pin
Thaer Hamael13-Aug-07 3:59
Thaer Hamael13-Aug-07 3:59 
GeneralRe: Instollation Solution Pin
Justin Perez13-Aug-07 4:14
Justin Perez13-Aug-07 4:14 
Questionrexec in C# Pin
aziz_subaie13-Aug-07 2:44
aziz_subaie13-Aug-07 2:44 
AnswerRe: rexec in C# Pin
Paul Conrad16-Aug-07 16:26
professionalPaul Conrad16-Aug-07 16:26 
GeneralRe: rexec in C# Pin
aziz_subaie17-Aug-07 2:44
aziz_subaie17-Aug-07 2:44 
GeneralRe: rexec in C# Pin
Paul Conrad17-Aug-07 12:20
professionalPaul Conrad17-Aug-07 12:20 
GeneralRe: rexec in C# Pin
aziz_subaie17-Aug-07 18:36
aziz_subaie17-Aug-07 18:36 
GeneralRe: rexec in C# Pin
Paul Conrad18-Aug-07 3:42
professionalPaul Conrad18-Aug-07 3:42 
QuestionHow to add Custom folder To setup project Pin
salmonraju13-Aug-07 2:21
salmonraju13-Aug-07 2:21 
AnswerRe: How to add Custom folder To setup project Pin
sathish s13-Aug-07 3:01
sathish s13-Aug-07 3:01 
GeneralRe: How to add Custom folder To setup project Pin
salmonraju13-Aug-07 3:24
salmonraju13-Aug-07 3:24 
Thank u ,
But i am still facing a problem to get the path of that folder

previously i used the following to get the path "MyFolder"

string x = @"..\..\..\CreateRepWinApp";
string FolderPath = x + "\\MyFolder"

Suggest me how to get the folder path for the installed location

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.