Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
AnswerRe: help needed for voip Pin
Christian Graus29-Sep-09 22:10
protectorChristian Graus29-Sep-09 22:10 
Questiondetect javascript code for google ad sense Pin
Anil Veeraghattapu 429-Sep-09 21:29
Anil Veeraghattapu 429-Sep-09 21:29 
AnswerRe: detect javascript code for google ad sense Pin
benjymous29-Sep-09 21:50
benjymous29-Sep-09 21:50 
GeneralRe: detect javascript code for google ad sense Pin
Anil Veeraghattapu 429-Sep-09 22:55
Anil Veeraghattapu 429-Sep-09 22:55 
GeneralRe: detect javascript code for google ad sense Pin
benjymous30-Sep-09 1:04
benjymous30-Sep-09 1:04 
QuestionHow to define an inline array of a contstant size in a C# structure Pin
maheesh29-Sep-09 21:13
maheesh29-Sep-09 21:13 
AnswerRe: How to define an inline array of a contstant size in a C# structure Pin
Luc Pattyn30-Sep-09 0:45
sitebuilderLuc Pattyn30-Sep-09 0:45 
GeneralRe: How to define an inline array of a contstant size in a C# structure Pin
maheesh30-Sep-09 2:42
maheesh30-Sep-09 2:42 
Hi,

Thank you for our reply.

Actually i don't use the MarshalAs attribute to declare the array size in the structure.
And i want to read the 48 byte of data from the file.
and allocate the 48 byte of data into my structure.
the structure member break off will be

UInt16
UInt16
Byte[3] ==>3 Byte data-->This is my array to hold the 3 byte of data
Byte[3] ==>3 Byte date-->This is my array to hold the 3 byte of data
UInt16
UInt16
1 Byte
UInt32[8]==>32 Byte data-->this is my array to hold the 32 byte of data
1 Byte

But at once shot i want to copy my structure.
for the i used Marshl

But now i'm not to use the marshal
i have to use the BitConverter Class

using that how to copy my struture.

With Regards
Mahesh
GeneralRe: How to define an inline array of a contstant size in a C# structure Pin
Luc Pattyn30-Sep-09 2:56
sitebuilderLuc Pattyn30-Sep-09 2:56 
GeneralRe: How to define an inline array of a contstant size in a C# structure Pin
maheesh30-Sep-09 3:35
maheesh30-Sep-09 3:35 
GeneralRe: How to define an inline array of a contstant size in a C# structure Pin
Luc Pattyn30-Sep-09 3:49
sitebuilderLuc Pattyn30-Sep-09 3:49 
Questionhow to convert bmp image to hexa conversion ??? Pin
JC.KaNNaN29-Sep-09 21:02
JC.KaNNaN29-Sep-09 21:02 
AnswerRe: how to convert bmp image to hexa conversion ??? Pin
0x3c029-Sep-09 21:15
0x3c029-Sep-09 21:15 
GeneralRe: how to convert bmp image to hexa conversion ??? Pin
JC.KaNNaN29-Sep-09 23:00
JC.KaNNaN29-Sep-09 23:00 
GeneralRe: how to convert bmp image to hexa conversion ??? Pin
0x3c030-Sep-09 5:26
0x3c030-Sep-09 5:26 
QuestionAlter A query In Access using c# Pin
Abdul Rahman Hamidy29-Sep-09 20:43
Abdul Rahman Hamidy29-Sep-09 20:43 
AnswerRe: Alter A query In Access using c# Pin
Abdul Rahman Hamidy30-Sep-09 3:06
Abdul Rahman Hamidy30-Sep-09 3:06 
Questionchange property return type dynamically Pin
$unil Dhiman29-Sep-09 20:12
$unil Dhiman29-Sep-09 20:12 
AnswerRe: change property return type dynamically Pin
Christian Graus29-Sep-09 20:20
protectorChristian Graus29-Sep-09 20:20 
GeneralRe: change property return type dynamically Pin
$unil Dhiman29-Sep-09 20:33
$unil Dhiman29-Sep-09 20:33 
GeneralRe: change property return type dynamically Pin
Christian Graus29-Sep-09 22:12
protectorChristian Graus29-Sep-09 22:12 
Questiondatagrid combobox column Pin
Member 59031029-Sep-09 19:47
Member 59031029-Sep-09 19:47 
AnswerRe: datagrid combobox column Pin
Greg Chelstowski29-Sep-09 21:28
Greg Chelstowski29-Sep-09 21:28 
Questiondatetime picker in datagridview c# 2008 Pin
abcurl29-Sep-09 18:04
abcurl29-Sep-09 18:04 
AnswerRe: datetime picker in datagridview c# 2008 Pin
Not Active29-Sep-09 18:27
mentorNot Active29-Sep-09 18:27 

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.