Click here to Skip to main content
15,902,901 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: XP Problem Pin
Dan Neely24-Jul-06 2:32
Dan Neely24-Jul-06 2:32 
QuestionHow to get USB device address? Pin
linshi20-Jul-06 22:47
linshi20-Jul-06 22:47 
AnswerRe: How to get USB device address? Pin
mmhu21-Jul-06 2:35
mmhu21-Jul-06 2:35 
QuestionHow to access the register's value when using the IAMVideoProAmp Pin
retinex20-Jul-06 20:39
retinex20-Jul-06 20:39 
AnswerRe: How to access the register's value when using the IAMVideoProAmp Pin
retinex20-Jul-06 22:32
retinex20-Jul-06 22:32 
QuestionHow to retrieve USB flash drive mount point Pin
mmhu20-Jul-06 12:09
mmhu20-Jul-06 12:09 
Questionhard disk Pin
jitenderbansal19-Jul-06 20:02
jitenderbansal19-Jul-06 20:02 
AnswerRe: hard disk Pin
stanlymt19-Jul-06 21:08
stanlymt19-Jul-06 21:08 
DWORD GetSerialNumber(int nDrive)
{
DWORD dwHDSerialNum = 0;

if (!GetVolumeInformation(GetRoot(nDrive), NULL, 0, &dwHDSerialNum,NULL,NULL, NULL, 0))
return (DWORD)-1;

return dwHDSerialNum;
}
GeneralRe: hard disk Pin
Ed.Poore19-Jul-06 22:46
Ed.Poore19-Jul-06 22:46 
AnswerRe: hard disk Pin
Hamid_RT2-Aug-06 20:41
Hamid_RT2-Aug-06 20:41 
AnswerMessage Closed Pin
2-Mar-22 22:05
scott roger2-Mar-22 22:05 
QuestionAdvanced server 2000 RAID broken - please help Pin
Vaclav17-Jul-06 10:51
Vaclav17-Jul-06 10:51 
QuestionAsk for help for Non PnP ISA driver Pin
zouchao111216-Jul-06 3:54
zouchao111216-Jul-06 3:54 
AnswerRe: Ask for help for Non PnP ISA driver Pin
fat_boy27-Jul-06 4:12
fat_boy27-Jul-06 4:12 
QuestionFrame Grabber Pin
mehmetned12-Jul-06 3:55
mehmetned12-Jul-06 3:55 
AnswerRe: Frame Grabber Pin
Dave Kreskowiak12-Jul-06 4:17
mveDave Kreskowiak12-Jul-06 4:17 
QuestionApple Xserve G5 Vs IBM Pin
campbells12-Jul-06 3:16
campbells12-Jul-06 3:16 
AnswerRe: Apple Xserve G5 Vs IBM Pin
Mike Dimmick16-Jul-06 6:07
Mike Dimmick16-Jul-06 6:07 
QuestionVideo Ram Pin
samira forooghi8-Jul-06 1:14
samira forooghi8-Jul-06 1:14 
AnswerRe: Video Ram Pin
Paul Conrad8-Jul-06 6:37
professionalPaul Conrad8-Jul-06 6:37 
QuestionASSEMLY LANGUAGE PROGRAMS IN 8086 Pin
premium17-Jul-06 20:40
premium17-Jul-06 20:40 
AnswerRe: ASSEMLY LANGUAGE PROGRAMS IN 8086 Pin
premium17-Jul-06 20:41
premium17-Jul-06 20:41 
GeneralRe: ASSEMLY LANGUAGE PROGRAMS IN 8086 Pin
Paul Conrad7-Jul-06 21:18
professionalPaul Conrad7-Jul-06 21:18 
GeneralRe: ASSEMLY LANGUAGE PROGRAMS IN 8086 Pin
premium18-Jul-06 8:42
premium18-Jul-06 8:42 
GeneralRe: ASSEMLY LANGUAGE PROGRAMS IN 8086 Pin
Paul Conrad8-Jul-06 10:04
professionalPaul Conrad8-Jul-06 10:04 

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.