Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Text in a Web Application Pin
peshawarcoder28-Jul-06 4:24
peshawarcoder28-Jul-06 4:24 
AnswerRe: Text in a Web Application Pin
peshawarcoder28-Jul-06 4:29
peshawarcoder28-Jul-06 4:29 
AnswerRe: Text in a Web Application [modified] Pin
BoneSoft28-Jul-06 4:40
BoneSoft28-Jul-06 4:40 
GeneralRe: Text in a Web Application Pin
orentuil29-Jul-06 8:47
orentuil29-Jul-06 8:47 
Question[Message Deleted] Pin
Rahul.RK28-Jul-06 3:08
Rahul.RK28-Jul-06 3:08 
AnswerRe: System Tray Icon Pin
Stefan Troschuetz28-Jul-06 3:16
Stefan Troschuetz28-Jul-06 3:16 
AnswerRe: System Tray Icon Pin
Cadence2.028-Jul-06 9:05
Cadence2.028-Jul-06 9:05 
QuestionBitfield access to array Pin
LiamD28-Jul-06 2:52
LiamD28-Jul-06 2:52 
I have an fixed length array :-

Byte[] myArray = new Byte[50];

Now this represents a specific message structure. For example, the sort of thing I want to do is :

1. to read and set a bit field, Byte[25], bit 1
2. to read and set a 5 bit value, Byte[20], bits 0-5
3. to read and set a 32 bit number, Byte[10]

These are just a few examples of what functions I want to perform on the array. But they highlight some of my challanges.

Any thoughts on gneral ways to achieve this?

Thanks,
Liam

AnswerRe: Bitfield access to array [modified] Pin
Dustin Metzgar28-Jul-06 3:29
Dustin Metzgar28-Jul-06 3:29 
Questionstruct Pin
honeyman_can28-Jul-06 2:44
honeyman_can28-Jul-06 2:44 
AnswerRe: struct Pin
wheelerbarry28-Jul-06 2:52
wheelerbarry28-Jul-06 2:52 
Generalthank you Pin
honeyman_can28-Jul-06 3:01
honeyman_can28-Jul-06 3:01 
GeneralRe: thank you Pin
Tristan Rhodes28-Jul-06 3:03
Tristan Rhodes28-Jul-06 3:03 
GeneralRe: thank you Pin
Colin Angus Mackay28-Jul-06 3:29
Colin Angus Mackay28-Jul-06 3:29 
GeneralRe: thank you Pin
Tristan Rhodes28-Jul-06 3:52
Tristan Rhodes28-Jul-06 3:52 
GeneralRe: thank you Pin
Judah Gabriel Himango28-Jul-06 5:18
sponsorJudah Gabriel Himango28-Jul-06 5:18 
GeneralRe: thank you Pin
Tristan Rhodes28-Jul-06 5:28
Tristan Rhodes28-Jul-06 5:28 
GeneralRe: thank you Pin
Andrew Lygin28-Jul-06 5:42
Andrew Lygin28-Jul-06 5:42 
GeneralI stand corrected. Pin
Tristan Rhodes28-Jul-06 6:14
Tristan Rhodes28-Jul-06 6:14 
GeneralRe: thank you Pin
Judah Gabriel Himango28-Jul-06 5:54
sponsorJudah Gabriel Himango28-Jul-06 5:54 
AnswerRe: struct Pin
Tristan Rhodes28-Jul-06 2:56
Tristan Rhodes28-Jul-06 2:56 
AnswerRe: struct Pin
Ennis Ray Lynch, Jr.28-Jul-06 3:48
Ennis Ray Lynch, Jr.28-Jul-06 3:48 
GeneralRe: struct Pin
leppie28-Jul-06 10:46
leppie28-Jul-06 10:46 
QuestionReport Generation C# Pin
peshawarcoder28-Jul-06 2:32
peshawarcoder28-Jul-06 2:32 
Questionhowto maximize a program if it is minimized ??? help please ... Pin
cmpeng3428-Jul-06 2:11
cmpeng3428-Jul-06 2:11 

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.