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

C / C++ / MFC

 
Questionhow to display a rectangle on the CHtmlView? Pin
blownfire27-Sep-06 5:13
blownfire27-Sep-06 5:13 
AnswerRe: how to display a rectangle on the CHtmlView? Pin
Maximilien27-Sep-06 6:48
Maximilien27-Sep-06 6:48 
QuestionError after call ReadDirectoryChangesW() Pin
Max++27-Sep-06 4:12
Max++27-Sep-06 4:12 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
Chris Losinger27-Sep-06 4:52
professionalChris Losinger27-Sep-06 4:52 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
toxcct27-Sep-06 5:09
toxcct27-Sep-06 5:09 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
David Crow27-Sep-06 5:10
David Crow27-Sep-06 5:10 
AnswerRe: Error after call ReadDirectoryChangesW() Pin
Hamid_RT28-Sep-06 9:23
Hamid_RT28-Sep-06 9:23 
Questionproblem in recording sound on server Pin
itbuff27-Sep-06 3:57
itbuff27-Sep-06 3:57 
Client is started as an service which doesn't have an UI or a frontend. Its like a service application. Client exe can be installed on many machines.

When the server exe is started it wil give u the list of clients connected to that server.
Right click on the client IP/Name and start capturing sound.

The conversation between server-client is recorded and the wave file is generated physically on the hard disk.

When the wave file is played, you cannot the hear the sound clearly . It is stretched and delayed.


Whereas On the server side in sound.c file

LRESULT CALLBACK WinProc(HWND hWndSub, UINT message, WPARAM wParam, LPARAM lParam)
{
case(MM_WOM_DONE):
{
//iBufferCount--;


return 0;
}
}

If u uncomment //iBufferCount--; only server side recordig is absolutely fine.

If the above line is uncommented then you cannot hear the conversation from the client side and the recording is not smooth.

QuestionProblem using CList ? Pin
GudduRanchi27-Sep-06 3:34
GudduRanchi27-Sep-06 3:34 
QuestionHow i can prevent right click in windows explorer Pin
sudarshan12427-Sep-06 2:51
sudarshan12427-Sep-06 2:51 
AnswerRe: How i can prevent right click in windows explorer Pin
Chris Losinger27-Sep-06 4:25
professionalChris Losinger27-Sep-06 4:25 
AnswerRe: How i can prevent right click in windows explorer Pin
George L. Jackson27-Sep-06 5:27
George L. Jackson27-Sep-06 5:27 
GeneralRe: How i can prevent right click in windows explorer Pin
Chris Losinger27-Sep-06 5:45
professionalChris Losinger27-Sep-06 5:45 
GeneralRe: How i can prevent right click in windows explorer Pin
George L. Jackson27-Sep-06 12:48
George L. Jackson27-Sep-06 12:48 
AnswerRe: How i can prevent right click in windows explorer Pin
Jörgen Sigvardsson27-Sep-06 13:48
Jörgen Sigvardsson27-Sep-06 13:48 
Questionbloat reduction Pin
Waldermort27-Sep-06 2:17
Waldermort27-Sep-06 2:17 
AnswerRe: bloat reduction Pin
Rajesh R Subramanian27-Sep-06 2:30
professionalRajesh R Subramanian27-Sep-06 2:30 
GeneralRe: bloat reduction Pin
Waldermort27-Sep-06 2:42
Waldermort27-Sep-06 2:42 
GeneralRe: bloat reduction Pin
Zac Howland27-Sep-06 3:56
Zac Howland27-Sep-06 3:56 
AnswerRe: bloat reduction Pin
Maximilien27-Sep-06 2:41
Maximilien27-Sep-06 2:41 
GeneralRe: bloat reduction Pin
Waldermort27-Sep-06 2:44
Waldermort27-Sep-06 2:44 
AnswerRe: bloat reduction Pin
Mike Dimmick27-Sep-06 4:04
Mike Dimmick27-Sep-06 4:04 
GeneralRe: bloat reduction Pin
Waldermort27-Sep-06 4:50
Waldermort27-Sep-06 4:50 
QuestionClose an instance Pin
ayol1212227-Sep-06 1:34
ayol1212227-Sep-06 1:34 
AnswerRe: Close an instance Pin
Stephen Hewitt27-Sep-06 1:56
Stephen Hewitt27-Sep-06 1:56 

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.