Click here to Skip to main content
15,793,609 members
Home / Discussions / C#
   

C#

 
AnswerRe: sevenzipsharp password Pin
BillWoodruff12-Feb-18 0:11
professionalBillWoodruff12-Feb-18 0:11 
SuggestionMessage Removed Pin
10-Feb-18 10:12
Markhoernchen10-Feb-18 10:12 
GeneralMessage Removed Pin
10-Feb-18 10:59
mveRichard MacCutchan10-Feb-18 10:59 
AnswerMessage Removed Pin
10-Feb-18 12:28
Markhoernchen10-Feb-18 12:28 
QuestionError with Primary key in Sql database Pin
Member 1367168610-Feb-18 8:32
Member 1367168610-Feb-18 8:32 
AnswerRe: Error with Primary key in Sql database Pin
Wendelius10-Feb-18 9:27
mentorWendelius10-Feb-18 9:27 
QuestionSplit a String of numbers in textfield Pin
auting829-Feb-18 12:06
auting829-Feb-18 12:06 
AnswerRe: Split a String of numbers in textfield Pin
Luc Pattyn9-Feb-18 17:22
sitebuilderLuc Pattyn9-Feb-18 17:22 
Hi,

rather than struggling with a problem you created yourself (see the line with sTxt+=...getAnalogValue...) you should try and avoid the problem from the start.

I have several ideas:

- don’t concatenate numbers in a string without a separator; by adding a space or some symbol (say #) you could ease the string splitting later on (have a look at the string.Split method!)

- much better yet, don’t confuse your “business logic” with your user interface, i.e. store your measurement results one by one in an appropriate data structure (could be a List<float> or so), and do whatever is required for displaying separately.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: Split a String of numbers in textfield Pin
auting8210-Feb-18 9:03
auting8210-Feb-18 9:03 
GeneralRe: Split a String of numbers in textfield Pin
Luc Pattyn10-Feb-18 9:41
sitebuilderLuc Pattyn10-Feb-18 9:41 
AnswerRe: Split a String of numbers in textfield Pin
Richard MacCutchan9-Feb-18 22:58
mveRichard MacCutchan9-Feb-18 22:58 
Questionmodeling n-variable polynomial where n isn't known until runtime Pin
Alexander Kindel9-Feb-18 11:06
Alexander Kindel9-Feb-18 11:06 
AnswerRe: modeling n-variable polynomial where n isn't known until runtime Pin
Alexander Kindel10-Feb-18 5:03
Alexander Kindel10-Feb-18 5:03 
QuestionI do not know English very well, so my question may be incomprehensible .I wanted to create a program that should determine the frequency of spreading it. Pin
Bek Boltayev9-Feb-18 10:48
Bek Boltayev9-Feb-18 10:48 
AnswerRe: I do not know English very well, so my question may be incomprehensible .I wanted to create a program that should determine the frequency of spreading it. Pin
Pete O'Hanlon9-Feb-18 11:10
subeditorPete O'Hanlon9-Feb-18 11:10 
QuestionHow can I create a program that shows information on DVB-T2 USB and shows it in a noutbook ??? Pin
Bek Boltayev9-Feb-18 10:42
Bek Boltayev9-Feb-18 10:42 
AnswerRe: How can I create a program that shows information on DVB-T2 USB and shows it in a noutbook ??? Pin
Dave Kreskowiak9-Feb-18 14:27
mveDave Kreskowiak9-Feb-18 14:27 
QuestionMultiple sliders or trackbars Pin
Member 136704429-Feb-18 9:07
Member 136704429-Feb-18 9:07 
QuestionRe: Multiple sliders or trackbars Pin
Maciej Los9-Feb-18 10:03
mveMaciej Los9-Feb-18 10:03 
AnswerRe: Multiple sliders or trackbars Pin
ZurdoDev9-Feb-18 10:10
professionalZurdoDev9-Feb-18 10:10 
AnswerRe: Multiple sliders or trackbars Pin
BillWoodruff11-Feb-18 0:23
professionalBillWoodruff11-Feb-18 0:23 
GeneralRe: Multiple sliders or trackbars Pin
Member 1367044211-Feb-18 13:59
Member 1367044211-Feb-18 13:59 
GeneralRe: Multiple sliders or trackbars Pin
BillWoodruff11-Feb-18 17:56
professionalBillWoodruff11-Feb-18 17:56 
GeneralRe: Multiple sliders or trackbars Pin
Member 1367028512-Feb-18 1:54
Member 1367028512-Feb-18 1:54 
QuestionHow to add a discrete transfer function in C# code? Pin
Member 136703089-Feb-18 6:21
Member 136703089-Feb-18 6:21 

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.