Click here to Skip to main content
15,890,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can i get the images into listcontrol. Pin
Amit Agarrwal10-Jul-06 21:10
Amit Agarrwal10-Jul-06 21:10 
GeneralRe: how can i get the images into listcontrol. Pin
Hamid_RT10-Jul-06 21:29
Hamid_RT10-Jul-06 21:29 
QuestionDetecting Mic Pin
atimpoo10-Jul-06 20:28
atimpoo10-Jul-06 20:28 
AnswerRe: Detecting Mic Pin
Hamid_RT10-Jul-06 20:34
Hamid_RT10-Jul-06 20:34 
Questionhow to find the value of a macro? Pin
George_George10-Jul-06 20:15
George_George10-Jul-06 20:15 
AnswerRe: how to find the value of a macro? Pin
Code_Zombie10-Jul-06 21:00
Code_Zombie10-Jul-06 21:00 
GeneralRe: how to find the value of a macro? Pin
George_George10-Jul-06 21:14
George_George10-Jul-06 21:14 
QuestionAbout CMutex And CSingleLock Pin
Diglu10-Jul-06 20:11
Diglu10-Jul-06 20:11 
I'm using CSingleLock , When one thread lock an object, and other thread wants to lock that object at that time , The second thread will wait for unlocking by the 1st thread or it just skip that locking code.
If it need to wait, It will automatically wait or have to give code to wait ?

--------------------------------------------------------------------------
CMutex g_m1;
CSingleLock lock1(&g_m1)
- - - - - - - -- - - - - - - - - - - - - - - - - - - -
if (lock1.Lock()) {
m_LockStatus = "Got Lock";
UpdateData(FALSE);
} else {
m_LockStatus = "Failed";
UpdateData(FALSE);
}
}

-----------------------------------------------------------------------------

Thanks to all.Smile | :)

AnswerRe: About CMutex And CSingleLock Pin
FarPointer10-Jul-06 23:46
FarPointer10-Jul-06 23:46 
QuestionHow to get list of printer names Pin
Vinod Moorkkan10-Jul-06 20:10
Vinod Moorkkan10-Jul-06 20:10 
AnswerRe: How to get list of printer names Pin
Hamid_RT10-Jul-06 20:13
Hamid_RT10-Jul-06 20:13 
GeneralRe: How to get list of printer names Pin
Vinod Moorkkan10-Jul-06 23:10
Vinod Moorkkan10-Jul-06 23:10 
QuestionAssigning drive letter to raw volume Pin
kumarpavan10-Jul-06 20:03
kumarpavan10-Jul-06 20:03 
QuestionAnimation control Pin
ashish dogra10-Jul-06 19:58
ashish dogra10-Jul-06 19:58 
QuestionRe: Animation control Pin
Hamid_RT10-Jul-06 20:22
Hamid_RT10-Jul-06 20:22 
AnswerRe: Animation control Pin
ashish dogra10-Jul-06 20:24
ashish dogra10-Jul-06 20:24 
GeneralRe: Animation control Pin
Hamid_RT10-Jul-06 20:31
Hamid_RT10-Jul-06 20:31 
GeneralRe: Animation control Pin
ashish dogra10-Jul-06 20:45
ashish dogra10-Jul-06 20:45 
GeneralRe: Animation control Pin
Hamid_RT10-Jul-06 21:01
Hamid_RT10-Jul-06 21:01 
GeneralRe: Animation control Pin
ashish dogra10-Jul-06 21:08
ashish dogra10-Jul-06 21:08 
GeneralRe: Animation control Pin
Hamid_RT10-Jul-06 21:29
Hamid_RT10-Jul-06 21:29 
GeneralRe: Animation control Pin
ashish dogra10-Jul-06 21:34
ashish dogra10-Jul-06 21:34 
GeneralRe: Animation control Pin
Hamid_RT10-Jul-06 22:00
Hamid_RT10-Jul-06 22:00 
GeneralRe: Animation control Pin
ashish dogra10-Jul-06 22:18
ashish dogra10-Jul-06 22:18 
GeneralRe: Animation control Pin
Hamid_RT11-Jul-06 0:27
Hamid_RT11-Jul-06 0:27 

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.