Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAssigning a New File Format? Pin
Steven Richardson27-Feb-02 12:36
Steven Richardson27-Feb-02 12:36 
AnswerRe: Assigning a New File Format? Pin
Nish Nishant27-Feb-02 13:18
sitebuilderNish Nishant27-Feb-02 13:18 
GeneralCPropertySheet::DoModal() removing the std buttons Pin
fabs27-Feb-02 11:27
fabs27-Feb-02 11:27 
GeneralRe: CPropertySheet::DoModal() removing the std buttons Pin
fabs27-Feb-02 12:04
fabs27-Feb-02 12:04 
QuestionEvent Handler Wizard in VC++ 7? Pin
Matt Newman27-Feb-02 11:01
Matt Newman27-Feb-02 11:01 
GeneralQuestion about C++ Pin
Loli1027-Feb-02 10:06
Loli1027-Feb-02 10:06 
GeneralRe: Question about C++ Pin
Chris Losinger27-Feb-02 10:14
professionalChris Losinger27-Feb-02 10:14 
GeneralRe: Question about C++ Pin
Carlos Antollini27-Feb-02 10:19
Carlos Antollini27-Feb-02 10:19 
GeneralRe: Question about C++ Pin
Roger Wright27-Feb-02 13:13
professionalRoger Wright27-Feb-02 13:13 
GeneralMCAD for C++ Pin
TigerNinja_27-Feb-02 9:24
TigerNinja_27-Feb-02 9:24 
GeneralC++ Pin
dannyhoare@nowhere.com27-Feb-02 9:16
dannyhoare@nowhere.com27-Feb-02 9:16 
GeneralRe: C++ Pin
Paul M Watt27-Feb-02 12:48
mentorPaul M Watt27-Feb-02 12:48 
GeneralRe: C++ Pin
Christian Graus27-Feb-02 15:19
protectorChristian Graus27-Feb-02 15:19 
GeneralRe: C++ Pin
Nish Nishant27-Feb-02 17:14
sitebuilderNish Nishant27-Feb-02 17:14 
GeneralRe: C++ Pin
Christian Graus27-Feb-02 17:31
protectorChristian Graus27-Feb-02 17:31 
GeneralRe: C++ Pin
Nish Nishant27-Feb-02 17:40
sitebuilderNish Nishant27-Feb-02 17:40 
GeneralWildcard Delete Without DOS Window Pin
27-Feb-02 7:42
suss27-Feb-02 7:42 
GeneralRe: Wildcard Delete Without DOS Window Pin
Shog927-Feb-02 7:54
sitebuilderShog927-Feb-02 7:54 
You can use the FindFile API to locate the files you wish to delete, and then your choice of functions (unlink(), DeleteFile(), etc.) to perform the deletion.

farewell goodnight last one out turn out the lights
Smashing Pumpkins, Tales of a Scorched Earth

GeneralRe: Wildcard Delete Without DOS Window Pin
Mandy27-Feb-02 8:19
Mandy27-Feb-02 8:19 
GeneralRe: Wildcard Delete Without DOS Window Pin
Michael Dunn27-Feb-02 8:17
sitebuilderMichael Dunn27-Feb-02 8:17 
GeneralRe: Wildcard Delete Without DOS Window Pin
Alvaro Mendez27-Feb-02 10:51
Alvaro Mendez27-Feb-02 10:51 
QuestionTwo state pushbuttons??? Pin
alex.barylski27-Feb-02 7:07
alex.barylski27-Feb-02 7:07 
AnswerRe: Two state pushbuttons??? Pin
Paul M Watt27-Feb-02 7:26
mentorPaul M Watt27-Feb-02 7:26 
GeneralRe: Two state pushbuttons??? Pin
alex.barylski27-Feb-02 7:55
alex.barylski27-Feb-02 7:55 
GeneralClass reutilisation? (newbie) Pin
Joan M27-Feb-02 6:23
professionalJoan M27-Feb-02 6:23 

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.