Jun 18, 2005 #1 ivanius Programmer Joined Jun 15, 2005 Messages 5 Location FR How to browse the folder's content (like ms explorer do)using just two controls (ComboList and ListView)?
How to browse the folder's content (like ms explorer do)using just two controls (ComboList and ListView)?
Jun 20, 2005 #2 cpjust Programmer Joined Sep 23, 2003 Messages 2,132 Location US Take a look at FindFirstFile() and FindNextFile() in the MSDN. Upvote 0 Downvote
Jun 20, 2005 #3 drewdaman Programmer Joined Aug 5, 2003 Messages 302 Location CA http://www.codeguru.com/forum/showthread.php?t=312461 Upvote 0 Downvote