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

C / C++ / MFC

 
AnswerRe: How to resize window automatic. Pin
Hamid_RT8-Apr-08 7:22
Hamid_RT8-Apr-08 7:22 
Generalvirtual BOOL PreTranslateMessage(MSG* pMsg); Pin
TalSt6-Apr-08 21:15
TalSt6-Apr-08 21:15 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
Nibu babu thomas6-Apr-08 21:35
Nibu babu thomas6-Apr-08 21:35 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
TalSt6-Apr-08 22:39
TalSt6-Apr-08 22:39 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
Nibu babu thomas6-Apr-08 22:51
Nibu babu thomas6-Apr-08 22:51 
GeneralRe: virtual BOOL PreTranslateMessage(MSG* pMsg); Pin
Stephen Hewitt7-Apr-08 15:31
Stephen Hewitt7-Apr-08 15:31 
Generaldeleting a empty folder from a specified path Pin
neha.agarwal276-Apr-08 20:58
neha.agarwal276-Apr-08 20:58 
GeneralRe: deleting a empty folder from a specified path Pin
Michael Schubert6-Apr-08 21:42
Michael Schubert6-Apr-08 21:42 
You're using a rather bizarre mixture of Win32, tchar and _UNICODE functions. I assume you have checked elsewhere that the folder you want to delete is empty, right? Also, you don't have to use GetFileAttributes() since you want to delete the folder anyway.

Most importantly, check the return code from SetFileAttributes() with GetLastError().
If that is successful, use RemoveDirectory() and again check the return value with GetLastError().
Questionhow to use lineHold() to put a call on hold [modified] Pin
sauravpratik926-Apr-08 20:33
sauravpratik926-Apr-08 20:33 
Questionhow to run dll using Rundll32.exe [modified] Pin
nitin36-Apr-08 20:18
nitin36-Apr-08 20:18 
AnswerRe: how to run dll using Rundll32.exe Pin
CPallini6-Apr-08 21:32
mveCPallini6-Apr-08 21:32 
GeneralRe: how to run dll using Rundll32.exe Pin
nitin36-Apr-08 21:48
nitin36-Apr-08 21:48 
GeneralRe: how to run dll using Rundll32.exe Pin
CPallini6-Apr-08 23:43
mveCPallini6-Apr-08 23:43 
JokeRe: how to run dll using Rundll32.exe Pin
ThatsAlok6-Apr-08 22:47
ThatsAlok6-Apr-08 22:47 
Generalcheck how much bytes are transsferred from port 21 Pin
chetanjoshi96-Apr-08 20:01
chetanjoshi96-Apr-08 20:01 
Generalcalculate how much bytes transfferd by putfile() function Pin
chetanjoshi96-Apr-08 19:59
chetanjoshi96-Apr-08 19:59 
GeneralRe: calculate how much bytes transfferd by putfile() function Pin
ThatsAlok6-Apr-08 22:54
ThatsAlok6-Apr-08 22:54 
GeneralCheck Internet speed Pin
chetanjoshi96-Apr-08 19:58
chetanjoshi96-Apr-08 19:58 
GeneralRe: Check Internet speed Pin
ThatsAlok6-Apr-08 22:50
ThatsAlok6-Apr-08 22:50 
GeneralCComMultiThreadModelNoCS Pin
George_George6-Apr-08 19:53
George_George6-Apr-08 19:53 
QuestionATL bug of CComPtr? Pin
George_George6-Apr-08 19:42
George_George6-Apr-08 19:42 
AnswerRe: ATL bug of CComPtr? Pin
CPallini6-Apr-08 22:14
mveCPallini6-Apr-08 22:14 
GeneralRe: ATL bug of CComPtr? Pin
George_George6-Apr-08 22:26
George_George6-Apr-08 22:26 
GeneralRe: ATL bug of CComPtr? Pin
CPallini6-Apr-08 23:09
mveCPallini6-Apr-08 23:09 
GeneralRe: ATL bug of CComPtr? Pin
George_George6-Apr-08 23:12
George_George6-Apr-08 23:12 

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.