Click here to Skip to main content
15,922,407 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I read the contents of a directory? Pin
Megidolaon12-Mar-09 21:44
Megidolaon12-Mar-09 21:44 
QuestionRe: How do I read the contents of a directory? Pin
David Crow13-Mar-09 2:58
David Crow13-Mar-09 2:58 
AnswerRe: How do I read the contents of a directory? Pin
Megidolaon15-Mar-09 21:19
Megidolaon15-Mar-09 21:19 
QuestionCStatic on CMDIChildWnd Pin
prithaa23-Feb-09 22:30
prithaa23-Feb-09 22:30 
AnswerRe: CStatic on CMDIChildWnd Pin
«_Superman_»23-Feb-09 22:41
professional«_Superman_»23-Feb-09 22:41 
AnswerRe: CStatic on CMDIChildWnd Pin
ovidiucucu23-Feb-09 22:41
ovidiucucu23-Feb-09 22:41 
GeneralRe: CStatic on CMDIChildWnd Pin
prithaa23-Feb-09 22:55
prithaa23-Feb-09 22:55 
GeneralRe: CStatic on CMDIChildWnd Pin
«_Superman_»23-Feb-09 23:15
professional«_Superman_»23-Feb-09 23:15 
GeneralRe: CStatic on CMDIChildWnd Pin
Hamid_RT23-Feb-09 23:19
Hamid_RT23-Feb-09 23:19 
GeneralRe: CStatic on CMDIChildWnd Pin
prithaa24-Feb-09 3:07
prithaa24-Feb-09 3:07 
GeneralRe: CStatic on CMDIChildWnd Pin
prithaa24-Feb-09 4:29
prithaa24-Feb-09 4:29 
GeneralRe: CStatic on CMDIChildWnd Pin
Hamid_RT24-Feb-09 5:20
Hamid_RT24-Feb-09 5:20 
GeneralRe: CStatic on CMDIChildWnd Pin
prithaa24-Feb-09 20:47
prithaa24-Feb-09 20:47 
GeneralRe: CStatic on CMDIChildWnd Pin
Hamid_RT24-Feb-09 22:57
Hamid_RT24-Feb-09 22:57 
GeneralRe: CStatic on CMDIChildWnd Pin
prithaa24-Feb-09 23:05
prithaa24-Feb-09 23:05 
GeneralRe: CStatic on CMDIChildWnd Pin
Hamid_RT25-Feb-09 2:14
Hamid_RT25-Feb-09 2:14 
QuestionProblem in FTP Downloading Pin
raj157623-Feb-09 22:25
raj157623-Feb-09 22:25 
AnswerRe: Problem in FTP Downloading Pin
Code-o-mat23-Feb-09 22:51
Code-o-mat23-Feb-09 22:51 
GeneralRe: Problem in FTP Downloading Pin
raj157623-Feb-09 23:18
raj157623-Feb-09 23:18 
GeneralRe: Problem in FTP Downloading Pin
Code-o-mat23-Feb-09 23:29
Code-o-mat23-Feb-09 23:29 
As you can see here[^], looking at the flags (especially CFile::shareDenyRead) you can guess that CFtpConnection::GetFile probably creates the target file denying read (and also probably write) access to it, so if you try to play the file in the player, the OS won't allow it to open the file. I have currently no idea how you could change the sharing-mode CFtpConnection uses to create the file.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

GeneralRe: Problem in FTP Downloading Pin
raj157623-Feb-09 23:38
raj157623-Feb-09 23:38 
GeneralRe: Problem in FTP Downloading Pin
Code-o-mat23-Feb-09 23:43
Code-o-mat23-Feb-09 23:43 
GeneralRe: Problem in FTP Downloading Pin
raj157623-Feb-09 23:53
raj157623-Feb-09 23:53 
GeneralRe: Problem in FTP Downloading Pin
Code-o-mat24-Feb-09 0:14
Code-o-mat24-Feb-09 0:14 
QuestionODBC timeout Pin
chuengchuenghq23-Feb-09 21:26
chuengchuenghq23-Feb-09 21:26 

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.