Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: MuraliChagarlamudi [x]
Answer 14 May 2013   license: CPOL
Have you tried with W2A & A2W convertion
Answer 14 May 2013   license: CPOL
The compiler will not allow the declaration of object d because CCircle is an abstract class; it inherited the pure virtual function f()from AB. The compiler will allow the declaration of object d if you define function CCircle ::area().Note that you can derive an abstract class from a...
C++
Answer 13 May 2013   license: CPOL
make a member variable for button let sayin .h fileCButton m_testBitmap;CBitmap m_bitTest;in .cpp(OnInitDialog) m_bitTest.LoadBitmap(IDB_Voice); HBITMAP hBitmap= (HBITMAP) m_bitTest.GetSafeHandle(); m_testBitmap.SetBitmap(hBitmap);// resize buton for bitmap BITMAP...
Learn multithreading in C++ by MuraliChagarlamudi
Question 13 May 2013   license: CPOL
Want to learn multithreading in C++ or MFC . I am new to multithreading. Can any one let me know how to learn multithreading . Any help appreciated . Thx in advance .
Unmute audio output device by MuraliChagarlamudi
Question 1 May 2013   license: CPOL
How can I unmute audio output device in MFC? I'm able to set volume through code but not able to unmute audio output device.
MFC

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid