Click here to Skip to main content
15,921,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can I make a multirow CPropertySheet? Pin
Ravi Bhavnani24-Oct-02 5:10
professionalRavi Bhavnani24-Oct-02 5:10 
GeneralI want that TabCtrl! Pin
solosnake24-Oct-02 2:55
solosnake24-Oct-02 2:55 
QuestionSockets without MFC/HWNDs or Spin-Locks? Pin
Phil Speller24-Oct-02 2:07
Phil Speller24-Oct-02 2:07 
AnswerRe: Sockets without MFC/HWNDs or Spin-Locks? Pin
Stephane Rodriguez.24-Oct-02 3:46
Stephane Rodriguez.24-Oct-02 3:46 
AnswerRe: Sockets without MFC/HWNDs or Spin-Locks? Pin
JT Anderson24-Oct-02 5:54
JT Anderson24-Oct-02 5:54 
GeneralOwnerDraw ListCtrl problem - help! Pin
Yaron Nir24-Oct-02 1:57
Yaron Nir24-Oct-02 1:57 
GeneralReading a Wav Header Pin
carrie24-Oct-02 1:37
carrie24-Oct-02 1:37 
GeneralRe: Reading a Wav Header Pin
Phil Speller24-Oct-02 2:35
Phil Speller24-Oct-02 2:35 
Accoring to this[^] your FormatChunk structure is incorrect. It should be:

struct
{
DWORD wFormatTag; // Format category
DWORD dwFormatLen; // Length of format chunk - always 0x10
WORD wReserved; // Always 0x01
WORD wChannels; // Number of channels
DWORD dwSamplesPerSec; // Sampling rate
DWORD dwAvgBytesPerSec; // For buffer estimation
WORD wBytesPerSample;
WORD wBitsPerSample;
} FormatChunk;

Hope this helps,




Phil
GeneralRe: Reading a Wav Header Pin
carrie24-Oct-02 2:50
carrie24-Oct-02 2:50 
Generalerror message is Popped up when.. Pin
BK Pradeep24-Oct-02 0:51
BK Pradeep24-Oct-02 0:51 
QuestionWhose problem?ListView or database? Pin
ratios24-Oct-02 0:07
sussratios24-Oct-02 0:07 
AnswerRe: Whose problem?ListView or database? Pin
Michael P Butler24-Oct-02 1:02
Michael P Butler24-Oct-02 1:02 
GeneralRe: Whose problem?ListView or database? Pin
Steve S24-Oct-02 2:43
Steve S24-Oct-02 2:43 
GeneralSubclassing problem Pin
Mazdak23-Oct-02 23:30
Mazdak23-Oct-02 23:30 
GeneralRe: Subclassing problem Pin
Simon.W24-Oct-02 1:15
Simon.W24-Oct-02 1:15 
GeneralRe: Subclassing problem Pin
Mazdak24-Oct-02 1:43
Mazdak24-Oct-02 1:43 
QuestionHow to sort CArray? Pin
ooosawaddee323-Oct-02 22:58
ooosawaddee323-Oct-02 22:58 
AnswerRe: How to sort CArray? Pin
Christian Graus24-Oct-02 0:24
protectorChristian Graus24-Oct-02 0:24 
AnswerRe: How to sort CArray? Pin
Atlantys24-Oct-02 3:34
Atlantys24-Oct-02 3:34 
AnswerRe: How to sort CArray? Pin
Mike Eriksson25-Oct-02 0:06
Mike Eriksson25-Oct-02 0:06 
GeneralBase class constructor Pin
Mazdak23-Oct-02 21:46
Mazdak23-Oct-02 21:46 
GeneralRe: Base class constructor Pin
Daniel Turini23-Oct-02 21:58
Daniel Turini23-Oct-02 21:58 
GeneralRe: Base class constructor Pin
Mazdak23-Oct-02 22:28
Mazdak23-Oct-02 22:28 
QuestionRequest LAN-ID? Pin
Andreas_DE23-Oct-02 21:30
Andreas_DE23-Oct-02 21:30 
AnswerRe: Request LAN-ID? Pin
Simon.W24-Oct-02 1:25
Simon.W24-Oct-02 1:25 

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.