Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: changing FormView at Runtime Pin
Michael P Butler6-Mar-05 23:16
Michael P Butler6-Mar-05 23:16 
GeneralRe: changing FormView at Runtime Pin
drai7-Mar-05 12:40
drai7-Mar-05 12:40 
Generalwindows user id Pin
densitet6-Mar-05 22:43
densitet6-Mar-05 22:43 
GeneralRe: windows user id Pin
David Crow7-Mar-05 10:47
David Crow7-Mar-05 10:47 
GeneralFile Management Pin
densitet6-Mar-05 22:18
densitet6-Mar-05 22:18 
GeneralRe: File Management Pin
David Crow7-Mar-05 10:49
David Crow7-Mar-05 10:49 
GeneralRe: File Management Pin
densitet7-Mar-05 23:29
densitet7-Mar-05 23:29 
GeneralRe: File Management Pin
David Crow8-Mar-05 2:16
David Crow8-Mar-05 2:16 
How the filenames are gathered is independent of whether you use a console or a GUI application. In either case, the FindFirstFile()/FindFirstFile() pair is used, or the CFileFind class if you are using MFC.

What type of control are you adding the filenames to (e.g., edit control, listbox, combobox, list control)? Each has its own method of "addition."


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: File Management Pin
densitet8-Mar-05 4:23
densitet8-Mar-05 4:23 
GeneralRe: File Management Pin
David Crow8-Mar-05 4:45
David Crow8-Mar-05 4:45 
Generalcompare current date with listed date Pin
shaans6-Mar-05 21:32
shaans6-Mar-05 21:32 
GeneralRe: compare current date with listed date Pin
ThatsAlok7-Mar-05 2:15
ThatsAlok7-Mar-05 2:15 
GeneralRe: compare current date with listed date Pin
shaans7-Mar-05 16:39
shaans7-Mar-05 16:39 
GeneralRe: compare current date with listed date Pin
ThatsAlok7-Mar-05 18:27
ThatsAlok7-Mar-05 18:27 
Generaltwo digits in edit control Pin
Musen806-Mar-05 20:51
Musen806-Mar-05 20:51 
GeneralRe: two digits in edit control Pin
Cedric Moonen6-Mar-05 21:30
Cedric Moonen6-Mar-05 21:30 
GeneralRe: two digits in edit control Pin
Steen Krogsgaard6-Mar-05 21:39
Steen Krogsgaard6-Mar-05 21:39 
GeneralAutomatic scrolling in ListBox Pin
Majid Shahabfar6-Mar-05 20:40
Majid Shahabfar6-Mar-05 20:40 
GeneralRe: Automatic scrolling in ListBox Pin
V.6-Mar-05 22:26
professionalV.6-Mar-05 22:26 
GeneralRe: Automatic scrolling in ListBox Pin
Majid Shahabfar7-Mar-05 0:56
Majid Shahabfar7-Mar-05 0:56 
GeneralRe: Automatic scrolling in ListBox Pin
V.7-Mar-05 1:18
professionalV.7-Mar-05 1:18 
GeneralRe: Automatic scrolling in ListBox Pin
Jetli Jerry6-Mar-05 23:45
Jetli Jerry6-Mar-05 23:45 
Generalmemory management utilization probz!!!!! Pin
namaskaaram6-Mar-05 19:13
namaskaaram6-Mar-05 19:13 
GeneralRe: memory management utilization probz!!!!! Pin
Bob Stanneveld6-Mar-05 20:24
Bob Stanneveld6-Mar-05 20:24 
GeneralRe: memory management utilization probz!!!!! Pin
namaskaaram6-Mar-05 21:45
namaskaaram6-Mar-05 21:45 

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.