Thread: Windows Explorer

  1. #1
    Registered User
    Join Date
    Jul 2006
    Posts
    46

    Windows Explorer

    Hi
    I have made an simple explorer!!!!!!!
    I used DirectoryListBox,FileListBox,DriveComboBox and connect them.....

    My question is when i change from DriveComboBox from HardDisk to drives(c:\\ to d:\\) i have problem...... How i can make it work with drives too (drives are full with cd ofcourse and not empty) or cath the error and bring message use only harddisck

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    I used DirectoryListBox,FileListBox,DriveComboBox and connect them.....
    Are you possibly referring to C# or VB code when you say you're using DirectoryListBox, FileListBox and DriveComboBox?

  3. #3
    Registered User
    Join Date
    Jul 2006
    Posts
    46
    ofcourse in C the site is Cprogramming remember????

  4. #4
    MFC killed my cat! manutd's Avatar
    Join Date
    Sep 2006
    Location
    Boston, Massachusetts
    Posts
    870
    C# != C.
    Silence is better than unmeaning words.
    - Pythagoras
    My blog

  5. #5
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    ofcourse in C the site is Cprogramming remember????
    Gollee!!! And all the while I thought this was a COBOL forum! Thanx for the enlightenment!

    ShBrowseForFolder is the only thing I'm aware of that reasonable resembles your DirectoryListBox, FileListbox etc. in the Win32 c/c++ realm. It is very flexible and will meet your requirements as stated above.

    EDIT: The DirectoryListbox and FileListBox look like Borland Delphi functions. Would suggest you post the problem in a Delphi forum.
    Last edited by BobS0327; 01-21-2007 at 03:24 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Network Programming in C for Windows
    By m.mixon in forum C Programming
    Replies: 7
    Last Post: 06-19-2006, 08:27 PM
  2. Windows Explorer
    By misplaced in forum Tech Board
    Replies: 2
    Last Post: 12-19-2004, 10:49 PM
  3. windows explorer
    By linuxdude in forum Tech Board
    Replies: 2
    Last Post: 12-11-2004, 04:00 PM
  4. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM