Click here to Skip to main content
15,924,195 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is there any way to send/receive fax by using TAPI? Pin
Michael P Butler5-Jul-02 1:45
Michael P Butler5-Jul-02 1:45 
GeneralIs ther anyway to disable the menu animations for menus Pin
MaTrIX2k24-Jul-02 18:42
MaTrIX2k24-Jul-02 18:42 
GeneralTo CSocket or not to CSocket.... Pin
George4-Jul-02 17:28
George4-Jul-02 17:28 
GeneralRe: To CSocket or not to CSocket.... Pin
Nish Nishant4-Jul-02 17:44
sitebuilderNish Nishant4-Jul-02 17:44 
GeneralResource Copy Problem Pin
chen4-Jul-02 17:09
chen4-Jul-02 17:09 
GeneralRe: Resource Copy Problem Pin
Rama Krishna Vavilala4-Jul-02 17:13
Rama Krishna Vavilala4-Jul-02 17:13 
Questionuninstall a dll(printer processor)? Pin
4-Jul-02 15:50
suss4-Jul-02 15:50 
Generalshell codeing Pin
sai4-Jul-02 15:21
sai4-Jul-02 15:21 
1ParsePidlFromPath
summary FIt translate ansi path of filesystem into PIDL .
LPITEMIDLIST ParsePidlFromPath(LPCSTR path)
{
//Unicode path is puted into here
OLECHAR szOleChar[MAX_PATH];
//point gdesktopg IshellFolder
LPSHELLFOLDER IpsfDeskTop;
//return PIDL
LPITEMIDLIST Ipifq;
ULONG ulEaten, ulAttribs;
HRESULT hres;
//get gdesktoph IshellFolderr
SHGetDesktopFolder(&lpsfDeskTop);
//translate Ansi path into Unicode,and put into szOleChar
MultiByteToWideChar(CP_ACP,MB_PRECOMPOSED,
Path,-1,szOleChar,sizeof(szOleChar));
//translate szOleChar into PIDL,and put into lpifq ************
?? ***
hres=lpsfDeskTop->Release( ); **
//if failtCreturn NULL
if(FAILED(hres))return NULL;
return lpifq;
}
function leave out several row CHow to do if translate szOleChar into PIDL.
Cry | :((

sai of china
GeneralQuick question - TRACE() Pin
4-Jul-02 14:48
suss4-Jul-02 14:48 
GeneralRe: Quick question - TRACE() Pin
Christian Graus4-Jul-02 15:08
protectorChristian Graus4-Jul-02 15:08 
GeneralRe: Quick question - TRACE() Pin
Rama Krishna Vavilala4-Jul-02 17:09
Rama Krishna Vavilala4-Jul-02 17:09 
GeneralRe: Quick question - TRACE() Pin
5-Jul-02 7:54
suss5-Jul-02 7:54 
QuestionHow to add a record id column(in sql server)? Pin
4-Jul-02 14:42
suss4-Jul-02 14:42 
AnswerRe: How to add a record id column(in sql server)? Pin
Nish Nishant4-Jul-02 15:11
sitebuilderNish Nishant4-Jul-02 15:11 
GeneralRe: How to add a record id column(in sql server)? Pin
4-Jul-02 15:50
suss4-Jul-02 15:50 
GeneralRe: How to add a record id column(in sql server)? Pin
Alexandru Savescu4-Jul-02 22:14
Alexandru Savescu4-Jul-02 22:14 
GeneralShutting down machine running Windows 2000 Pin
redeemer4-Jul-02 11:24
redeemer4-Jul-02 11:24 
GeneralRe: Shutting down machine running Windows 2000 Pin
Nish Nishant4-Jul-02 15:13
sitebuilderNish Nishant4-Jul-02 15:13 
QuestionCD-R(W) SDK for Windows? Pin
Ravi Bhavnani4-Jul-02 9:53
professionalRavi Bhavnani4-Jul-02 9:53 
AnswerRe: CD-R(W) SDK for Windows? Pin
Mike Nordell4-Jul-02 16:32
Mike Nordell4-Jul-02 16:32 
GeneralRe: CD-R(W) SDK for Windows? Pin
Ravi Bhavnani5-Jul-02 1:57
professionalRavi Bhavnani5-Jul-02 1:57 
GeneralSecurity on a NTFS Folder Pin
Kondriks4-Jul-02 9:40
Kondriks4-Jul-02 9:40 
GeneralRe: Security on a NTFS Folder Pin
Mike Nordell4-Jul-02 16:34
Mike Nordell4-Jul-02 16:34 
GeneralDisabling the close box [X] Pin
S van Leent4-Jul-02 9:35
S van Leent4-Jul-02 9:35 
GeneralRe: Disabling the close box [X] Pin
Sonu Kapoor4-Jul-02 9:40
Sonu Kapoor4-Jul-02 9:40 

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.