Click here to Skip to main content
15,915,319 members
Home / Discussions / C#
   

C#

 
GeneralRe: Security "string" encrypt Pin
DaveyM6921-May-09 23:17
professionalDaveyM6921-May-09 23:17 
GeneralRe: Security "string" encrypt Pin
evangile21-May-09 23:23
evangile21-May-09 23:23 
GeneralRe: Security "string" encrypt Pin
DaveyM6921-May-09 23:37
professionalDaveyM6921-May-09 23:37 
GeneralRe: Security "string" encrypt Pin
musefan21-May-09 23:25
musefan21-May-09 23:25 
GeneralRe: Security "string" encrypt Pin
evangile21-May-09 23:53
evangile21-May-09 23:53 
GeneralRe: Security "string" encrypt Pin
DaveyM6922-May-09 0:10
professionalDaveyM6922-May-09 0:10 
AnswerRe: Security "string" encrypt Pin
Ennis Ray Lynch, Jr.22-May-09 2:31
Ennis Ray Lynch, Jr.22-May-09 2:31 
GeneralDynamic returns Pin
sanke_s21-May-09 22:48
sanke_s21-May-09 22:48 
GeneralRe: Dynamic returns Pin
musefan21-May-09 22:56
musefan21-May-09 22:56 
GeneralRe: Dynamic returns Pin
sanke_s21-May-09 23:15
sanke_s21-May-09 23:15 
GeneralRe: Dynamic returns Pin
musefan21-May-09 23:29
musefan21-May-09 23:29 
GeneralRe: Dynamic returns Pin
dan!sh 21-May-09 22:57
professional dan!sh 21-May-09 22:57 
GeneralRe: Dynamic returns Pin
Pete O'Hanlon21-May-09 23:04
mvePete O'Hanlon21-May-09 23:04 
GeneralRe: Dynamic returns Pin
sanke_s21-May-09 23:26
sanke_s21-May-09 23:26 
GeneralRe: Dynamic returns Pin
DaveyM6921-May-09 23:06
professionalDaveyM6921-May-09 23:06 
GeneralRe: Dynamic returns Pin
0x3c022-May-09 0:41
0x3c022-May-09 0:41 
QuestionHow to find Internet Explorer target folder using c#? Pin
svt gdwl21-May-09 22:30
svt gdwl21-May-09 22:30 
AnswerRe: How to find Internet Explorer target folder using c#? Pin
musefan21-May-09 22:50
musefan21-May-09 22:50 
well Internet Explorer puts itself in the program files, and as far as I know it is always in 'Internet Explorer' so maybe the following will work for you...


string IEFolderPath = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles) + "\\Internet Explorer\\";


Of Course, I don't know this for sure, I suppose you could look in the system registry settings and see if the installation folder is stored in there somewhere

Life goes very fast. Tomorrow, today is already yesterday.

Question"Board": Member names cannot be the same as thier enclosing types? Pin
dinbrca3521-May-09 22:02
dinbrca3521-May-09 22:02 
AnswerRe: "Board": Member names cannot be the same as thier enclosing types? Pin
musefan21-May-09 22:09
musefan21-May-09 22:09 
QuestionHow to get SMS notification from mobile connected to a PC by data cable? Pin
Md. Ali Naser Khan21-May-09 21:33
Md. Ali Naser Khan21-May-09 21:33 
AnswerRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Giorgi Dalakishvili21-May-09 22:03
mentorGiorgi Dalakishvili21-May-09 22:03 
GeneralRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Md. Ali Naser Khan22-May-09 2:54
Md. Ali Naser Khan22-May-09 2:54 
AnswerRe: How to get SMS notification from mobile connected to a PC by data cable? Pin
Mycroft Holmes21-May-09 22:09
professionalMycroft Holmes21-May-09 22:09 
Questionhow to create sub menu item by coding Pin
xingselex21-May-09 21:06
xingselex21-May-09 21:06 

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.