E
Ehsan Sadeghi
Hello
Lets say i have a string like
String myString ="This is a test";
and say i have an array of wave files that holds the wave form of each
substring in mySting .
say it's
myStringWaveForm[];
i'm going to show myString inside a paintbox so i use something like
g.DrawString(...)
my question is how can i change the colour of each substring, i can draw
each substrin with myString.Substring() , while i'm using PlaySound() to
read it(substring)..
and something else how should i store all my wave file insude one file or at
least store all the wave form one one string inside one file?
Regards
Ehsan Sadeghi
Lets say i have a string like
String myString ="This is a test";
and say i have an array of wave files that holds the wave form of each
substring in mySting .
say it's
myStringWaveForm[];
i'm going to show myString inside a paintbox so i use something like
g.DrawString(...)
my question is how can i change the colour of each substring, i can draw
each substrin with myString.Substring() , while i'm using PlaySound() to
read it(substring)..
and something else how should i store all my wave file insude one file or at
least store all the wave form one one string inside one file?
Regards
Ehsan Sadeghi