Click here to Skip to main content
15,920,217 members
Home / Discussions / C#
   

C#

 
GeneralRe: convert string to Binary File Pin
mohamed antar1-Mar-10 1:27
mohamed antar1-Mar-10 1:27 
GeneralRe: convert string to Binary File Pin
Saksida Bojan1-Mar-10 1:30
Saksida Bojan1-Mar-10 1:30 
GeneralRe: convert string to Binary File Pin
mohamed antar1-Mar-10 1:31
mohamed antar1-Mar-10 1:31 
GeneralRe: convert string to Binary File Pin
Saksida Bojan1-Mar-10 1:37
Saksida Bojan1-Mar-10 1:37 
GeneralRe: convert string to Binary File Pin
mohamed antar1-Mar-10 6:33
mohamed antar1-Mar-10 6:33 
AnswerMessage Closed Pin
28-Feb-10 23:35
stancrm28-Feb-10 23:35 
GeneralRe: convert string to Binary File Pin
mohamed antar28-Feb-10 23:38
mohamed antar28-Feb-10 23:38 
GeneralMessage Closed Pin
1-Mar-10 1:09
stancrm1-Mar-10 1:09 
GeneralRe: convert string to Binary File Pin
mohamed antar1-Mar-10 1:18
mohamed antar1-Mar-10 1:18 
GeneralMessage Closed Pin
1-Mar-10 1:29
stancrm1-Mar-10 1:29 
GeneralRe: convert string to Binary File Pin
mohamed antar1-Mar-10 6:33
mohamed antar1-Mar-10 6:33 
QuestionListView Label Edit help ? Pin
Nematjon Rahmanov28-Feb-10 23:03
Nematjon Rahmanov28-Feb-10 23:03 
AnswerRe: ListView Label Edit help ? Pin
Mycroft Holmes1-Mar-10 0:01
professionalMycroft Holmes1-Mar-10 0:01 
QuestionRe: ListView Label Edit help ? Pin
Nematjon Rahmanov1-Mar-10 0:42
Nematjon Rahmanov1-Mar-10 0:42 
AnswerRe: ListView Label Edit help ? Pin
Mycroft Holmes1-Mar-10 1:23
professionalMycroft Holmes1-Mar-10 1:23 
QuestionAbout ShellContextMenu Pin
so0_lanhlung228-Feb-10 22:23
so0_lanhlung228-Feb-10 22:23 
AnswerRe: About ShellContextMenu Pin
DaveyM6928-Feb-10 22:36
professionalDaveyM6928-Feb-10 22:36 
QuestionHow to show A Form in openfiledialog? Pin
Pawan Kiran28-Feb-10 21:51
Pawan Kiran28-Feb-10 21:51 
AnswerRe: How to show A Form in openfiledialog? Pin
Mycroft Holmes28-Feb-10 23:59
professionalMycroft Holmes28-Feb-10 23:59 
GeneralRe: How to show A Form in openfiledialog? Pin
OriginalGriff1-Mar-10 0:26
mveOriginalGriff1-Mar-10 0:26 
GeneralRe: How to show A Form in openfiledialog? Pin
Pawan Kiran1-Mar-10 3:58
Pawan Kiran1-Mar-10 3:58 
AnswerRe: How to show A Form in openfiledialog? Pin
OriginalGriff1-Mar-10 0:28
mveOriginalGriff1-Mar-10 0:28 
QuestionLocalisation Pin
gwithey28-Feb-10 21:17
gwithey28-Feb-10 21:17 
QuestionMessage Removed Pin
28-Feb-10 20:28
user20528-Feb-10 20:28 
AnswerRe: Marshalling embedded array of structure from c++ to c# gives error Any idea ? Pin
DaveyM6928-Feb-10 21:48
professionalDaveyM6928-Feb-10 21:48 
You may need to do some pointer arithmetic and build the array yourself.

Define prefProfile as an IntPtr and increment the pointer by the size of the structure Count - 1 times. On each iteration you can use PointerToStructure to get the IP element.
Dave

Tip: Passing values between objects using events (C#)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

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.