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

C#

 
QuestionRegular Expression Pin
Imtiaz Murtaza4-Oct-06 16:44
Imtiaz Murtaza4-Oct-06 16:44 
AnswerRe: Regular Expression Pin
Christian Graus4-Oct-06 18:45
protectorChristian Graus4-Oct-06 18:45 
AnswerRe: Regular Expression Pin
Guffa4-Oct-06 23:04
Guffa4-Oct-06 23:04 
AnswerRe: Regular Expression Pin
subrata.jana4-Oct-06 23:24
subrata.jana4-Oct-06 23:24 
AnswerRe: Regular Expression Pin
User 66585-Oct-06 1:31
User 66585-Oct-06 1:31 
QuestionControlling Application Volume in C# Pin
Brett Nottingham4-Oct-06 16:15
Brett Nottingham4-Oct-06 16:15 
AnswerRe: Controlling Application Volume in C# [edit] Pin
Edbert P4-Oct-06 16:50
Edbert P4-Oct-06 16:50 
Questionreading network binary data from LEFT or RIGHT? Pin
mmatteson4-Oct-06 14:40
mmatteson4-Oct-06 14:40 
When i first started to learn about the binary system i always ended up learning that to count in binary you work from right to left. 128,64,32,16,8,4,2,1. But while looking at the Netflow packet 9 format from cisco. (http://www.cisco.com/en/US/tech/tk648/tk362/technologies_white_paper09186a00800a3db9.shtml) it shows the field bit positions starting from left to right. [0,1,2,3,4,5,6,7]. how to I align up those bit values? does bit position 7 have a value of 1, or 128? or does this not matter since i am reading my data from a byte array and then i could just use the convert.tostring(2,byte) to view the binary data and the resulting string would be in the format of 128,64,32,16,8,4,2,1? thanks. hopefully i'll figure this out soon so i can get to sleep before 3am like last night!!
Questionparse error [modified] Pin
Naji.A4-Oct-06 13:11
Naji.A4-Oct-06 13:11 
AnswerRe: parse error Pin
Christian Graus4-Oct-06 14:14
protectorChristian Graus4-Oct-06 14:14 
Questionc# won't display sub menuitems Pin
tmaung4-Oct-06 11:05
tmaung4-Oct-06 11:05 
QuestionLoading user controls from filename... Pin
Kasic Slobodan4-Oct-06 11:02
Kasic Slobodan4-Oct-06 11:02 
AnswerRe: Loading user controls from filename... Pin
Andrei Ungureanu4-Oct-06 23:35
Andrei Ungureanu4-Oct-06 23:35 
GeneralRe: Loading user controls from filename... Pin
Kasic Slobodan5-Oct-06 2:29
Kasic Slobodan5-Oct-06 2:29 
QuestionHelp with Collections Pin
TheBlindWatchmaker4-Oct-06 10:40
TheBlindWatchmaker4-Oct-06 10:40 
AnswerRe: Help with Collections Pin
eggsovereasy4-Oct-06 10:49
eggsovereasy4-Oct-06 10:49 
GeneralPerfect! Thank you! Pin
TheBlindWatchmaker4-Oct-06 11:07
TheBlindWatchmaker4-Oct-06 11:07 
QuestionReferencing a textBox on a tabControl Pin
TCHamilton4-Oct-06 10:35
TCHamilton4-Oct-06 10:35 
AnswerRe: Referencing a textBox on a tabControl Pin
Edbert P4-Oct-06 16:59
Edbert P4-Oct-06 16:59 
GeneralRe: Referencing a textBox on a tabControl Pin
TCHamilton5-Oct-06 7:46
TCHamilton5-Oct-06 7:46 
GeneralRe: Referencing a textBox on a tabControl Pin
Edbert P5-Oct-06 13:01
Edbert P5-Oct-06 13:01 
Questionenlarging picture box Pin
rzvme4-Oct-06 9:20
rzvme4-Oct-06 9:20 
AnswerRe: enlarging picture box Pin
Christian Graus4-Oct-06 9:34
protectorChristian Graus4-Oct-06 9:34 
GeneralRe: enlarging picture box Pin
rzvme4-Oct-06 9:37
rzvme4-Oct-06 9:37 
QuestionRe: enlarging picture box Pin
rzvme4-Oct-06 23:42
rzvme4-Oct-06 23:42 

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.