Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: re: Pin
Andreas Saurwein10-Oct-02 4:00
Andreas Saurwein10-Oct-02 4:00 
GeneralRe: re: Pin
Georg Haan10-Oct-02 4:18
Georg Haan10-Oct-02 4:18 
GeneralRe: re: Pin
Andreas Saurwein10-Oct-02 6:22
Andreas Saurwein10-Oct-02 6:22 
Generalabout function GetResize() Pin
Gérald Mercet10-Oct-02 2:08
Gérald Mercet10-Oct-02 2:08 
GeneralRe: about function GetResize() Pin
Stephane Rodriguez.10-Oct-02 3:17
Stephane Rodriguez.10-Oct-02 3:17 
GeneralMs Word / Office Properties and inplace grid... Pin
Braulio Dez10-Oct-02 1:10
Braulio Dez10-Oct-02 1:10 
Generalretrieve the harddisk serial number Pin
vgkotha10-Oct-02 1:05
vgkotha10-Oct-02 1:05 
GeneralRe: retrieve the harddisk serial number Pin
KarstenK10-Oct-02 1:14
mveKarstenK10-Oct-02 1:14 
I have this:

CString csRoot( "C:\\" );
DWORD max = _MAX_PATH;
DWORD maxLen = 0;
DWORD fileFlags;
DWORD serialNo;
char szName[ _MAX_PATH ];
char szSerialNo[ _MAX_PATH ];
char szFileSystem[ _MAX_PATH ];

::GetVolumeInformation( 0, // root directory
szName, // volume name buffer
_MAX_PATH, // length of name buffer
&serialNo, // volume serial number
&maxLen, // maximum file name length
&fileFlags, // file system options
szFileSystem, // file system name buffer
max // length of file system name buffer
);
GeneralRe: retrieve the harddisk serial number Pin
Kannan Kalyanaraman10-Oct-02 1:19
Kannan Kalyanaraman10-Oct-02 1:19 
GeneralRe: retrieve the harddisk serial number Pin
Daniel Turini10-Oct-02 1:38
Daniel Turini10-Oct-02 1:38 
GeneralPeculiar warning!!! Pin
Nish Nishant10-Oct-02 0:12
sitebuilderNish Nishant10-Oct-02 0:12 
GeneralRe: Peculiar warning!!! Pin
Andreas Saurwein10-Oct-02 0:21
Andreas Saurwein10-Oct-02 0:21 
GeneralRe: Peculiar warning!!! Pin
Daniel Turini10-Oct-02 1:32
Daniel Turini10-Oct-02 1:32 
GeneralExport data to excel Pin
Gérald Mercet10-Oct-02 0:06
Gérald Mercet10-Oct-02 0:06 
GeneralRe: Export data to excel Pin
KarstenK10-Oct-02 1:13
mveKarstenK10-Oct-02 1:13 
Questionhow to get handle of copying files within Explorer? Pin
vic_dongyx9-Oct-02 22:53
vic_dongyx9-Oct-02 22:53 
AnswerRe: how to get handle of copying files within Explorer? Pin
Kannan Kalyanaraman9-Oct-02 23:38
Kannan Kalyanaraman9-Oct-02 23:38 
GeneralRe: how to get handle of copying files within Explorer? Pin
vic_dongyx9-Oct-02 23:52
vic_dongyx9-Oct-02 23:52 
GeneralRe: how to get handle of copying files within Explorer? Pin
Kannan Kalyanaraman10-Oct-02 0:04
Kannan Kalyanaraman10-Oct-02 0:04 
GeneralISAPI Filter Pin
Tili9-Oct-02 22:37
Tili9-Oct-02 22:37 
GeneralTo kill a win32 app via batch file Pin
rsasalm_9-Oct-02 22:37
rsasalm_9-Oct-02 22:37 
GeneralRe: To kill a win32 app via batch file Pin
l a u r e n10-Oct-02 3:17
l a u r e n10-Oct-02 3:17 
GeneralRe: To kill a win32 app via batch file Pin
rsasalm_10-Oct-02 4:21
rsasalm_10-Oct-02 4:21 
GeneralRe: To kill a win32 app via batch file Pin
l a u r e n10-Oct-02 4:39
l a u r e n10-Oct-02 4:39 
QuestionHow to print/Preview the static Pin
kanat9-Oct-02 21:58
kanat9-Oct-02 21:58 

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.