Click here to Skip to main content
16,016,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: unable to use ShellExecute command after opening a file Pin
Hamid_RT28-Sep-06 20:03
Hamid_RT28-Sep-06 20:03 
AnswerRe: unable to use ShellExecute command after opening a file [modified] Pin
ShilpiP28-Sep-06 21:10
ShilpiP28-Sep-06 21:10 
QuestionRe: unable to use ShellExecute command after opening a file Pin
David Crow29-Sep-06 3:07
David Crow29-Sep-06 3:07 
QuestionTab control in vc++ Pin
zareee28-Sep-06 19:07
zareee28-Sep-06 19:07 
AnswerRe: Tab control in vc++ Pin
_AnsHUMAN_ 28-Sep-06 19:15
_AnsHUMAN_ 28-Sep-06 19:15 
AnswerRe: Tab control in vc++ Pin
Hamid_RT28-Sep-06 19:54
Hamid_RT28-Sep-06 19:54 
QuestionBeep Sound in application Pin
Anu_Bala28-Sep-06 18:44
Anu_Bala28-Sep-06 18:44 
AnswerRe: Beep Sound in application Pin
_AnsHUMAN_ 28-Sep-06 18:54
_AnsHUMAN_ 28-Sep-06 18:54 
Anu_Bala wrote:
I dont know how to give beep sound in my application

MessageBeep().
You can also use:
BOOL Beep(
DWORD dwFreq,
DWORD dwDuration
);
// Here you can set the frequency (in hertz) and the duration for which you would like to play the sound (in msec)

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: Beep Sound in application Pin
nutkase28-Sep-06 18:57
nutkase28-Sep-06 18:57 
AnswerRe: Beep Sound in application Pin
Hamid_RT28-Sep-06 20:07
Hamid_RT28-Sep-06 20:07 
QuestionDialog box Pin
zareee28-Sep-06 18:36
zareee28-Sep-06 18:36 
AnswerRe: Dialog box Pin
_AnsHUMAN_ 28-Sep-06 18:39
_AnsHUMAN_ 28-Sep-06 18:39 
GeneralRe: Dialog box Pin
zareee28-Sep-06 19:42
zareee28-Sep-06 19:42 
AnswerRe: Dialog box Pin
Naveen28-Sep-06 18:41
Naveen28-Sep-06 18:41 
GeneralRe: Dialog box Pin
_AnsHUMAN_ 28-Sep-06 18:56
_AnsHUMAN_ 28-Sep-06 18:56 
AnswerRe: Dialog box Pin
Hamid_RT28-Sep-06 19:55
Hamid_RT28-Sep-06 19:55 
QuestionC++ And Visual C ++ ? Pin
hanh16violet28-Sep-06 17:50
hanh16violet28-Sep-06 17:50 
AnswerRe: C++ And Visual C ++ ? Pin
_AnsHUMAN_ 28-Sep-06 18:10
_AnsHUMAN_ 28-Sep-06 18:10 
AnswerRe: C++ And Visual C ++ ? Pin
Hamid_RT28-Sep-06 18:38
Hamid_RT28-Sep-06 18:38 
AnswerRe: C++ And Visual C ++ ? Pin
ShilpiP28-Sep-06 18:51
ShilpiP28-Sep-06 18:51 
AnswerRe: C++ And Visual C ++ ? Pin
Anilkumar K V28-Sep-06 19:46
Anilkumar K V28-Sep-06 19:46 
Questionanyone know about apriori source code in C++? Pin
cannielynn28-Sep-06 17:03
cannielynn28-Sep-06 17:03 
AnswerRe: anyone know about apriori source code in C++? Pin
ShilpiP28-Sep-06 19:00
ShilpiP28-Sep-06 19:00 
GeneralInstalling a VC8 app on W2K Pin
PJ Arends28-Sep-06 9:22
professionalPJ Arends28-Sep-06 9:22 
GeneralRe: Installing a VC8 app on W2K Pin
PJ Arends28-Sep-06 9:55
professionalPJ Arends28-Sep-06 9:55 

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.