Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
Anthony_Yio10-May-04 1:44
Anthony_Yio10-May-04 1:44 
GeneralReading timecode in avi files Pin
FredericCharton6-May-04 21:24
FredericCharton6-May-04 21:24 
GeneralSingle Instance restriction Pin
Mr Bose Dayala6-May-04 19:52
Mr Bose Dayala6-May-04 19:52 
GeneralRe: Single Instance restriction Pin
Monty26-May-04 20:04
Monty26-May-04 20:04 
GeneralRe: Single Instance restriction Pin
Mr Bose Dayala6-May-04 20:11
Mr Bose Dayala6-May-04 20:11 
GeneralRe: Single Instance restriction Pin
Jitendra gangwar6-May-04 20:31
Jitendra gangwar6-May-04 20:31 
GeneralRe: Single Instance restriction Pin
Jitendra gangwar6-May-04 20:31
Jitendra gangwar6-May-04 20:31 
GeneralCFileFind Pin
ykutanoor6-May-04 19:24
ykutanoor6-May-04 19:24 
I am doing a search for a particular directory (1).
If the directory is found then I am going to the last sub directory of 1.
Then I am listing all the files in these directory.

Pls kindly help me in this respect.

CFileFind l_fileFind;

//Find the root directory
bool l_bool = l_fileFind.FindFile(_T("D:\\Epson\\CPS"));
while(l_bool)
{
l_bool = l_fileFind.FindNextFile();


if (l_fileFind.IsDirectory())
{
//List all the files
}
}


GeneralRe: CFileFind Pin
Anonymous6-May-04 21:57
Anonymous6-May-04 21:57 
QuestionHow to detect whether or not the current window is console window. Pin
Truong D. Toan6-May-04 18:14
Truong D. Toan6-May-04 18:14 
AnswerRe: How to detect whether or not the current window is console window. Pin
Abin6-May-04 20:52
Abin6-May-04 20:52 
Questionwhats the CListCtrl's equivalent of SetCurSel ? Pin
Anonymous6-May-04 17:51
Anonymous6-May-04 17:51 
AnswerRe: whats the CListCtrl's equivalent of SetCurSel ? Pin
Anonymous6-May-04 21:30
Anonymous6-May-04 21:30 
QuestionCan anyone help with my code??? Pin
Draco02836-May-04 17:45
Draco02836-May-04 17:45 
AnswerRe: Can anyone help with my code??? Pin
Maxwell Chen6-May-04 19:54
Maxwell Chen6-May-04 19:54 
GeneralRe: Can anyone help with my code??? Pin
Draco02837-May-04 3:05
Draco02837-May-04 3:05 
GeneralRe: Can anyone help with my code??? Pin
Juergen Froehlich7-May-04 11:52
Juergen Froehlich7-May-04 11:52 
Generalamplitude demodulation Pin
langzi546-May-04 14:55
langzi546-May-04 14:55 
GeneralRe: amplitude demodulation Pin
Roger Wright6-May-04 20:39
professionalRoger Wright6-May-04 20:39 
GeneralRe: amplitude demodulation Pin
Anonymous6-May-04 20:55
Anonymous6-May-04 20:55 
GeneralRe: amplitude demodulation Pin
Roger Wright7-May-04 2:59
professionalRoger Wright7-May-04 2:59 
QuestionHow to close Handle in MSVC++ 1.52 Pin
Anonymous6-May-04 14:31
Anonymous6-May-04 14:31 
AnswerRe: How to close Handle in MSVC++ 1.52 Pin
Anthony_Yio6-May-04 15:48
Anthony_Yio6-May-04 15:48 
GeneralRe: How to close Handle in MSVC++ 1.52 Pin
Steve S6-May-04 22:33
Steve S6-May-04 22:33 
GeneralRe: How to close Handle in MSVC++ 1.52 Pin
Juergen Froehlich7-May-04 12:08
Juergen Froehlich7-May-04 12:08 

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.