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

C / C++ / MFC

 
GeneralRe: Error when dumping PE file Pin
David Crow12-Sep-07 4:05
David Crow12-Sep-07 4:05 
GeneralRe: Error when dumping PE file Pin
sawerr12-Sep-07 5:03
sawerr12-Sep-07 5:03 
QuestionHow to set bitmap as a My desktop wallpaper [modified] Pin
padpras12-Sep-07 1:34
padpras12-Sep-07 1:34 
AnswerRe: How to set bitmap as a My desktop wallpaper Pin
David Crow12-Sep-07 3:00
David Crow12-Sep-07 3:00 
AnswerRe: How to set bitmap as a My desktop wallpaper Pin
Hamid_RT12-Sep-07 6:51
Hamid_RT12-Sep-07 6:51 
Questionhow to delete a file permanently from hard disk? Pin
AnayKulkarni12-Sep-07 1:18
AnayKulkarni12-Sep-07 1:18 
AnswerRe: how to delete a file permanently from hard disk? Pin
Karismatic12-Sep-07 1:31
Karismatic12-Sep-07 1:31 
AnswerRe: how to delete a file permanently from hard disk? Pin
krmed12-Sep-07 1:52
krmed12-Sep-07 1:52 
Apparently, you are providing full path names to the pFrom field. If you don't provide full path names, the file(s) won't go to the recycle bin.

If you need to provide full path names, you can try this - I haven't tested it:

Insure that the flags field of SHFILEOPSTRUCT does not contain the FOF_ALLOWUNDO bit.
SHFILEOPSTRUCT foStruct;
foStruct.fFlags &= (~FOF_ALLOWUNDO);


Hope that helps.


Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

AnswerRe: how to delete a file permanently from hard disk? Pin
David Crow12-Sep-07 3:02
David Crow12-Sep-07 3:02 
QuestionWant to check this check box programmatically Pin
Mushtaque Nizamani12-Sep-07 1:01
Mushtaque Nizamani12-Sep-07 1:01 
QuestionRe: Want to check this check box programmatically Pin
David Crow12-Sep-07 3:08
David Crow12-Sep-07 3:08 
AnswerRe: Want to check this check box programmatically Pin
Mushtaque Nizamani12-Sep-07 3:18
Mushtaque Nizamani12-Sep-07 3:18 
GeneralRe: Want to check this check box programmatically Pin
David Crow12-Sep-07 3:34
David Crow12-Sep-07 3:34 
AnswerRe: Want to check this check box programmatically Pin
nbugalia12-Sep-07 3:15
nbugalia12-Sep-07 3:15 
QuestionSemi automatic forground video segmentation Pin
ptr_Electron12-Sep-07 0:44
ptr_Electron12-Sep-07 0:44 
Questiondynamic two dimentional array Pin
KASR112-Sep-07 0:16
KASR112-Sep-07 0:16 
AnswerRe: dynamic two dimentional array Pin
pawelzielin12-Sep-07 0:49
pawelzielin12-Sep-07 0:49 
GeneralRe: dynamic two dimentional array Pin
krmed12-Sep-07 1:53
krmed12-Sep-07 1:53 
GeneralRe: dynamic two dimentional array Pin
pawelzielin12-Sep-07 20:37
pawelzielin12-Sep-07 20:37 
AnswerRe: dynamic two dimentional array Pin
Waldermort12-Sep-07 4:09
Waldermort12-Sep-07 4:09 
AnswerRe: dynamic two dimentional array Pin
Mark Salsbery12-Sep-07 6:53
Mark Salsbery12-Sep-07 6:53 
GeneralRe: dynamic two dimentional array Pin
carrivick12-Sep-07 8:37
carrivick12-Sep-07 8:37 
GeneralRe: dynamic two dimentional array Pin
David Crow12-Sep-07 8:41
David Crow12-Sep-07 8:41 
GeneralRe: dynamic two dimentional array Pin
Mark Salsbery12-Sep-07 8:42
Mark Salsbery12-Sep-07 8:42 
QuestionHow to change size of a win32 toolbar after TB_DELETEBUTTON Pin
ioctl5112-Sep-07 0:13
ioctl5112-Sep-07 0:13 

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.