Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaltalha rehman here Pin
Talha Rehman6-Nov-04 10:20
Talha Rehman6-Nov-04 10:20 
GeneralHelp me plase :: Array of CString Pin
TooLeeDiN5-Nov-04 3:44
TooLeeDiN5-Nov-04 3:44 
GeneralRe: Help me plase :: Array of CString Pin
Maximilien5-Nov-04 3:53
Maximilien5-Nov-04 3:53 
GeneralRe: Help me plase :: Array of CString Pin
Kevin McFarlane5-Nov-04 4:54
Kevin McFarlane5-Nov-04 4:54 
GeneralFile size on disk Pin
Fred_1235-Nov-04 3:21
Fred_1235-Nov-04 3:21 
GeneralRe: File size on disk Pin
David Crow5-Nov-04 5:20
David Crow5-Nov-04 5:20 
GeneralRe: File size on disk Pin
Arsalan Malik5-Nov-04 16:51
Arsalan Malik5-Nov-04 16:51 
GeneralRe: File size on disk Pin
David Crow8-Nov-04 6:19
David Crow8-Nov-04 6:19 
GetDiskFreeSpace(strPath, &dwSectorsPerCluster, &dwBytesPerSector, &dwFreeClusters, &dwTotalClusters);
DWORD dwClusterSize = dwSectorsPerCluster * dwBytesPerSector;
This will not work on volume sizes that are greater than 2GB. For that, I would use ZwQueryInformationFile(..., FileStandardInformation).


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


Generalcountact to the server Pin
basharRSB5-Nov-04 2:59
basharRSB5-Nov-04 2:59 
GeneralRe: countact to the server Pin
jan larsen5-Nov-04 3:33
jan larsen5-Nov-04 3:33 
QuestionIs there any existed code about smart name search? Pin
ATC5-Nov-04 2:45
ATC5-Nov-04 2:45 
AnswerRe: Is there any existed code about smart name search? Pin
RChin5-Nov-04 4:56
RChin5-Nov-04 4:56 
GeneralCTreeCtrl Pin
ThatsAlok5-Nov-04 2:15
ThatsAlok5-Nov-04 2:15 
GeneralRe: CTreeCtrl Pin
V.5-Nov-04 2:38
professionalV.5-Nov-04 2:38 
GeneralRe: CTreeCtrl Pin
Neelesh K J Jain5-Nov-04 2:59
Neelesh K J Jain5-Nov-04 2:59 
GeneralRe: CTreeCtrl Pin
ThatsAlok5-Nov-04 17:26
ThatsAlok5-Nov-04 17:26 
GeneralAutomatic execution Pin
tgprakash5-Nov-04 2:10
tgprakash5-Nov-04 2:10 
GeneralRe: Automatic execution Pin
Trollslayer5-Nov-04 5:23
mentorTrollslayer5-Nov-04 5:23 
GeneralRe: Automatic execution Pin
David Crow5-Nov-04 5:25
David Crow5-Nov-04 5:25 
Generalshowing help file. Pin
V.5-Nov-04 1:23
professionalV.5-Nov-04 1:23 
GeneralRe: showing help file. Pin
Blake Miller5-Nov-04 5:02
Blake Miller5-Nov-04 5:02 
GeneralCListView Horizontal Scroll Bar problem Pin
Neelesh K J Jain5-Nov-04 1:03
Neelesh K J Jain5-Nov-04 1:03 
GeneralRe: CListView Horizontal Scroll Bar problem Pin
Michael Dunn5-Nov-04 13:36
sitebuilderMichael Dunn5-Nov-04 13:36 
QuestionHow to show newline in CStatic text? Pin
Anonymous5-Nov-04 0:40
Anonymous5-Nov-04 0:40 
AnswerRe: How to show newline in CStatic text? Pin
vikramlinux5-Nov-04 0:54
vikramlinux5-Nov-04 0:54 

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.