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

C#

 
QuestionNeed help in C# project which uses bluetooth technology. Pin
Member 1235574311-Mar-16 20:03
Member 1235574311-Mar-16 20:03 
QuestionUse narrator in C# Pin
Member 1238647111-Mar-16 14:20
Member 1238647111-Mar-16 14:20 
QuestionRe: Use narrator in C# Pin
Richard MacCutchan11-Mar-16 22:04
mveRichard MacCutchan11-Mar-16 22:04 
Questionsteganography cover audio using modification LSB and phase coding technique Pin
Toni Andika10-Mar-16 23:20
Toni Andika10-Mar-16 23:20 
AnswerRe: steganography cover audio using modification LSB and phase coding technique Pin
Sascha Lefèvre10-Mar-16 23:36
professionalSascha Lefèvre10-Mar-16 23:36 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Toni Andika11-Mar-16 1:24
Toni Andika11-Mar-16 1:24 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Sascha Lefèvre11-Mar-16 1:31
professionalSascha Lefèvre11-Mar-16 1:31 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Toni Andika11-Mar-16 2:06
Toni Andika11-Mar-16 2:06 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Sascha Lefèvre11-Mar-16 2:43
professionalSascha Lefèvre11-Mar-16 2:43 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Toni Andika14-Mar-16 1:17
Toni Andika14-Mar-16 1:17 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Sascha Lefèvre14-Mar-16 1:49
professionalSascha Lefèvre14-Mar-16 1:49 
AnswerRe: steganography cover audio using modification LSB and phase coding technique Pin
OriginalGriff10-Mar-16 23:44
mveOriginalGriff10-Mar-16 23:44 
GeneralRe: steganography cover audio using modification LSB and phase coding technique Pin
Toni Andika11-Mar-16 1:53
Toni Andika11-Mar-16 1:53 
QuestionIs this possible? trying to split a string out of a value and then back into a IEnumerable....... Pin
Helixpoint10-Mar-16 5:16
Helixpoint10-Mar-16 5:16 
AnswerRe: Is this possible? trying to split a string out of a value and then back into a IEnumerable....... Pin
PIEBALDconsult10-Mar-16 5:29
mvePIEBALDconsult10-Mar-16 5:29 
Question[SOLVED]I am having an issue with Boolean variables... Pin
glennPattonWork310-Mar-16 3:05
professionalglennPattonWork310-Mar-16 3:05 
AnswerRe: I am having an issue with Boolean variables... Pin
OriginalGriff10-Mar-16 3:18
mveOriginalGriff10-Mar-16 3:18 
GeneralRe: I am having an issue with Boolean variables... Pin
glennPattonWork310-Mar-16 3:30
professionalglennPattonWork310-Mar-16 3:30 
GeneralRe: I am having an issue with Boolean variables... Pin
OriginalGriff10-Mar-16 3:35
mveOriginalGriff10-Mar-16 3:35 
GeneralRe: I am having an issue with Boolean variables... Pin
glennPattonWork310-Mar-16 4:40
professionalglennPattonWork310-Mar-16 4:40 
Umm Griff, do you know of a good string builder reference as I can create the string save the string like I could with a string, how can I search the string to find the last item added to it and if its the same don't append it?

Further reading has revealed the .Remove method, however I am not sure this would work as you have to know the exact location in the string, however if you placed a test loop after each function that talked to the string something like
C#
int i=0;
foreach(string subString in sbResults(',')
      i++
if( i >4)
{
MessageBox.Show("extra!");
sbResults.Remove(i,5);
}
if the message was 5 long. Am I on to anything here??

modified 10-Mar-16 11:11am.

GeneralRe: I am having an issue with Boolean variables... Pin
OriginalGriff10-Mar-16 5:08
mveOriginalGriff10-Mar-16 5:08 
GeneralRe: I am having an issue with Boolean variables... Pin
glennPattonWork310-Mar-16 5:15
professionalglennPattonWork310-Mar-16 5:15 
GeneralRe: I am having an issue with Boolean variables... Pin
OriginalGriff10-Mar-16 5:30
mveOriginalGriff10-Mar-16 5:30 
GeneralRe: I am having an issue with Boolean variables... Pin
glennPattonWork310-Mar-16 5:39
professionalglennPattonWork310-Mar-16 5:39 
GeneralRe: I am having an issue with Boolean variables... Pin
Luc Pattyn10-Mar-16 8:58
sitebuilderLuc Pattyn10-Mar-16 8:58 

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.