Click here to Skip to main content
15,904,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: streaming video Pin
Christian Graus24-Aug-04 17:03
protectorChristian Graus24-Aug-04 17:03 
QuestionAdding richtextbox using Win32 SDK? Pin
SuperTank24-Aug-04 6:46
SuperTank24-Aug-04 6:46 
AnswerRe: Adding richtextbox using Win32 SDK? Pin
Antti Keskinen24-Aug-04 7:38
Antti Keskinen24-Aug-04 7:38 
Generallimiting application disk space usage Pin
aitshar24-Aug-04 6:24
aitshar24-Aug-04 6:24 
GeneralRe: limiting application disk space usage Pin
David Crow24-Aug-04 6:36
David Crow24-Aug-04 6:36 
GeneralRe: limiting application disk space usage Pin
aitshar24-Aug-04 6:40
aitshar24-Aug-04 6:40 
GeneralRe: limiting application disk space usage Pin
David Crow24-Aug-04 6:52
David Crow24-Aug-04 6:52 
GeneralRe: limiting application disk space usage Pin
De Nardis Andrea24-Aug-04 6:49
De Nardis Andrea24-Aug-04 6:49 
If the dir tree starts from a fixed root, try to iterate through the tree via ::FindFirstFile, ::FindNextFile, ::FindClose, check the disk quota, and if a new file would overcome the limit delete the oldest one. It's very easy to implement, and can optimized just caching the prev dimension and remembering some few old files in order to iterate only when needed.
Hope this helps.
Regards,
Andrea
GeneralDefault window size when opening a file in Visual Studio Pin
sparkySr24-Aug-04 6:14
sparkySr24-Aug-04 6:14 
GeneralRe: Default window size when opening a file in Visual Studio Pin
Antti Keskinen24-Aug-04 7:42
Antti Keskinen24-Aug-04 7:42 
GeneralRe: Default window size when opening a file in Visual Studio Pin
sparkySr24-Aug-04 10:56
sparkySr24-Aug-04 10:56 
GeneralBe notified of the input focus Pin
De Nardis Andrea24-Aug-04 5:47
De Nardis Andrea24-Aug-04 5:47 
GeneralRe: Be notified of the input focus Pin
David Crow24-Aug-04 5:51
David Crow24-Aug-04 5:51 
GeneralRe: Be notified of the input focus Pin
De Nardis Andrea24-Aug-04 6:13
De Nardis Andrea24-Aug-04 6:13 
GeneralThank you Mr Maximilien But..... Pin
bunty2k424-Aug-04 5:26
bunty2k424-Aug-04 5:26 
GeneralRe: Thank you Mr Maximilien But..... Pin
David Crow24-Aug-04 5:57
David Crow24-Aug-04 5:57 
Generalplacing pieces on game board Pin
Choane Kgotso24-Aug-04 4:57
Choane Kgotso24-Aug-04 4:57 
Generalcontrolling HTML web page in Visual C++ 6.0 Pin
Freeman Taylor24-Aug-04 4:15
Freeman Taylor24-Aug-04 4:15 
GeneralRe: controlling HTML web page in Visual C++ 6.0 Pin
Jeff Bogan24-Aug-04 5:50
Jeff Bogan24-Aug-04 5:50 
GeneralRe: controlling HTML web page in Visual C++ 6.0 Pin
Freeman Taylor24-Aug-04 6:35
Freeman Taylor24-Aug-04 6:35 
GeneralRe: controlling HTML web page in Visual C++ 6.0 Pin
Neville Franks24-Aug-04 10:45
Neville Franks24-Aug-04 10:45 
GeneralPersistant GetOpenFileName Pin
Patrick REY24-Aug-04 3:57
Patrick REY24-Aug-04 3:57 
GeneralInterprocess communication or something like that Pin
olliman24-Aug-04 3:15
olliman24-Aug-04 3:15 
GeneralTCP/IP Socket KeepAlive Feature Question. Pin
jerry1211a24-Aug-04 3:05
jerry1211a24-Aug-04 3:05 
GeneralRe: TCP/IP Socket KeepAlive Feature Question. Pin
Henry miller24-Aug-04 3:20
Henry miller24-Aug-04 3:20 

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.