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

C#

 
Questionhow to add txt box data to Janus GridEx ?? Pin
sikandarhayat3-Sep-06 21:14
sikandarhayat3-Sep-06 21:14 
AnswerRe: how to add txt box data to Janus GridEx ?? Pin
WillemM4-Sep-06 0:49
WillemM4-Sep-06 0:49 
QuestionAbout Unicode character [modified] Pin
mariodai3653-Sep-06 21:08
mariodai3653-Sep-06 21:08 
AnswerRe: About Unicode character Pin
Guffa3-Sep-06 22:05
Guffa3-Sep-06 22:05 
GeneralRe: About Unicode character Pin
mariodai3653-Sep-06 23:24
mariodai3653-Sep-06 23:24 
QuestionWMI Windows Installer Provider on win2003 Pin
abhinish3-Sep-06 20:47
abhinish3-Sep-06 20:47 
QuestionPrintScreen Pin
MHASSANF3-Sep-06 20:38
MHASSANF3-Sep-06 20:38 
AnswerRe: PrintScreen Pin
Divyang Mithaiwala3-Sep-06 21:49
Divyang Mithaiwala3-Sep-06 21:49 
QuestionMake Setup of C# Project Pin
M Riaz Bashir3-Sep-06 20:33
M Riaz Bashir3-Sep-06 20:33 
AnswerRe: Make Setup of C# Project Pin
MHASSANF3-Sep-06 20:45
MHASSANF3-Sep-06 20:45 
QuestionGet Windows System directory [modified] Pin
freshonlineMax3-Sep-06 20:16
freshonlineMax3-Sep-06 20:16 
AnswerRe: Get Windows System directory Pin
abhinish3-Sep-06 20:34
abhinish3-Sep-06 20:34 
AnswerRe: Get Windows System directory Pin
Nader Elshehabi4-Sep-06 1:55
Nader Elshehabi4-Sep-06 1:55 
AnswerRe: Get Windows System directory Pin
Scott Dorman6-Sep-06 21:25
professionalScott Dorman6-Sep-06 21:25 
It isn't recommended to save files in the system directory and running under Vista it isn't allowed unless you are running with specific elevated privileges (usually only given to installer apps.)

The correct way to find it is

Environment.GetFolderPath(Environment.SpecialFolder.System)
Questiontrim away the first letter in string? Pin
Support1233-Sep-06 20:15
Support1233-Sep-06 20:15 
AnswerRe: trim away the first letter in string? Pin
Tamimi - Code3-Sep-06 20:23
Tamimi - Code3-Sep-06 20:23 
GeneralRe: trim away the first letter in string? Pin
Support1233-Sep-06 20:39
Support1233-Sep-06 20:39 
AnswerRe: trim away the first letter in string? Pin
freshonlineMax3-Sep-06 20:28
freshonlineMax3-Sep-06 20:28 
GeneralRe: trim away the first letter in string? Pin
Support1233-Sep-06 20:40
Support1233-Sep-06 20:40 
AnswerRe: trim away the first letter in string? Pin
chandler833-Sep-06 23:49
chandler833-Sep-06 23:49 
QuestionIcon information?? Pin
Sgg2453-Sep-06 19:23
Sgg2453-Sep-06 19:23 
AnswerRe: Icon information?? Pin
Nader Elshehabi4-Sep-06 1:45
Nader Elshehabi4-Sep-06 1:45 
QuestionNeed Tips Pin
A H Khan3-Sep-06 19:02
A H Khan3-Sep-06 19:02 
AnswerRe: Need Tips Pin
WillemM4-Sep-06 1:00
WillemM4-Sep-06 1:00 
GeneralRe: Need Tips Pin
A H Khan4-Sep-06 3:27
A H Khan4-Sep-06 3:27 

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.