Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
GeneralRe: avoid double click Pin
J4amieC5-Nov-12 1:52
J4amieC5-Nov-12 1:52 
GeneralRe: avoid double click Pin
neeraj@max5-Nov-12 19:34
neeraj@max5-Nov-12 19:34 
GeneralRe: avoid double click Pin
J4amieC5-Nov-12 21:43
J4amieC5-Nov-12 21:43 
GeneralRe: avoid double click Pin
neeraj@max6-Nov-12 0:08
neeraj@max6-Nov-12 0:08 
AnswerRe: avoid double click Pin
neeraj@max22-Nov-12 20:02
neeraj@max22-Nov-12 20:02 
QuestionHow to call C++ parameterised function from C# using thread Pin
sjs4u4-Nov-12 4:09
sjs4u4-Nov-12 4:09 
AnswerRe: How to call C++ parameterised function from C# using thread Pin
Richard MacCutchan4-Nov-12 5:14
mveRichard MacCutchan4-Nov-12 5:14 
AnswerRe: How to call C++ parameterised function from C# using thread Pin
DaveyM694-Nov-12 5:29
professionalDaveyM694-Nov-12 5:29 
Something like this:
C#
[DllImport("yourdllname.dll")]
public static extern returnType FunctionName(parameterType parameter);

To call it on a thread, call BeginInvoke on a ParameterizedThreadStart instance that in turn calls your PInvoke function.
Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



QuestionHow to declare events? Pin
Andy_L_J3-Nov-12 20:41
Andy_L_J3-Nov-12 20:41 
AnswerRe: How to declare events? Pin
Richard MacCutchan3-Nov-12 21:32
mveRichard MacCutchan3-Nov-12 21:32 
GeneralRe: How to declare events? Pin
Andy_L_J3-Nov-12 22:09
Andy_L_J3-Nov-12 22:09 
GeneralRe: How to declare events? Pin
Richard MacCutchan4-Nov-12 2:03
mveRichard MacCutchan4-Nov-12 2:03 
AnswerRe: How to declare events? Pin
OriginalGriff3-Nov-12 21:33
mveOriginalGriff3-Nov-12 21:33 
GeneralRe: How to declare events? Pin
Andy_L_J3-Nov-12 22:01
Andy_L_J3-Nov-12 22:01 
GeneralRe: How to declare events? Pin
OriginalGriff3-Nov-12 22:10
mveOriginalGriff3-Nov-12 22:10 
GeneralRe: How to declare events? Pin
Andy_L_J3-Nov-12 22:26
Andy_L_J3-Nov-12 22:26 
GeneralRe: How to declare events? Pin
OriginalGriff3-Nov-12 22:32
mveOriginalGriff3-Nov-12 22:32 
GeneralRe: How to declare events? Pin
DaveyM694-Nov-12 5:46
professionalDaveyM694-Nov-12 5:46 
GeneralRe: How to declare events? Pin
Andy_L_J4-Nov-12 12:37
Andy_L_J4-Nov-12 12:37 
GeneralRe: How to declare events? Pin
DaveyM694-Nov-12 19:23
professionalDaveyM694-Nov-12 19:23 
QuestionC# Search Button Pin
MikeK322-Nov-12 10:57
MikeK322-Nov-12 10:57 
AnswerRe: C# Search Button Pin
fjdiewornncalwe2-Nov-12 11:19
professionalfjdiewornncalwe2-Nov-12 11:19 
GeneralRe: C# Search Button Pin
MikeK322-Nov-12 11:23
MikeK322-Nov-12 11:23 
GeneralRe: C# Search Button Pin
fjdiewornncalwe2-Nov-12 11:26
professionalfjdiewornncalwe2-Nov-12 11:26 
GeneralRe: C# Search Button Pin
MikeK322-Nov-12 11:51
MikeK322-Nov-12 11:51 

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.