Click here to Skip to main content
15,906,081 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to resize, rename, drag... the VC widget(dialog,button etc.) in runtime like in ide status? Pin
JustinChen00714-May-09 15:04
JustinChen00714-May-09 15:04 
GeneralRe: how to resize, rename, drag... the VC widget(dialog,button etc.) in runtime like in ide status? Pin
JustinChen00717-May-09 23:58
JustinChen00717-May-09 23:58 
QuestionTool Bar Question Pin
Software200714-May-09 3:52
Software200714-May-09 3:52 
QuestionRe: Tool Bar Question Pin
Maximilien14-May-09 5:01
Maximilien14-May-09 5:01 
Questionabout the data input conversion Pin
lalit kumar jayswal14-May-09 3:51
lalit kumar jayswal14-May-09 3:51 
AnswerRe: about the data input conversion [modified] Pin
jeron114-May-09 4:11
jeron114-May-09 4:11 
QuestionRe: about the data input conversion Pin
David Crow14-May-09 4:48
David Crow14-May-09 4:48 
AnswerRe: about the data input conversion Pin
David Crow14-May-09 4:49
David Crow14-May-09 4:49 
QuestionStarting and stopping service as a standard user Pin
andypandy214-May-09 3:44
andypandy214-May-09 3:44 
AnswerRe: Starting and stopping service as a standard user Pin
Madhu Nair14-May-09 8:39
Madhu Nair14-May-09 8:39 
QuestionVS8: how to link C static library in Windows Forms Pin
sakthii14-May-09 3:31
sakthii14-May-09 3:31 
AnswerRe: VS8: how to link C static library in Windows Forms Pin
Stuart Dootson14-May-09 4:21
professionalStuart Dootson14-May-09 4:21 
GeneralRe: VS8: how to link C static library in Windows Forms Pin
sakthii14-May-09 22:40
sakthii14-May-09 22:40 
QuestionIs Plateform SDK installed when we install Visual Studio 2005 Pin
pandit8414-May-09 3:24
pandit8414-May-09 3:24 
AnswerRe: Is Plateform SDK installed when we install Visual Studio 2005 Pin
Cedric Moonen14-May-09 3:39
Cedric Moonen14-May-09 3:39 
AnswerRe: Is Plateform SDK installed when we install Visual Studio 2005 Pin
Stuart Dootson14-May-09 3:53
professionalStuart Dootson14-May-09 3:53 
QuestionLinker warning Pin
transoft14-May-09 3:19
transoft14-May-09 3:19 
AnswerRe: Linker warning Pin
Alan Balkany14-May-09 3:33
Alan Balkany14-May-09 3:33 
AnswerRe: Linker warning Pin
Stuart Dootson14-May-09 3:49
professionalStuart Dootson14-May-09 3:49 
GeneralRe: Linker warning Pin
transoft14-May-09 4:30
transoft14-May-09 4:30 
GeneralRe: Linker warning Pin
Cedric Moonen14-May-09 4:37
Cedric Moonen14-May-09 4:37 
GeneralRe: Linker warning Pin
transoft14-May-09 4:50
transoft14-May-09 4:50 
AnswerRe: Linker warning Pin
David Crow14-May-09 3:50
David Crow14-May-09 3:50 
Questionproblem in Beep function. Pin
Le@rner14-May-09 1:58
Le@rner14-May-09 1:58 
Hi all,

i m using Beep function on button clicked to generate some alert sound like::

Beep( 750, 300 );
Beep( 550, 300 );
Beep( 750, 300 );
Beep( 550, 300 );
Beep( 750, 300 );
Beep( 550, 300 );
Beep( 750, 300 );
Beep( 550, 300 );
Beep( 750, 900 );


its not generate beep on some PC.

there is any specification of machine for beep generation please tell me.

or tell me any other function or solution that is work on all machines.

thanks in advance.

To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.

AnswerRe: problem in Beep function. Pin
Rajesh R Subramanian14-May-09 2:07
professionalRajesh R Subramanian14-May-09 2:07 

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.