Click here to Skip to main content
15,891,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: motion detection Pin
Hamid_RT22-May-07 19:23
Hamid_RT22-May-07 19:23 
QuestionTo check and Create Folder in Win32 API Pin
Suresh H12-Jan-07 0:39
Suresh H12-Jan-07 0:39 
AnswerRe: To check and Create Folder in Win32 API Pin
CPallini12-Jan-07 0:55
mveCPallini12-Jan-07 0:55 
AnswerRe: To check and Create Folder in Win32 API Pin
Rajesh R Subramanian12-Jan-07 1:07
professionalRajesh R Subramanian12-Jan-07 1:07 
GeneralRe: To check and Create Folder in Win32 API Pin
Suresh H12-Jan-07 1:50
Suresh H12-Jan-07 1:50 
GeneralRe: To check and Create Folder in Win32 API Pin
Hamid_RT12-Jan-07 2:01
Hamid_RT12-Jan-07 2:01 
GeneralRe: To check and Create Folder in Win32 API Pin
Suresh H12-Jan-07 2:11
Suresh H12-Jan-07 2:11 
GeneralRe: To check and Create Folder in Win32 API Pin
PJ Arends12-Jan-07 9:36
professionalPJ Arends12-Jan-07 9:36 
Suresh H wrote:
How to link shlwapi.lib file to code ???


When you include the header file simply add a pragma to link the lib
#include <shlwapi.h>
#pragma comment(lib, "shlwapi.lib")
Lot easier than mucking around in the project settings and you will never forget it if you reuse the file in another project.




You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

AnswerRe: To check and Create Folder in Win32 API Pin
Hamid_RT12-Jan-07 1:14
Hamid_RT12-Jan-07 1:14 
AnswerRe: To check and Create Folder in Win32 API Pin
James R. Twine12-Jan-07 1:32
James R. Twine12-Jan-07 1:32 
AnswerRe: To check and Create Folder in Win32 API Pin
Cristian Amarie13-Jan-07 4:35
Cristian Amarie13-Jan-07 4:35 
QuestionRetrieve jpg file from Access database Pin
Vishvanathan12-Jan-07 0:39
Vishvanathan12-Jan-07 0:39 
QuestionRe: Retrieve jpg file from Access database Pin
CPallini12-Jan-07 3:01
mveCPallini12-Jan-07 3:01 
AnswerRe: Retrieve jpg file from Access database Pin
Vishvanathan12-Jan-07 4:01
Vishvanathan12-Jan-07 4:01 
QuestionGET_X_LPARAM Pin
Astricks12-Jan-07 0:08
Astricks12-Jan-07 0:08 
AnswerRe: GET_X_LPARAM Pin
toxcct12-Jan-07 0:22
toxcct12-Jan-07 0:22 
AnswerRe: GET_X_LPARAM Pin
CPallini12-Jan-07 0:34
mveCPallini12-Jan-07 0:34 
QuestionCWinThread and leak Pin
NorGUI11-Jan-07 23:39
NorGUI11-Jan-07 23:39 
AnswerRe: CWinThread and leak Pin
Cedric Moonen11-Jan-07 23:50
Cedric Moonen11-Jan-07 23:50 
GeneralRe: CWinThread and leak Pin
toxcct12-Jan-07 0:38
toxcct12-Jan-07 0:38 
GeneralRe: CWinThread and leak Pin
NorGUI12-Jan-07 0:54
NorGUI12-Jan-07 0:54 
AnswerRe: CWinThread and leak Pin
Roger Stoltz12-Jan-07 2:35
Roger Stoltz12-Jan-07 2:35 
QuestionCString Pathnames - backslash Pin
im7911-Jan-07 23:19
im7911-Jan-07 23:19 
AnswerRe: CString Pathnames - backslash Pin
_AnsHUMAN_ 11-Jan-07 23:41
_AnsHUMAN_ 11-Jan-07 23:41 
AnswerRe: CString Pathnames - backslash Pin
CPallini11-Jan-07 23:45
mveCPallini11-Jan-07 23:45 

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.