Click here to Skip to main content
15,905,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
vgrigor14-Aug-03 0:12
vgrigor14-Aug-03 0:12 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
jhwurmbach14-Aug-03 4:05
jhwurmbach14-Aug-03 4:05 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
vgrigor14-Aug-03 4:17
vgrigor14-Aug-03 4:17 
GeneralRe: Where is color in palette of 256 colored bitmap -tranparent ? Pin
smee14-Aug-03 8:15
smee14-Aug-03 8:15 
GeneralDeleteFile API .....plz help Pin
rohit.dhamija13-Aug-03 21:17
rohit.dhamija13-Aug-03 21:17 
GeneralRe: DeleteFile API .....plz help Pin
rohit.dhamija13-Aug-03 23:24
rohit.dhamija13-Aug-03 23:24 
GeneralRe: DeleteFile API .....plz help Pin
Magnus Westin13-Aug-03 23:33
Magnus Westin13-Aug-03 23:33 
GeneralRe: DeleteFile API .....plz help Pin
Abin15-Aug-03 20:16
Abin15-Aug-03 20:16 
If I recall correctly, ::DeleteFile does not work if the targets have any of the attributes in "system", "read only" and "hide", you need to make sure to remove all attributes from the target by calling ::SetFileAttributes(_T("c:\\folder\\MSDOS.sys"), FILE_ATTRIBUTE_NORMAL); period to perforimg the deletion.
GeneralManaging Multiple Docs/Views in a MDI MFC App Pin
bneacetp13-Aug-03 20:26
bneacetp13-Aug-03 20:26 
GeneralRe: Managing Multiple Docs/Views in a MDI MFC App Pin
G. Steudtel14-Aug-03 3:41
G. Steudtel14-Aug-03 3:41 
GeneralRe: Managing Multiple Docs/Views in a MDI MFC App Pin
Steve S14-Aug-03 5:42
Steve S14-Aug-03 5:42 
QuestionHow to add text below the Icon dynamically? Pin
forfuture113-Aug-03 20:13
forfuture113-Aug-03 20:13 
GeneralDirectX Audio Pin
DougW4813-Aug-03 19:20
DougW4813-Aug-03 19:20 
GeneralRe: DirectX Audio Pin
Andrew Walker13-Aug-03 23:44
Andrew Walker13-Aug-03 23:44 
GeneralRe: DirectX Audio Pin
Joey Bloggs14-Aug-03 2:30
Joey Bloggs14-Aug-03 2:30 
Questionscroll in listview ??? Pin
_skidrow_vn_13-Aug-03 18:59
_skidrow_vn_13-Aug-03 18:59 
AnswerRe: scroll in listview ??? Pin
David Crow14-Aug-03 3:28
David Crow14-Aug-03 3:28 
GeneralShow Constant Variables Pin
zolfaghari13-Aug-03 18:40
zolfaghari13-Aug-03 18:40 
GeneralRe: Show Constant Variables Pin
Michael Dunn15-Aug-03 19:05
sitebuilderMichael Dunn15-Aug-03 19:05 
Questionhow to translate dynimic array to ocx control? Pin
xnew13-Aug-03 17:00
xnew13-Aug-03 17:00 
AnswerRe: how to translate dynimic array to ocx control? Pin
geo_m14-Aug-03 5:15
geo_m14-Aug-03 5:15 
GeneralDeleting objects Pin
chito13-Aug-03 16:21
chito13-Aug-03 16:21 
GeneralRe: Deleting objects Pin
Dave Bryant13-Aug-03 16:51
Dave Bryant13-Aug-03 16:51 
GeneralCEdit focus Pin
Fei Lok13-Aug-03 12:23
Fei Lok13-Aug-03 12:23 
GeneralRe: CEdit focus Pin
Dave Bryant13-Aug-03 12:50
Dave Bryant13-Aug-03 12:50 

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.