Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~806 People Reached
Favorite Forums
Favorite Tags
c++ x 10
Member Avatar for inisca

Hello all I am working on a program that can load a wave file, read the wave file and play it.Next I want to display the waveform of the wave file. Can someone give me an idea on how can I do this? I use VC++.

Member Avatar for Banfa
0
93
Member Avatar for inisca

can someone show me an example of how can I use SFC_CALC_SIGNAL_MAX in C++

Member Avatar for Salem
0
200
Member Avatar for inisca

[CODE] OpenFileDialog dlg; richTextBox1->Text=dlg.FileNames; [/CODE] Can someone tell me what am I doing wrong? I get the following errors cannot convert parameter 1 from 'cli::array<Type,dimension> ^' to 'System::String ^' I want to multiselect files and then print their names intoo richTextBox1. I know that richTextBox1>Text is System::String^ and dlg.FileNames is …

Member Avatar for kvprajapati
0
195
Member Avatar for inisca

Hello all, First of all i am a beginner in vc++, so excuse my question if its simple. I was wondering if I could use the data from button1 in button 2 my code is: [CODE] public:System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { OpenFileDialog open; open.Title = "Select Wave File"; open.Multiselect …

Member Avatar for Fbody
0
186
Member Avatar for inisca

Hello all I have a problem.I am trying to convert 'System:tring ^' to 'const char *' but i don`t know how. can some one please help me? I use VC++ 2005 I need to open files with extension .wav my code is: [CODE] public:System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { OpenFileDialog …

Member Avatar for jonsca
0
132