Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting Directory Listing as a Child Window
#5
Trying to figure out a dialog to navigate files on an ftp server.

This example works well to enumerate all of the directories and files.

So how would you get it to expand the contents of a folder?

I don't need a fancy tree view, just a linear navigation with an directory control.

When I get to a file, I'd like to be able to double click to get that to download to one directory or shift-double click to download it to a second directory. If getting the clicks to work, a right click menu will be fine. The first directory will be for "Edit File" and the second will be for "Read-Only / View File"

When the file is finished downloading...then it will run with a text editor (Notepad++ or something so I can get some language markup) Is there any sort of way to have an editor in a QM dialog that can markup text according to syntax in a programming language?

I think I'll use something like CFileChangeMonitor to monitor for when I save the changes in the text editor to upload the modified.

It would be nice if all this could be packaged into one dialog where I could use a web browser control to view the live changes I make. This would speed up a lot of things.

Ok, I'm throwing too much out there. Thanks for any help.
Jimmy Vig


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)