Click here to Skip to main content
15,906,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create a Collection in C# Pin
OriginalGriff1-Oct-15 5:26
mveOriginalGriff1-Oct-15 5:26 
AnswerRe: Create a Collection in C# Pin
Pete O'Hanlon1-Oct-15 1:48
mvePete O'Hanlon1-Oct-15 1:48 
GeneralRe: Create a Collection in C# Pin
macca241-Oct-15 2:53
macca241-Oct-15 2:53 
AnswerRe: Create a Collection in C# Pin
jschell3-Oct-15 7:01
jschell3-Oct-15 7:01 
GeneralRe: Create a Collection in C# Pin
macca244-Oct-15 22:21
macca244-Oct-15 22:21 
GeneralRe: Create a Collection in C# Pin
jschell9-Oct-15 13:06
jschell9-Oct-15 13:06 
Questionpdf file creation Pin
PAVITHRA DWARAKANATHAN1-Oct-15 0:40
PAVITHRA DWARAKANATHAN1-Oct-15 0:40 
AnswerRe: pdf file creation Pin
OriginalGriff1-Oct-15 0:51
mveOriginalGriff1-Oct-15 0:51 
AnswerRe: pdf file creation Pin
Pete O'Hanlon1-Oct-15 0:52
mvePete O'Hanlon1-Oct-15 0:52 
QuestionRe: pdf file creation Pin
Paul Conrad1-Oct-15 13:21
professionalPaul Conrad1-Oct-15 13:21 
AnswerRe: pdf file creation Pin
PAVITHRA DWARAKANATHAN18-Nov-15 0:06
PAVITHRA DWARAKANATHAN18-Nov-15 0:06 
AnswerHow to upload and display images dynamically on webpage using asp.net and c# Pin
yurekha selvam30-Sep-15 20:28
yurekha selvam30-Sep-15 20:28 
GeneralRe: How to upload and display images dynamically on webpage using asp.net and c# Pin
OriginalGriff30-Sep-15 20:59
mveOriginalGriff30-Sep-15 20:59 
QuestionUse of DCB structure in C# Pin
Member 1206160030-Sep-15 0:52
Member 1206160030-Sep-15 0:52 
AnswerRe: Use of DCB structure in C# Pin
OriginalGriff30-Sep-15 1:06
mveOriginalGriff30-Sep-15 1:06 
GeneralRe: Use of DCB structure in C# Pin
Member 1206160030-Sep-15 1:32
Member 1206160030-Sep-15 1:32 
GeneralRe: Use of DCB structure in C# Pin
OriginalGriff30-Sep-15 1:41
mveOriginalGriff30-Sep-15 1:41 
GeneralRe: Use of DCB structure in C# Pin
Member 1206160030-Sep-15 1:55
Member 1206160030-Sep-15 1:55 
GeneralRe: Use of DCB structure in C# Pin
Pete O'Hanlon30-Sep-15 2:24
mvePete O'Hanlon30-Sep-15 2:24 
GeneralRe: Use of DCB structure in C# Pin
Richard Deeming30-Sep-15 2:28
mveRichard Deeming30-Sep-15 2:28 
GeneralRe: Use of DCB structure in C# Pin
Member 1206160030-Sep-15 3:21
Member 1206160030-Sep-15 3:21 
GeneralRe: Use of DCB structure in C# Pin
Richard Deeming30-Sep-15 4:13
mveRichard Deeming30-Sep-15 4:13 
Yes, you should be able to replace the DCB structure from that thread with the version from the pinvoke.net site.

P/Invoke doesn't care about methods, properties or events on a structure. It only cares about the raw bytes passed across. So long as the fields you're using produce the right bytes to send to the unmanaged method, it will work.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Use of DCB structure in C# Pin
Member 1206160030-Sep-15 4:17
Member 1206160030-Sep-15 4:17 
QuestionHi Please help me Pin
NewbieProgs29-Sep-15 15:55
NewbieProgs29-Sep-15 15:55 
AnswerRe: Hi Please help me Pin
OriginalGriff29-Sep-15 20:35
mveOriginalGriff29-Sep-15 20:35 

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.