Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to use help file Pin
Mark Salsbery25-May-11 7:51
Mark Salsbery25-May-11 7:51 
AnswerRe: How to use help file Pin
Hans Dietrich25-May-11 17:04
mentorHans Dietrich25-May-11 17:04 
AnswerRe: How to use help file Pin
వేంకటనారాయణ(venkatmakam)25-May-11 19:19
వేంకటనారాయణ(venkatmakam)25-May-11 19:19 
QuestionEdit message in CListCtrl Pin
_Flaviu25-May-11 1:53
_Flaviu25-May-11 1:53 
AnswerRe: Edit message in CListCtrl Pin
Richard MacCutchan25-May-11 2:48
mveRichard MacCutchan25-May-11 2:48 
AnswerRe: Edit message in CListCtrl Pin
Malli_S25-May-11 3:14
Malli_S25-May-11 3:14 
AnswerRe: Edit message in CListCtrl Pin
వేంకటనారాయణ(venkatmakam)25-May-11 3:23
వేంకటనారాయణ(venkatmakam)25-May-11 3:23 
GeneralRe: Edit message in CListCtrl Pin
_Flaviu25-May-11 6:16
_Flaviu25-May-11 6:16 
QuestionWhile going from Paused to Stopped, the Service Hangs at Stopping Pin
SunilKrSingh25-May-11 0:03
SunilKrSingh25-May-11 0:03 
QuestionRe: While going from Paused to Stopped, the Service Hangs at Stopping Pin
Malli_S25-May-11 3:19
Malli_S25-May-11 3:19 
QuestionRe: While going from Paused to Stopped, the Service Hangs at Stopping Pin
Mark Salsbery25-May-11 7:03
Mark Salsbery25-May-11 7:03 
AnswerRe: While going from Paused to Stopped, the Service Hangs at Stopping Pin
jschell25-May-11 10:10
jschell25-May-11 10:10 
GeneralRe: While going from Paused to Stopped, the Service Hangs at Stopping Pin
SunilKrSingh26-May-11 2:05
SunilKrSingh26-May-11 2:05 
QuestionIs it possible to change linked-text color for CRichEditCtrl? Pin
includeh1024-May-11 23:59
includeh1024-May-11 23:59 
AnswerRe: Is it possible to change linked-text color for CRichEditCtrl? Pin
tagopi25-May-11 0:37
tagopi25-May-11 0:37 
QuestionHow to remove the "0" from the starting i.e. from the left of the CString Pin
deadlyabbas24-May-11 22:20
deadlyabbas24-May-11 22:20 
AnswerRe: How to remove the "0" from the starting i.e. from the left of the CString Pin
Prasann Mayekar24-May-11 22:24
Prasann Mayekar24-May-11 22:24 
AnswerRe: How to remove the "0" from the starting i.e. from the left of the CString Pin
Code-o-mat24-May-11 22:31
Code-o-mat24-May-11 22:31 
AnswerRe: How to remove the "0" from the starting i.e. from the left of the CString Pin
_AnsHUMAN_ 25-May-11 1:23
_AnsHUMAN_ 25-May-11 1:23 
QuestionWeird ::CopyFile problem Pin
od@ananzi.co.za24-May-11 21:03
od@ananzi.co.za24-May-11 21:03 
AnswerRe: Weird ::CopyFile problem Pin
ShilpiP24-May-11 21:15
ShilpiP24-May-11 21:15 
GeneralRe: Weird ::CopyFile problem Pin
od@ananzi.co.za24-May-11 21:25
od@ananzi.co.za24-May-11 21:25 
GeneralRe: Weird ::CopyFile problem Pin
ShilpiP24-May-11 21:38
ShilpiP24-May-11 21:38 
od@ananzi.co.za wrote:
It sometimes returns TRUE , but still copies the file into the empty sub-folder

It sometimes returns FALSE, but still copies the file into the empty sub-folder, GetLastError then returns 5

Confused | :confused:

If GetLastError returns 5 than it means Access Denied. You do not have rights to copy data in Program folder.
1) Run your application as admin or
2) Change the property "UAC Execution Level" -> "asInvoker" to "requireAdministrator".
"Every Little Smile can touch Somebody's Heart...
May we find Hundreds of Reasons to Smile Everyday... and
May WE be the Reason for someone else to smile always!" (ICAN)

"Your thoughts are the architects of your destiny."

GeneralRe: Weird ::CopyFile problem Pin
od@ananzi.co.za24-May-11 21:43
od@ananzi.co.za24-May-11 21:43 
GeneralRe: Weird ::CopyFile problem Pin
ShilpiP24-May-11 22:19
ShilpiP24-May-11 22:19 

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.