Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: q in datagirdview Pin
Henry Minute11-Aug-09 2:12
Henry Minute11-Aug-09 2:12 
QuestionGetting duration of audio file with c# Pin
SubarnaMishra11-Aug-09 1:13
SubarnaMishra11-Aug-09 1:13 
AnswerRe: Getting duration of audio file with c# Pin
DaveyM6911-Aug-09 1:29
professionalDaveyM6911-Aug-09 1:29 
Questionwhere to find windows toolStrip icons?? Pin
reilak10-Aug-09 23:26
reilak10-Aug-09 23:26 
AnswerRe: where to find windows toolStrip icons?? Pin
DaveyM6910-Aug-09 23:31
professionalDaveyM6910-Aug-09 23:31 
GeneralRe: where to find windows toolStrip icons?? Pin
reilak11-Aug-09 1:16
reilak11-Aug-09 1:16 
QuestionString to Binary Pin
Mohammad Dayyan10-Aug-09 23:12
Mohammad Dayyan10-Aug-09 23:12 
AnswerRe: String to Binary Pin
DaveyM6910-Aug-09 23:17
professionalDaveyM6910-Aug-09 23:17 
You can use:
int i = Convert.ToInt32 (binaryString, 2);
If you are doing a lot of this in your application you may find my article[^] useful.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: String to Binary Pin
0x3c010-Aug-09 23:21
0x3c010-Aug-09 23:21 
GeneralRe: String to Binary Pin
DaveyM6910-Aug-09 23:28
professionalDaveyM6910-Aug-09 23:28 
AnswerRe: String to Binary Pin
0x3c010-Aug-09 23:19
0x3c010-Aug-09 23:19 
QuestionHow to add item to listbox control Pin
ademsandeepreddy10-Aug-09 22:59
ademsandeepreddy10-Aug-09 22:59 
AnswerRe: How to add item to listbox control Pin
padmanabhan N10-Aug-09 23:06
padmanabhan N10-Aug-09 23:06 
GeneralRe: How to add item to listbox control Pin
ademsandeepreddy10-Aug-09 23:23
ademsandeepreddy10-Aug-09 23:23 
GeneralRe: How to add item to listbox control Pin
padmanabhan N11-Aug-09 0:10
padmanabhan N11-Aug-09 0:10 
GeneralRe: How to add item to listbox control Pin
smiley300518-Aug-09 20:33
smiley300518-Aug-09 20:33 
AnswerRe: How to add item to listbox control Pin
Mohammad Dayyan10-Aug-09 23:13
Mohammad Dayyan10-Aug-09 23:13 
AnswerRe: How to add item to listbox control Pin
DaveyM6910-Aug-09 23:24
professionalDaveyM6910-Aug-09 23:24 
GeneralRe: How to add item to listbox control Pin
ademsandeepreddy10-Aug-09 23:44
ademsandeepreddy10-Aug-09 23:44 
AnswerRe: How to add item to listbox control Pin
Saksida Bojan10-Aug-09 23:47
Saksida Bojan10-Aug-09 23:47 
GeneralRe: How to add item to listbox control Pin
DaveyM6910-Aug-09 23:50
professionalDaveyM6910-Aug-09 23:50 
Questionhtml in C# Pin
AndyInUK10-Aug-09 22:51
AndyInUK10-Aug-09 22:51 
AnswerRe: html in C# Pin
Eddy Vluggen10-Aug-09 23:12
professionalEddy Vluggen10-Aug-09 23:12 
GeneralRe: html in C# Pin
AndyInUK10-Aug-09 23:14
AndyInUK10-Aug-09 23:14 
GeneralRe: html in C# Pin
Eddy Vluggen10-Aug-09 23:38
professionalEddy Vluggen10-Aug-09 23:38 

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.