Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
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 
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 
Ok
<br />
string strNumber="0721234567";<br />
string strPreCode="+27";<br />
strNumber = strPreCode + strNumber.Substring(1,strNumber.Length-1);<br />


this code add PreCode(+27) to first of Number(0721234567), but first remove zero(0) from first position of Number.
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 
QuestionTimer Callback Function in Windows Mobile Pin
Sri harini3-Sep-06 18:37
Sri harini3-Sep-06 18:37 
AnswerRe: Timer Callback Function in Windows Mobile Pin
Nader Elshehabi4-Sep-06 1:28
Nader Elshehabi4-Sep-06 1:28 
QuestionOutlook plugin problem Pin
Miguel Lopes3-Sep-06 14:03
Miguel Lopes3-Sep-06 14:03 
QuestionRemove Task from Task Bar Pin
ytubis3-Sep-06 12:12
ytubis3-Sep-06 12:12 
AnswerRe: Remove Task from Task Bar Pin
Nader Elshehabi3-Sep-06 12:36
Nader Elshehabi3-Sep-06 12:36 
QuestionUsing a C++ code in a c# program Pin
Ahmed Ismail Mohamed3-Sep-06 11:44
Ahmed Ismail Mohamed3-Sep-06 11:44 
AnswerRe: Using a C++ code in a c# program Pin
Nader Elshehabi3-Sep-06 12:09
Nader Elshehabi3-Sep-06 12:09 
QuestionaxWebBrowser and HTTPS Pin
Dima Filipiuk3-Sep-06 10:55
Dima Filipiuk3-Sep-06 10:55 
QuestionMinimize Event Pin
ytubis3-Sep-06 10:19
ytubis3-Sep-06 10:19 
AnswerRe: Minimize Event Pin
Colin Angus Mackay3-Sep-06 10:54
Colin Angus Mackay3-Sep-06 10:54 

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.