Click here to Skip to main content
15,890,995 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCList Box controls MFC Pin
goodoljosh30-Jun-05 5:44
goodoljosh30-Jun-05 5:44 
GeneralRe: CList Box controls MFC Pin
Jose Lamas Rios30-Jun-05 5:52
Jose Lamas Rios30-Jun-05 5:52 
GeneralRe: CList Box controls MFC Pin
David Crow30-Jun-05 5:57
David Crow30-Jun-05 5:57 
GeneralRe: CList Box controls MFC Pin
goodoljosh30-Jun-05 6:12
goodoljosh30-Jun-05 6:12 
GeneralRe: CList Box controls MFC Pin
David Crow30-Jun-05 6:19
David Crow30-Jun-05 6:19 
GeneralRe: CList Box controls MFC Pin
goodoljosh30-Jun-05 6:30
goodoljosh30-Jun-05 6:30 
GeneralRe: CList Box controls MFC Pin
goodoljosh30-Jun-05 6:35
goodoljosh30-Jun-05 6:35 
GeneralGmail Drive namespace extension Pin
Dreaser$30-Jun-05 4:58
Dreaser$30-Jun-05 4:58 
Hi everyone.

im sure most of you have heard, seen or installed the Gmail drive namespace extension found at http://www.viksoe.dk/code/gmail.htm
its a great little app.


what I am trying to do is build small open source app ontop of the gmail drive which would enable a little more control when transferring files between the local drive and gmail drive. what i have in mind is a similar interface to ftp clients.

anyway at first glance i thought this would be quite easy. I am coding in visual Studio using C++ i opened a new MFC project. and implemented a new CFileDialog class this worked fine and it recognises the Gmail drive but thats as far as i can get.
theres 2 issues firstly
when i select the Gmail drive it treats it as a file not a folder(so it wont actually log onto gmail to see the files currently located on the Gmail Drive).
and 2ndly
when i look at the path returned from the CFileDialog i get ?::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{2B3453E4-49DF-11D

but when i try to copy a file to this location i get an error (obviosly as this is not a vaild windows file location)

(just to note if i use any win32 application and try to open or save directly to the gmail drive the same errors occur. this seems to be a common problem for all programs.)

i have never used shell namespace extensions before so am not 100% sure where to go from here.

perhaps there is a way to turn the returned string into a valid windows file location.

or is there a class already out there that works well with namespace extensions allowing files to be copied from one to another.

the unfortunate thing is i dont have the source code for the gmail drive shell extension. so until i have that this project may never get off the ground.


If any1 has any advice or ideas on how to tackle this problem im all ears.

thanks

GeneralRe: Gmail Drive namespace extension Pin
Dreaser$1-Jul-05 0:14
Dreaser$1-Jul-05 0:14 
QuestionHow to position a toolbar??? Pin
IlanTal30-Jun-05 4:47
IlanTal30-Jun-05 4:47 
AnswerRe: How to position a toolbar??? Pin
Cedric Moonen30-Jun-05 4:54
Cedric Moonen30-Jun-05 4:54 
GeneralRe: How to position a toolbar??? Pin
IlanTal1-Jul-05 8:37
IlanTal1-Jul-05 8:37 
GeneralAccount type Pin
__makaveli__30-Jun-05 3:10
__makaveli__30-Jun-05 3:10 
GeneralRe: Account type Pin
Blake Miller30-Jun-05 4:45
Blake Miller30-Jun-05 4:45 
GeneralRe: Account type Pin
David Crow30-Jun-05 5:51
David Crow30-Jun-05 5:51 
GeneralRe: Account type Pin
__makaveli__30-Jun-05 5:52
__makaveli__30-Jun-05 5:52 
GeneralVersion Control vs. resource files ( resource.h ) Pin
Maximilien30-Jun-05 2:48
Maximilien30-Jun-05 2:48 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
krmed30-Jun-05 4:05
krmed30-Jun-05 4:05 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
Anna-Jayne Metcalfe30-Jun-05 6:38
Anna-Jayne Metcalfe30-Jun-05 6:38 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
Maximilien30-Jun-05 6:55
Maximilien30-Jun-05 6:55 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
Anna-Jayne Metcalfe30-Jun-05 11:17
Anna-Jayne Metcalfe30-Jun-05 11:17 
GeneralRe: Version Control vs. resource files ( resource.h ) Pin
charlieg2-Aug-05 3:19
charlieg2-Aug-05 3:19 
GeneralZoom Pin
Anonymous30-Jun-05 2:40
Anonymous30-Jun-05 2:40 
GeneralRe: Zoom Pin
David Crow30-Jun-05 2:47
David Crow30-Jun-05 2:47 
GeneralRe: Zoom Pin
Jose Lamas Rios30-Jun-05 2:58
Jose Lamas Rios30-Jun-05 2:58 

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.