Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CtreeCtrl Popupmenu Pin
Mila02521-Nov-06 1:39
Mila02521-Nov-06 1:39 
AnswerRe: CtreeCtrl Popupmenu Pin
Viorel.21-Nov-06 2:08
Viorel.21-Nov-06 2:08 
QuestionProblems with ClearCommError Pin
Demian Panello21-Nov-06 1:07
Demian Panello21-Nov-06 1:07 
QuestionAbout MCI Player Pin
Raja Bose C Leo21-Nov-06 1:06
Raja Bose C Leo21-Nov-06 1:06 
Questionquestion about MSXML ? Pin
Sakthiu21-Nov-06 0:55
Sakthiu21-Nov-06 0:55 
QuestionRe: question about MSXML ? Pin
CPallini21-Nov-06 2:26
mveCPallini21-Nov-06 2:26 
QuestionHow to get Size of safearray Pin
narayanagvs21-Nov-06 0:36
narayanagvs21-Nov-06 0:36 
AnswerRe: How to get Size of safearray Pin
James R. Twine21-Nov-06 0:46
James R. Twine21-Nov-06 0:46 
   My suggestions - look up the following functions:

   SafeArrayGetDim(...)
   SafeArrayGetElemsize(...)
   SafeArrayGetLBound(...)
   SafeArrayGetUBound(...)

   Get The number of dimensions using the first function, use the third and forth ones to determine the number of elements in it.  Use the second function to verify element size (size == 1 if using BYTEs/chars).

   Peace!


-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

QuestionSHBrowseForFolder() API pb Pin
super_ttd21-Nov-06 0:32
super_ttd21-Nov-06 0:32 
AnswerRe: SHBrowseForFolder() API pb Pin
James R. Twine21-Nov-06 0:50
James R. Twine21-Nov-06 0:50 
GeneralRe: SHBrowseForFolder() API pb Pin
super_ttd21-Nov-06 1:31
super_ttd21-Nov-06 1:31 
AnswerRe: SHBrowseForFolder() API pb Pin
David Crow21-Nov-06 3:26
David Crow21-Nov-06 3:26 
GeneralRe: SHBrowseForFolder() API pb Pin
super_ttd21-Nov-06 3:30
super_ttd21-Nov-06 3:30 
GeneralRe: SHBrowseForFolder() API pb Pin
David Crow21-Nov-06 3:38
David Crow21-Nov-06 3:38 
GeneralRe: SHBrowseForFolder() API pb Pin
super_ttd21-Nov-06 3:39
super_ttd21-Nov-06 3:39 
QuestionReadDirectoryChangesW doesn't get message about deleting whole directory [modified] Pin
rudo3221-Nov-06 0:19
rudo3221-Nov-06 0:19 
AnswerRe: ReadDirectoryChangesW doesn't get message about deleting whole directory Pin
Ștefan-Mihai MOGA21-Nov-06 0:30
professionalȘtefan-Mihai MOGA21-Nov-06 0:30 
GeneralRe: ReadDirectoryChangesW doesn't get message about deleting whole directory Pin
rudo3221-Nov-06 1:30
rudo3221-Nov-06 1:30 
AnswerRe: ReadDirectoryChangesW doesn't get message about deleting whole directory Pin
Nibu babu thomas21-Nov-06 0:32
Nibu babu thomas21-Nov-06 0:32 
JokeRe: ReadDirectoryChangesW doesn't get message about deleting whole directory Pin
rudo3221-Nov-06 1:12
rudo3221-Nov-06 1:12 
AnswerRe: ReadDirectoryChangesW doesn't get message about deleting whole directory Pin
toxcct21-Nov-06 1:51
toxcct21-Nov-06 1:51 
Questionnamed pipe Pin
vineeshV21-Nov-06 0:04
vineeshV21-Nov-06 0:04 
AnswerRe: named pipe Pin
Raj Prathap21-Nov-06 0:26
Raj Prathap21-Nov-06 0:26 
AnswerRe: named pipe Pin
harsha_123421-Nov-06 1:13
harsha_123421-Nov-06 1:13 
QuestionCListCtrl Please Help ! Pin
Bravoone_200620-Nov-06 23:59
Bravoone_200620-Nov-06 23: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.