Click here to Skip to main content
15,886,664 members
Home / Discussions / C#
   

C#

 
GeneralRe: VB Conversion: 'ReadOnly' Error in VB Pin
Ron Beyer16-Dec-13 3:15
professionalRon Beyer16-Dec-13 3:15 
GeneralRe: VB Conversion: 'ReadOnly' Error in VB Pin
BobJanova16-Dec-13 4:48
BobJanova16-Dec-13 4:48 
Questionhow snapshot object(The object can be window, control, windows shortcut menu etc) Pin
delphix513-Dec-13 23:49
delphix513-Dec-13 23:49 
AnswerRe: how snapshot object(The object can be window, control, windows shortcut menu etc) Pin
Ravi Bhavnani14-Dec-13 5:33
professionalRavi Bhavnani14-Dec-13 5:33 
GeneralRe: how snapshot object(The object can be window, control, windows shortcut menu etc) Pin
delphix514-Dec-13 5:55
delphix514-Dec-13 5:55 
GeneralRe: how snapshot object(The object can be window, control, windows shortcut menu etc) Pin
Sonhospa14-Dec-13 21:29
Sonhospa14-Dec-13 21:29 
Questionserialport datareceived event Pin
Member 1026351913-Dec-13 22:51
Member 1026351913-Dec-13 22:51 
AnswerRe: serialport datareceived event Pin
Dave Kreskowiak14-Dec-13 3:41
mveDave Kreskowiak14-Dec-13 3:41 
You need some method to discriminate between the two pieces of data. If the device is sending the exact same string of data every time, you can check for that and have a reasonably good idea where it came from. If not, well, then you're going to have to come up with some kind of protocol, like "framing" data, that your external devices are going to need to use to identify themselves as the source.

Or, put each device on it's own serial port.

QuestionHow grab all text from active window c# Pin
delphix513-Dec-13 21:47
delphix513-Dec-13 21:47 
AnswerRe: How grab all text from active window c# Pin
OriginalGriff13-Dec-13 22:06
mveOriginalGriff13-Dec-13 22:06 
GeneralRe: How grab all text from active window c# Pin
delphix513-Dec-13 23:24
delphix513-Dec-13 23:24 
GeneralRe: How grab all text from active window c# Pin
BillWoodruff13-Dec-13 23:40
professionalBillWoodruff13-Dec-13 23:40 
AnswerRe: How grab all text from active window c# Pin
BillWoodruff13-Dec-13 22:52
professionalBillWoodruff13-Dec-13 22:52 
GeneralRe: How grab all text from active window c# Pin
delphix513-Dec-13 23:28
delphix513-Dec-13 23:28 
QuestionEmgu Cv 2.4.9 CV.Invoke Error Pin
Smlkrmn13-Dec-13 15:42
Smlkrmn13-Dec-13 15:42 
QuestionCreate power point(ppt) from c# and add image to it Pin
delphix513-Dec-13 3:28
delphix513-Dec-13 3:28 
AnswerRe: Create power point(ppt) from c# and add image to it Pin
Richard MacCutchan13-Dec-13 3:53
mveRichard MacCutchan13-Dec-13 3:53 
AnswerRe: Create power point(ppt) from c# and add image to it Pin
Glen Childs20-Dec-13 2:40
Glen Childs20-Dec-13 2:40 
Generalscript code for mobile wireless sensor networks in c# please>>i can buy it >>if .. Pin
nass ahmad13-Dec-13 1:30
nass ahmad13-Dec-13 1:30 
GeneralRe: script code for mobile wireless sensor networks in c# please>>i can buy it >>if .. Pin
Simon_Whale13-Dec-13 1:46
Simon_Whale13-Dec-13 1:46 
GeneralRe: script code for mobile wireless sensor networks in c# please>>i can buy it >>if .. Pin
Dave Kreskowiak13-Dec-13 4:06
mveDave Kreskowiak13-Dec-13 4:06 
QuestionI am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Member 1033787912-Dec-13 22:39
Member 1033787912-Dec-13 22:39 
QuestionRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Richard MacCutchan12-Dec-13 23:01
mveRichard MacCutchan12-Dec-13 23:01 
AnswerRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Member 1033787912-Dec-13 23:05
Member 1033787912-Dec-13 23:05 
GeneralRe: I am trying to send an automated email from the company's exchange server, but it doesn't recognize the "ExchangeService " and "EmailMessage" in the following C# code Pin
Marco Bertschi12-Dec-13 23:08
protectorMarco Bertschi12-Dec-13 23:08 

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.