Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
GeneralRe: Zooming a group of controls Pin
wolfshad312-Oct-07 13:39
wolfshad312-Oct-07 13:39 
QuestionAccess to Object (TextBox or ListBox) from a Thread Pin
Patricio Tapia11-Oct-07 12:56
Patricio Tapia11-Oct-07 12:56 
AnswerRe: Access to Object (TextBox or ListBox) from a Thread Pin
Luc Pattyn11-Oct-07 13:25
sitebuilderLuc Pattyn11-Oct-07 13:25 
QuestionRe: Access to Object (TextBox or ListBox) from a Thread Pin
Patricio Tapia11-Oct-07 15:34
Patricio Tapia11-Oct-07 15:34 
AnswerRe: Access to Object (TextBox or ListBox) from a Thread Pin
Luc Pattyn11-Oct-07 15:50
sitebuilderLuc Pattyn11-Oct-07 15:50 
GeneralRe: Access to Object (TextBox or ListBox) from a Thread Pin
Patricio Tapia11-Oct-07 19:41
Patricio Tapia11-Oct-07 19:41 
Questionc# calling unmanaged C Pin
j10000_18611-Oct-07 12:53
j10000_18611-Oct-07 12:53 
GeneralRe: c# calling unmanaged C [modified] Pin
j10000_18611-Oct-07 13:03
j10000_18611-Oct-07 13:03 
It doesn't matter what I set the ProtocolID to the code always errors out with ProtocolID =1.
The original C-code
typedef struct<br />
{<br />
	unsigned long ProtocolID;<br />
	unsigned long RxStatus;<br />
	unsigned long TxFlags;<br />
	unsigned long Timestamp;<br />
	unsigned long DataSize;<br />
	unsigned long ExtraDataIndex;<br />
	unsigned char Data[4128];<br />
} PASSTHRU_MSG;<br />
<br />
long PassThruStartMsgFilter(unsigned long ChannelID, unsigned long FilterType, PASSTHRU_MSG *pMaskMsg, PASSTHRU_MSG *pPatternMsg, PASSTHRU_MSG *pFlowControlMsg, unsigned long *pMsgID); <br />
<br />
<br />



-- modified at 19:44 Thursday 11th October, 2007
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn11-Oct-07 13:27
sitebuilderLuc Pattyn11-Oct-07 13:27 
GeneralRe: c# calling unmanaged C Pin
j10000_18611-Oct-07 13:41
j10000_18611-Oct-07 13:41 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn11-Oct-07 14:03
sitebuilderLuc Pattyn11-Oct-07 14:03 
GeneralRe: c# calling unmanaged C Pin
j10000_18611-Oct-07 14:52
j10000_18611-Oct-07 14:52 
GeneralRe: c# calling unmanaged C Pin
j10000_18612-Oct-07 0:51
j10000_18612-Oct-07 0:51 
GeneralRe: c# calling unmanaged C Pin
Luc Pattyn12-Oct-07 2:48
sitebuilderLuc Pattyn12-Oct-07 2:48 
QuestionGridView Bound column Pin
ss.mmm11-Oct-07 11:16
ss.mmm11-Oct-07 11:16 
QuestionSome kind of timer.. Pin
Joplinazz11-Oct-07 10:59
Joplinazz11-Oct-07 10:59 
AnswerRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:08
mvePete O'Hanlon11-Oct-07 11:08 
AnswerRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:11
Justin Perez11-Oct-07 11:11 
GeneralRe: Some kind of timer.. Pin
Joplinazz11-Oct-07 11:16
Joplinazz11-Oct-07 11:16 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:19
Justin Perez11-Oct-07 11:19 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:28
mvePete O'Hanlon11-Oct-07 11:28 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:36
Justin Perez11-Oct-07 11:36 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:46
mvePete O'Hanlon11-Oct-07 11:46 
GeneralRe: Some kind of timer.. Pin
Justin Perez11-Oct-07 11:51
Justin Perez11-Oct-07 11:51 
GeneralRe: Some kind of timer.. Pin
Pete O'Hanlon11-Oct-07 11:56
mvePete O'Hanlon11-Oct-07 11:56 

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.