Click here to Skip to main content
15,905,912 members
Home / Discussions / C#
   

C#

 
AnswerRe: brush problem... Pin
Syed Mehroz Alam17-Sep-08 7:04
Syed Mehroz Alam17-Sep-08 7:04 
GeneralRe: brush problem... Pin
Sajjad Izadi17-Sep-08 7:17
Sajjad Izadi17-Sep-08 7:17 
AnswerRe: brush problem... Pin
Harvey Saayman17-Sep-08 8:05
Harvey Saayman17-Sep-08 8:05 
Joke[ot] Pin
Guffa17-Sep-08 8:36
Guffa17-Sep-08 8:36 
GeneralRe: [ot] Pin
Harvey Saayman17-Sep-08 8:52
Harvey Saayman17-Sep-08 8:52 
Questionformating numbers from strings Pin
brsecu17-Sep-08 4:55
brsecu17-Sep-08 4:55 
AnswerRe: formating numbers from strings PinPopular
Scott Dorman17-Sep-08 5:06
professionalScott Dorman17-Sep-08 5:06 
AnswerRe: formating numbers from strings Pin
Blue_Boy17-Sep-08 9:31
Blue_Boy17-Sep-08 9:31 
Another way:

<br />
        int Intvalue = Convert.ToInt32("000456") + 1;<br />
        string Stringvalue = Intvalue.ToString("000000");



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


QuestionSoftware Design.. Whats your approach? Pin
JPWheeler17-Sep-08 3:53
JPWheeler17-Sep-08 3:53 
AnswerRe: Software Design.. Whats your approach? Pin
Scott Dorman17-Sep-08 4:41
professionalScott Dorman17-Sep-08 4:41 
AnswerRe: Software Design.. Whats your approach? Pin
PIEBALDconsult17-Sep-08 6:34
mvePIEBALDconsult17-Sep-08 6:34 
AnswerRe: Software Design.. Whats your approach? Pin
netJP12L17-Sep-08 7:33
netJP12L17-Sep-08 7:33 
AnswerRe: Software Design.. Whats your approach? Pin
Pete O'Hanlon17-Sep-08 9:20
mvePete O'Hanlon17-Sep-08 9:20 
QuestionHow to get the cpu percentage of a specific process using WMI with C# ? Pin
icks17-Sep-08 3:23
icks17-Sep-08 3:23 
AnswerRe: How to get the cpu percentage of a specific process using WMI with C# ? Pin
Mark Salsbery17-Sep-08 7:34
Mark Salsbery17-Sep-08 7:34 
JokeRe: How to get the cpu percentage of a specific process using WMI with C# ? Pin
DaveyM6917-Sep-08 9:40
professionalDaveyM6917-Sep-08 9:40 
GeneralRe: How to get the cpu percentage of a specific process using WMI with C# ? Pin
Mark Salsbery17-Sep-08 9:48
Mark Salsbery17-Sep-08 9:48 
GeneralRetrieving Text from Text Boxes Dynamically Generated at RunTime Pin
dboy22117-Sep-08 3:02
dboy22117-Sep-08 3:02 
Questionwindows service - timeout Pin
arkiboys17-Sep-08 2:48
arkiboys17-Sep-08 2:48 
AnswerRe: windows service - timeout Pin
PIEBALDconsult17-Sep-08 4:02
mvePIEBALDconsult17-Sep-08 4:02 
GeneralRe: windows service - timeout Pin
arkiboys17-Sep-08 21:27
arkiboys17-Sep-08 21:27 
GeneralRe: windows service - timeout Pin
PIEBALDconsult18-Sep-08 4:44
mvePIEBALDconsult18-Sep-08 4:44 
QuestionCSV File Pin
nhss17-Sep-08 2:33
nhss17-Sep-08 2:33 
AnswerRe: CSV File Pin
J4amieC17-Sep-08 2:38
J4amieC17-Sep-08 2:38 
JokeRe: CSV File Pin
Giorgi Dalakishvili17-Sep-08 2:51
mentorGiorgi Dalakishvili17-Sep-08 2:51 

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.