Click here to Skip to main content
15,884,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem about WUA Api Pin
hanq_3891013023-Jul-09 21:57
hanq_3891013023-Jul-09 21:57 
QuestionHow to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari23-Jul-09 21:13
Kushagra Tiwari23-Jul-09 21:13 
AnswerRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Adam Roderick J23-Jul-09 22:30
Adam Roderick J23-Jul-09 22:30 
QuestionRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari23-Jul-09 23:01
Kushagra Tiwari23-Jul-09 23:01 
QuestionRe: How to know if a particular logical drive is in use by explorer or any other process of windows? Pin
Kushagra Tiwari26-Jul-09 21:47
Kushagra Tiwari26-Jul-09 21:47 
QuestionPointer mess Pin
Elsie23-Jul-09 20:49
Elsie23-Jul-09 20:49 
AnswerRe: Pointer mess Pin
KarstenK23-Jul-09 21:12
mveKarstenK23-Jul-09 21:12 
AnswerRe: Pointer mess Pin
Mahesh Kulkarni23-Jul-09 21:26
Mahesh Kulkarni23-Jul-09 21:26 
To check the validity of the pointer in Windows there are API functions called IsBadReadPtr and IsBadWritePtr to do that.

P.S. While using pointer developer should be careful that pointer is set to NULL once it is deleted. And not to use the deleted pointer before allocating memory.

The secret of life is not enjoyment
but education through experience.
- Swami Vivekananda.


AnswerRe: Pointer mess Pin
«_Superman_»23-Jul-09 23:43
professional«_Superman_»23-Jul-09 23:43 
Questioncab installation failed Pin
hareshel23-Jul-09 20:14
hareshel23-Jul-09 20:14 
Questionoutput of for loop with condition as i=printf("hello") Pin
myinstincts23-Jul-09 19:27
myinstincts23-Jul-09 19:27 
AnswerRe: output of for loop with condition as i=printf("hello") Pin
manchukuo23-Jul-09 19:38
manchukuo23-Jul-09 19:38 
AnswerRe: output of for loop with condition as i=printf("hello") Pin
Adam Roderick J23-Jul-09 22:37
Adam Roderick J23-Jul-09 22:37 
Question__declspec(dllimport) from a dlu plugin is possible? Pin
002comp23-Jul-09 19:15
002comp23-Jul-09 19:15 
QuestionClient Server Application Pin
Madhu_Rani23-Jul-09 18:56
Madhu_Rani23-Jul-09 18:56 
AnswerRe: Client Server Application Pin
Adam Roderick J23-Jul-09 22:42
Adam Roderick J23-Jul-09 22:42 
GeneralRe: Client Server Application Pin
Madhu_Rani24-Jul-09 3:04
Madhu_Rani24-Jul-09 3:04 
GeneralEN_KILLFOCUS AfxMessageBox [Moved] Pin
sharda.bhagwatkar23-Jul-09 18:34
sharda.bhagwatkar23-Jul-09 18:34 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
Code-o-mat23-Jul-09 21:10
Code-o-mat23-Jul-09 21:10 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
sharda.bhagwatkar23-Jul-09 21:27
sharda.bhagwatkar23-Jul-09 21:27 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
Code-o-mat23-Jul-09 21:52
Code-o-mat23-Jul-09 21:52 
GeneralRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
KarstenK23-Jul-09 21:14
mveKarstenK23-Jul-09 21:14 
QuestionRe: EN_KILLFOCUS AfxMessageBox [Moved] Pin
Adam Roderick J23-Jul-09 22:44
Adam Roderick J23-Jul-09 22:44 
QuestionUse CFileDialog and get Unicode filenames in a Multi-Byte project Pin
manchukuo23-Jul-09 18:00
manchukuo23-Jul-09 18:00 
AnswerRe: Use CFileDialog and get Unicode filenames in a Multi-Byte project Pin
Kushagra Tiwari23-Jul-09 21:07
Kushagra Tiwari23-Jul-09 21: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.