Click here to Skip to main content
15,909,591 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCString erased without reason ? Pin
RadioOpa5-Feb-06 21:03
RadioOpa5-Feb-06 21:03 
AnswerRe: CString erased without reason ? Pin
Ryan Binns5-Feb-06 21:43
Ryan Binns5-Feb-06 21:43 
AnswerRe: CString erased without reason ? Pin
RadioOpa5-Feb-06 22:23
RadioOpa5-Feb-06 22:23 
GeneralRe: CString erased without reason ? Pin
Ryan Binns5-Feb-06 22:29
Ryan Binns5-Feb-06 22:29 
GeneralRe: CString erased without reason ? Pin
RadioOpa5-Feb-06 22:45
RadioOpa5-Feb-06 22:45 
QuestionHow to store files into database Pin
Shoaib Patel5-Feb-06 20:53
Shoaib Patel5-Feb-06 20:53 
QuestionPIDL of a selected file Pin
ragavan5-Feb-06 19:49
ragavan5-Feb-06 19:49 
AnswerRe: PIDL of a selected file Pin
swaapu5-Feb-06 20:01
swaapu5-Feb-06 20:01 
Yes, u can get the full path of the file by using this function. to display the full path:


SHGetPathFromIDList
This function converts an item identifier list to a file system path.

WINSHELLAPI BOOL WINAPI SHGetPathFromIDList(
LPCITEMIDLIST pidl,
LPSTR pszPath );
Parameters
pidl
[in] Pointer to an item identifier list that specifies a file or directory location relative to the root of the namespace (the desktop).
pszPath
[out] Pointer to a buffer to receive the file system path. This buffer must be at least MAX_PATH characters in size.
Return Values
TRUE indicates success. FALSE indicates failure.

Remarks
If the location specified by the pidl parameter is not part of the file system, this function will fail.


"If you change then change for the good."
GeneralRe: PIDL of a selected file Pin
ragavan5-Feb-06 20:04
ragavan5-Feb-06 20:04 
GeneralRe: PIDL of a selected file Pin
swaapu5-Feb-06 20:19
swaapu5-Feb-06 20:19 
AnswerRe: PIDL of a selected file Pin
PJ Arends5-Feb-06 20:47
professionalPJ Arends5-Feb-06 20:47 
GeneralRe: PIDL of a selected file Pin
ragavan5-Feb-06 20:54
ragavan5-Feb-06 20:54 
Questionsigned char* to cstring Pin
murali_utr5-Feb-06 19:30
murali_utr5-Feb-06 19:30 
AnswerRe: signed char* to cstring Pin
Owner drawn5-Feb-06 19:51
Owner drawn5-Feb-06 19:51 
GeneralRe: signed char* to cstring Pin
murali_utr5-Feb-06 20:31
murali_utr5-Feb-06 20:31 
GeneralRe: signed char* to cstring Pin
Owner drawn5-Feb-06 20:45
Owner drawn5-Feb-06 20:45 
AnswerRe: signed char* to cstring Pin
Ryan Binns5-Feb-06 21:45
Ryan Binns5-Feb-06 21:45 
GeneralRe: signed char* to cstring Pin
ThatsAlok6-Feb-06 0:34
ThatsAlok6-Feb-06 0:34 
GeneralRe: signed char* to cstring Pin
Ryan Binns6-Feb-06 13:13
Ryan Binns6-Feb-06 13:13 
QuestionFindNextFile( ) not working in 2nd iteration Pin
zahid_ash5-Feb-06 19:28
zahid_ash5-Feb-06 19:28 
AnswerRe: FindNextFile( ) not working in 2nd iteration Pin
swaapu5-Feb-06 20:04
swaapu5-Feb-06 20:04 
AnswerRe: FindNextFile( ) not working in 2nd iteration Pin
Ryan Binns5-Feb-06 21:49
Ryan Binns5-Feb-06 21:49 
GeneralRe: FindNextFile( ) not working in 2nd iteration Pin
zahid_ash5-Feb-06 23:26
zahid_ash5-Feb-06 23:26 
GeneralRe: FindNextFile( ) not working in 2nd iteration Pin
Wim Engberts6-Feb-06 0:08
Wim Engberts6-Feb-06 0:08 
Questionhelp me about bayesian algorith Pin
baldha rakesh5-Feb-06 17:46
baldha rakesh5-Feb-06 17:46 

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.