Click here to Skip to main content
15,885,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Dialog Based App Scaling Problem Pin
acerunner3161-Mar-21 14:08
acerunner3161-Mar-21 14:08 
AnswerRe: MFC Dialog Based App Scaling Problem Pin
Randor 4-Mar-21 10:42
professional Randor 4-Mar-21 10:42 
Questions r flip flop Pin
Member 1508494426-Feb-21 5:16
Member 1508494426-Feb-21 5:16 
AnswerRe: s r flip flop Pin
Dave Kreskowiak26-Feb-21 7:05
mveDave Kreskowiak26-Feb-21 7:05 
QuestionThe free useful tool does not work on Windows 10. Pin
mbncvbut25-Feb-21 3:53
mbncvbut25-Feb-21 3:53 
AnswerRe: The free useful tool does not work on Windows 10. Pin
Richard MacCutchan25-Feb-21 3:55
mveRichard MacCutchan25-Feb-21 3:55 
GeneralRe: The free useful tool does not work on Windows 10. Pin
mbncvbut25-Feb-21 4:11
mbncvbut25-Feb-21 4:11 
SuggestionRe: The free useful tool does not work on Windows 10. Pin
David Crow28-Feb-21 15:22
David Crow28-Feb-21 15:22 
If you knew the extensions that you wanted to routinely delete (e.g., obj, tmp, pdb), you could simply add them to a BAT file something like:

del /s *.obj
del /s *.tmp
...

Put the BAT file in the parent folder of your work area and run it when needed. You could even create a scheduled task to do it automatically.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles


GeneralRe: The free useful tool does not work on Windows 10. Pin
mbncvbut5-Mar-21 19:43
mbncvbut5-Mar-21 19:43 
QuestionC(17) Complete Tutorial References Pin
chipp_zanuff23-Feb-21 6:35
chipp_zanuff23-Feb-21 6:35 
AnswerRe: C(17) Complete Tutorial References Pin
CPallini23-Feb-21 20:27
mveCPallini23-Feb-21 20:27 
GeneralRe: C(17) Complete Tutorial References Pin
chipp_zanuff25-Feb-21 6:45
chipp_zanuff25-Feb-21 6:45 
GeneralRe: C(17) Complete Tutorial References Pin
CPallini25-Feb-21 20:07
mveCPallini25-Feb-21 20:07 
GeneralRe: C(17) Complete Tutorial References Pin
chipp_zanuff26-Feb-21 5:59
chipp_zanuff26-Feb-21 5:59 
AnswerRe: C(17) Complete Tutorial References Pin
Richard MacCutchan23-Feb-21 21:58
mveRichard MacCutchan23-Feb-21 21:58 
GeneralRe: C(17) Complete Tutorial References Pin
chipp_zanuff25-Feb-21 6:43
chipp_zanuff25-Feb-21 6:43 
GeneralRe: C(17) Complete Tutorial References Pin
Victor Nijegorodov25-Feb-21 7:47
Victor Nijegorodov25-Feb-21 7:47 
GeneralRe: C(17) Complete Tutorial References Pin
Richard MacCutchan25-Feb-21 23:12
mveRichard MacCutchan25-Feb-21 23:12 
GeneralRe: C(17) Complete Tutorial References Pin
chipp_zanuff26-Feb-21 6:36
chipp_zanuff26-Feb-21 6:36 
GeneralRe: C(17) Complete Tutorial References Pin
Richard MacCutchan26-Feb-21 6:43
mveRichard MacCutchan26-Feb-21 6:43 
AnswerRe: C(17) Complete Tutorial References Pin
Aghast (nj)9-Mar-21 19:27
Aghast (nj)9-Mar-21 19:27 
GeneralRe: C(17) Complete Tutorial References Pin
Nelek9-Mar-21 19:29
protectorNelek9-Mar-21 19:29 
GeneralRe: C(17) Complete Tutorial References Pin
chipp_zanuff13-Mar-21 0:54
chipp_zanuff13-Mar-21 0:54 
QuestionGetComputerObjectNameW Win API is failing Pin
rajneshmalik18-Feb-21 18:42
rajneshmalik18-Feb-21 18:42 
AnswerRe: GetComputerObjectNameW Win API is failing Pin
Victor Nijegorodov18-Feb-21 20:46
Victor Nijegorodov18-Feb-21 20:46 

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.