Click here to Skip to main content
16,006,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change the size of a row in splitter wnd? Pin
Feng Qin7-Apr-02 3:47
Feng Qin7-Apr-02 3:47 
GeneralDrawing lines Pin
Jonny827-Apr-02 2:11
Jonny827-Apr-02 2:11 
GeneralRe: Drawing lines Pin
Rickard Andersson207-Apr-02 3:15
Rickard Andersson207-Apr-02 3:15 
GeneralDocking windows without MFC Pin
6-Apr-02 23:55
suss6-Apr-02 23:55 
GeneralSearch *.exe and *.com files Pin
Phlegm6-Apr-02 23:46
Phlegm6-Apr-02 23:46 
GeneralRe: Search *.exe and *.com files Pin
Mazdak7-Apr-02 1:10
Mazdak7-Apr-02 1:10 
GeneralRe: Search *.exe and *.com files Pin
Dominik Reichl7-Apr-02 1:07
Dominik Reichl7-Apr-02 1:07 
GeneralRe: Search *.exe and *.com files Pin
Renjith Ramachandran7-Apr-02 5:22
Renjith Ramachandran7-Apr-02 5:22 
hi friendd

i cant read ur code completlly soo
try this

CFileFind oFind;
bool ret=oFind.FindFirstFile("ur Drive\path\*.*");

while(ret)
{
ret=oFind.FindNextFile();
//the n check it is dotz . or ..
if(oFind.IsDots()) continue;
check is it directory
// if(oFind.IsDirectory())
{
then call this function recursivly
}
//else it is a file then get the file name
by usin
GetFileName()/GetFilePath() function search the last three chars if it is a exe or com
then add the name in to a list box /anywhere u want
GetFileName() will give the file name and GetFilePath() wil give the complete path

}
}
try it now..!!

RenjithLaugh | :laugh:

Hai Friends me from Pandalam..and i think there is a sofware behind everything...
so enjoy with the codes...

GeneralRead line per line using CFile object Pin
Atlence6-Apr-02 23:42
Atlence6-Apr-02 23:42 
GeneralRe: Read line per line using CFile object Pin
Christian Graus6-Apr-02 23:55
protectorChristian Graus6-Apr-02 23:55 
GeneralRe: Read line per line using CFile object Pin
Nish Nishant7-Apr-02 0:08
sitebuilderNish Nishant7-Apr-02 0:08 
QuestionHow to save drawings in the window to file in format of '.bmp' or '.jpg',etc? Pin
mzt6-Apr-02 23:11
mzt6-Apr-02 23:11 
AnswerRe: How to save drawings in the window to file in format of '.bmp' or '.jpg',etc? Pin
Wolfram Steinke6-Apr-02 23:35
Wolfram Steinke6-Apr-02 23:35 
AnswerRe: How to save drawings in the window to file in format of '.bmp' or '.jpg',etc? Pin
Christian Graus6-Apr-02 23:53
protectorChristian Graus6-Apr-02 23:53 
QuestionDoes how making the window size be more than certain value ,but not twinkle? Pin
mzt6-Apr-02 23:02
mzt6-Apr-02 23:02 
AnswerRe: Does how making the window size be more than certain value ,but not twinkle? Pin
Paul M Watt7-Apr-02 7:13
mentorPaul M Watt7-Apr-02 7:13 
GeneralLow-Level CD access Pin
Hyien6-Apr-02 22:08
Hyien6-Apr-02 22:08 
GeneralMFC text box flicker Pin
ejw6-Apr-02 15:05
ejw6-Apr-02 15:05 
GeneralRe: MFC text box flicker Pin
Shog96-Apr-02 15:51
sitebuilderShog96-Apr-02 15:51 
GeneralRe: MFC text box flicker Pin
ejw6-Apr-02 16:09
ejw6-Apr-02 16:09 
GeneralRe: MFC text box flicker Pin
Nish Nishant6-Apr-02 16:38
sitebuilderNish Nishant6-Apr-02 16:38 
GeneralRe: MFC text box flicker [oops] Pin
Nish Nishant6-Apr-02 16:39
sitebuilderNish Nishant6-Apr-02 16:39 
GeneralRe: MFC text box flicker [oops] Pin
Shog96-Apr-02 18:33
sitebuilderShog96-Apr-02 18:33 
GeneralRe: MFC text box flicker [oops] Pin
Nish Nishant6-Apr-02 18:46
sitebuilderNish Nishant6-Apr-02 18:46 
GeneralRe: MFC text box flicker [oops] Pin
Shog96-Apr-02 18:43
sitebuilderShog96-Apr-02 18:43 

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.