Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capture Video through DirectShow on WinCE Pin
gao20048-Jun-05 19:13
gao20048-Jun-05 19:13 
GeneralRe: Capture Video through DirectShow on WinCE Pin
gao200411-Jun-05 16:27
gao200411-Jun-05 16:27 
QuestionHelp!!! What does this program do? Pin
Member 19923037-Jun-05 14:33
Member 19923037-Jun-05 14:33 
AnswerRe: Help!!! What does this program do? Pin
Christian Graus7-Jun-05 14:44
protectorChristian Graus7-Jun-05 14:44 
GeneralRe: Help!!! What does this program do? Pin
Member 19923037-Jun-05 15:36
Member 19923037-Jun-05 15:36 
GeneralRe: Help!!! What does this program do? Pin
Christian Graus7-Jun-05 15:43
protectorChristian Graus7-Jun-05 15:43 
GeneralFILE_ATTRIBUTE_READONLY Pin
elephantstar7-Jun-05 10:56
elephantstar7-Jun-05 10:56 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
Chris Losinger7-Jun-05 10:58
professionalChris Losinger7-Jun-05 10:58 
try :

if ((dwAttr & (FILE_ATTRIBUTE_READONLY)) != 0)
{
...
}

the return value from GetFileAttributes can contain multiple values (it's a bit mask).



Cleek | Image Toolkits | Thumbnail maker

GeneralRe: FILE_ATTRIBUTE_READONLY Pin
elephantstar7-Jun-05 13:26
elephantstar7-Jun-05 13:26 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
normanS7-Jun-05 19:43
normanS7-Jun-05 19:43 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
elephantstar8-Jun-05 13:21
elephantstar8-Jun-05 13:21 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
elephantstar8-Jun-05 15:11
elephantstar8-Jun-05 15:11 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
normanS8-Jun-05 19:49
normanS8-Jun-05 19:49 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
elephantstar9-Jun-05 7:06
elephantstar9-Jun-05 7:06 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
normanS9-Jun-05 19:15
normanS9-Jun-05 19:15 
GeneralRe: FILE_ATTRIBUTE_READONLY Pin
David Crow7-Jun-05 10:59
David Crow7-Jun-05 10:59 
QuestionIs MS-SDK needed for building a media player? Pin
s99288637-Jun-05 10:25
s99288637-Jun-05 10:25 
AnswerRe: Is MS-SDK needed for building a media player? Pin
Christian Graus7-Jun-05 12:19
protectorChristian Graus7-Jun-05 12:19 
GeneralObtaining USB device serial numbers Pin
Anonymous7-Jun-05 10:10
Anonymous7-Jun-05 10:10 
GeneralRe: Obtaining USB device serial numbers Pin
Cedric Moonen7-Jun-05 20:40
Cedric Moonen7-Jun-05 20:40 
GeneralUsing WNetGetUserA Pin
kozu7-Jun-05 9:17
kozu7-Jun-05 9:17 
GeneralRe: Using WNetGetUserA Pin
Carsten Zeumer7-Jun-05 10:15
Carsten Zeumer7-Jun-05 10:15 
GeneralCreating ToolBar with enabled buttons Pin
Budric B.7-Jun-05 9:16
Budric B.7-Jun-05 9:16 
GeneralRe: Creating ToolBar with enabled buttons Pin
PJ Arends7-Jun-05 12:32
professionalPJ Arends7-Jun-05 12:32 
GeneralRe: that fixed the problem Pin
Budric B.8-Jun-05 3:59
Budric B.8-Jun-05 3:59 

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.