Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC 8.0 In Visual Studio 2008 Pin
Hamid_RT14-May-08 18:02
Hamid_RT14-May-08 18:02 
Questionhow do I display simple dialog box Pin
Kwanalouie14-May-08 3:31
Kwanalouie14-May-08 3:31 
AnswerRe: how do I display simple dialog box Pin
prasad_som14-May-08 3:38
prasad_som14-May-08 3:38 
AnswerRe: how do I display simple dialog box Pin
David Crow14-May-08 3:44
David Crow14-May-08 3:44 
GeneralRe: how do I display simple dialog box Pin
CPallini14-May-08 3:59
mveCPallini14-May-08 3:59 
AnswerRe: how do I display simple dialog box Pin
Hamid_RT14-May-08 18:01
Hamid_RT14-May-08 18:01 
GeneralRe: how do I display simple dialog box Pin
Kwanalouie15-May-08 2:36
Kwanalouie15-May-08 2:36 
QuestionSystem error code 0x00000020 Pin
pvn g14-May-08 3:09
pvn g14-May-08 3:09 
Hi,

i am trying to open HDD driver using createfile() API.
API return code is 0x00000020 (The process cannot access the file because it is being used by another process.).
hSmartDriver = CreateFile( "\\\\.\\PhysicalDrive0", GENERIC_READ,| GENERIC_WRITE, FILE_SHARE_READ, NULL,
OPEN_EXISTING, 0,
NULL
);
purpose of opening this driver is to read the firmware version of HDD by using DeviceIO control "DFP_RECEIVE_DRIVE_DATA".

pavan

AnswerRe: System error code 0x00000020 Pin
Mark Salsbery14-May-08 7:17
Mark Salsbery14-May-08 7:17 
QuestionProblem with running program Pin
mihai12314-May-08 3:09
mihai12314-May-08 3:09 
QuestionRe: Problem with running program Pin
David Crow14-May-08 3:13
David Crow14-May-08 3:13 
AnswerRe: Problem with running program Pin
mihai12314-May-08 3:40
mihai12314-May-08 3:40 
AnswerRe: Problem with running program Pin
prasad_som14-May-08 3:32
prasad_som14-May-08 3:32 
GeneralRe: Problem with running program Pin
mihai12314-May-08 3:42
mihai12314-May-08 3:42 
AnswerRe: Problem with running program Pin
prasad_som14-May-08 3:55
prasad_som14-May-08 3:55 
GeneralRe: Problem with running program Pin
mihai12314-May-08 4:02
mihai12314-May-08 4:02 
QuestionReading XML Data. Pin
T.RATHA KRISHNAN14-May-08 2:46
T.RATHA KRISHNAN14-May-08 2:46 
AnswerRe: Reading XML Data. Pin
Iain Clarke, Warrior Programmer14-May-08 3:00
Iain Clarke, Warrior Programmer14-May-08 3:00 
AnswerRe: Reading XML Data. Pin
Hamid_RT14-May-08 6:53
Hamid_RT14-May-08 6:53 
Questionwininet, hide password in html request Pin
Member 382549314-May-08 2:41
Member 382549314-May-08 2:41 
QuestionHow can store a Picture in MS-Access Database? Pin
Le@rner14-May-08 2:17
Le@rner14-May-08 2:17 
QuestionRe: How can store a Picture in MS-Access Database? Pin
David Crow14-May-08 2:53
David Crow14-May-08 2:53 
AnswerRe: How can store a Picture in MS-Access Database? Pin
_AnsHUMAN_ 14-May-08 3:03
_AnsHUMAN_ 14-May-08 3:03 
AnswerRe: How can store a Picture in MS-Access Database? Pin
Hamid_RT14-May-08 6:50
Hamid_RT14-May-08 6:50 
QuestionConverting int into string Pin
pl_kode14-May-08 2:07
pl_kode14-May-08 2:07 

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.