Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHacking CPropertySheet Pin
Mustafa Demirhan8-Mar-02 23:49
Mustafa Demirhan8-Mar-02 23:49 
GeneralRe: Hacking CPropertySheet Pin
Joaquín M López Muñoz8-Mar-02 23:52
Joaquín M López Muñoz8-Mar-02 23:52 
GeneralRe: Hacking CPropertySheet Pin
Mustafa Demirhan9-Mar-02 1:03
Mustafa Demirhan9-Mar-02 1:03 
GeneralRe: Hacking CPropertySheet Pin
Tim Smith9-Mar-02 4:50
Tim Smith9-Mar-02 4:50 
Generalcreating a Tictactoe Alpha pruning algorthm... Pin
John Cruz8-Mar-02 22:05
John Cruz8-Mar-02 22:05 
GeneralRe: creating a Tictactoe Alpha pruning algorthm... Pin
markkuk10-Mar-02 20:05
markkuk10-Mar-02 20:05 
Generalaccess to path Pin
meirav8-Mar-02 21:35
meirav8-Mar-02 21:35 
GeneralRe: access to path Pin
Joe Moldovan9-Mar-02 1:40
Joe Moldovan9-Mar-02 1:40 
I use the Shell Lightweight Utility APIs for this kind of stuff. You need to include "Shlwapi.h" and build with "Shlwapi.lib". The API is very easy to use. For your question,

BOOL PathFileExists( LPCTSTR pszPath );

You can find this in MSDN->Platform SDK->User Interface Services->Windows Shell->
Shell Reference->Shell Lightweight Utility APIs

Hope this helps!
GeneralRe: access to path Pin
Derek Waters10-Mar-02 11:45
Derek Waters10-Mar-02 11:45 
Questionwhy CreateDirectory fails in NTFS drives ? Pin
8-Mar-02 21:11
suss8-Mar-02 21:11 
AnswerRe: why CreateDirectory fails in NTFS drives ? Pin
Mukkie9-Mar-02 0:48
Mukkie9-Mar-02 0:48 
GeneralRe: Thanks now it is working very fine Pin
9-Mar-02 20:11
suss9-Mar-02 20:11 
Questionwhy CreateDirectory fails in NTFS drives ? Pin
8-Mar-02 21:09
suss8-Mar-02 21:09 
GeneralOverlap two windows with different instances Pin
8-Mar-02 19:13
suss8-Mar-02 19:13 
GeneralRe: Overlap two windows with different instances Pin
Christian Graus8-Mar-02 19:24
protectorChristian Graus8-Mar-02 19:24 
GeneralRe: Overlap two windows with different instances Pin
8-Mar-02 19:25
suss8-Mar-02 19:25 
GeneralRe: Overlap two windows with different instances Pin
Shog98-Mar-02 19:51
sitebuilderShog98-Mar-02 19:51 
GeneralMaximize Pin
8-Mar-02 16:44
suss8-Mar-02 16:44 
GeneralRe: Maximize Pin
ColinDavies8-Mar-02 17:03
ColinDavies8-Mar-02 17:03 
GeneralRe: Maximize Pin
Nish Nishant8-Mar-02 17:33
sitebuilderNish Nishant8-Mar-02 17:33 
GeneralRe: Maximize Pin
ColinDavies8-Mar-02 18:04
ColinDavies8-Mar-02 18:04 
GeneralRe: Maximize Pin
Paul M Watt8-Mar-02 18:15
mentorPaul M Watt8-Mar-02 18:15 
GeneralRe: Maximize Pin
Tim Smith9-Mar-02 4:51
Tim Smith9-Mar-02 4:51 
GeneralCWebBrowser2 Question Pin
User 127828-Mar-02 12:20
User 127828-Mar-02 12:20 
GeneralRe: CWebBrowser2 Question Pin
ColinDavies8-Mar-02 16:55
ColinDavies8-Mar-02 16:55 

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.