Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: Apply changes before input text (richtextbox) Pin
BillWoodruff10-Aug-13 22:54
professionalBillWoodruff10-Aug-13 22:54 
GeneralRe: Apply changes before input text (richtextbox) Pin
juliogyn11-Aug-13 8:29
juliogyn11-Aug-13 8:29 
GeneralRe: Apply changes before input text (richtextbox) Pin
BillWoodruff13-Aug-13 7:16
professionalBillWoodruff13-Aug-13 7:16 
Question.Net , Help is Designing SSIS component Package 2012 in c# Pin
gbess9-Aug-13 2:40
gbess9-Aug-13 2:40 
QuestionHow to put 2 copies of same dataset on a form Pin
MarkB1238-Aug-13 23:11
MarkB1238-Aug-13 23:11 
AnswerRe: How to put 2 copies of same dataset on a form Pin
V.9-Aug-13 0:30
professionalV.9-Aug-13 0:30 
QuestionHow to get xml node with a specified value ? Pin
taibc8-Aug-13 22:00
taibc8-Aug-13 22:00 
AnswerRe: How to get xml node with a specified value ? Pin
vonb8-Aug-13 22:39
vonb8-Aug-13 22:39 
Questiondisplay the graphical wave in C# Pin
johnsamuel268-Aug-13 21:14
johnsamuel268-Aug-13 21:14 
AnswerRe: display the graphical wave in C# Pin
Richard MacCutchan8-Aug-13 21:41
mveRichard MacCutchan8-Aug-13 21:41 
AnswerRe: display the graphical wave in C# Pin
V.8-Aug-13 21:44
professionalV.8-Aug-13 21:44 
QuestionConverting Byte array into integer? Pin
Kiran Satish8-Aug-13 9:11
Kiran Satish8-Aug-13 9:11 
AnswerRe: Converting Byte array into integer? Pin
harold aptroot8-Aug-13 11:10
harold aptroot8-Aug-13 11:10 
The problem with this is that it turns eg 0x01 (as a byte) into the string 1, and then the leading zero is lost. That's a problem, because you're concatenating in front of it. You could fix that by using X2, but don't.

But you don't need any of this weird string business anyway, you can simply use math (lowbyte + 256 * highbyte)
GeneralRe: Converting Byte array into integer? Pin
Kiran Satish8-Aug-13 11:55
Kiran Satish8-Aug-13 11:55 
QuestionHow to create a lan based Window application backend sql? Pin
Alok Sharma ji8-Aug-13 6:14
Alok Sharma ji8-Aug-13 6:14 
AnswerRe: How to create a lan based Window application backend sql? Pin
Ron Nicholson8-Aug-13 6:50
professionalRon Nicholson8-Aug-13 6:50 
AnswerRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan8-Aug-13 6:52
mveRichard MacCutchan8-Aug-13 6:52 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji11-Aug-13 7:02
Alok Sharma ji11-Aug-13 7:02 
GeneralRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan11-Aug-13 7:21
mveRichard MacCutchan11-Aug-13 7:21 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji12-Aug-13 5:38
Alok Sharma ji12-Aug-13 5:38 
GeneralRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan12-Aug-13 6:05
mveRichard MacCutchan12-Aug-13 6:05 
AnswerRe: How to create a lan based Window application backend sql? Pin
Manfred Rudolf Bihy8-Aug-13 8:22
professionalManfred Rudolf Bihy8-Aug-13 8:22 
GeneralRe: How to create a lan based Window application backend sql? Pin
Mycroft Holmes8-Aug-13 14:01
professionalMycroft Holmes8-Aug-13 14:01 
GeneralRe: How to create a lan based Window application backend sql? Pin
jschell10-Aug-13 11:22
jschell10-Aug-13 11:22 
GeneralRe: How to create a lan based Window application backend sql? Pin
Mycroft Holmes10-Aug-13 12:56
professionalMycroft Holmes10-Aug-13 12: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.