Click here to Skip to main content
15,908,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: windows explorer Pin
David Crow14-Jun-04 3:12
David Crow14-Jun-04 3:12 
GeneralBMP TO JPG CONVERSION IN VC++ Pin
rajgopal14-Jun-04 1:25
rajgopal14-Jun-04 1:25 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
Atif Mushtaq14-Jun-04 2:00
Atif Mushtaq14-Jun-04 2:00 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
User 665814-Jun-04 2:06
User 665814-Jun-04 2:06 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
Vadim Tabakman14-Jun-04 17:07
Vadim Tabakman14-Jun-04 17:07 
GeneralAfxEnableControlContainer() fails... help Pin
ronhash14-Jun-04 1:23
ronhash14-Jun-04 1:23 
QuestionHow to make Localisation .dll for my product Pin
Gopabandhu14-Jun-04 0:22
Gopabandhu14-Jun-04 0:22 
AnswerRe: How to make Localisation .dll for my product Pin
Johan Rosengren14-Jun-04 1:02
Johan Rosengren14-Jun-04 1:02 
GeneralRe: How to make Localisation .dll for my product Pin
Gopabandhu14-Jun-04 1:27
Gopabandhu14-Jun-04 1:27 
AnswerRe: How to make Localisation .dll for my product Pin
soundman3214-Jun-04 21:44
soundman3214-Jun-04 21:44 
GeneralSnapShot Viewer Pin
soundman3213-Jun-04 23:55
soundman3213-Jun-04 23:55 
GeneralRe: SnapShot Viewer Pin
Vadim Tabakman14-Jun-04 17:06
Vadim Tabakman14-Jun-04 17:06 
GeneralRe: SnapShot Viewer Pin
soundman3214-Jun-04 21:37
soundman3214-Jun-04 21:37 
Generalwe missed the shortcuts after implementing keypressed handler Pin
ayca13-Jun-04 23:23
ayca13-Jun-04 23:23 
GeneralRe: we missed the shortcuts after implementing keypressed handler Pin
Johan Rosengren14-Jun-04 9:06
Johan Rosengren14-Jun-04 9:06 
GeneralKeyboard detection Pin
tarzan le plombier13-Jun-04 23:22
tarzan le plombier13-Jun-04 23:22 
General- off topic, but... - Pin
toxcct14-Jun-04 0:27
toxcct14-Jun-04 0:27 
GeneralAccess harddisk Pin
Scozturk13-Jun-04 22:45
professionalScozturk13-Jun-04 22:45 
GeneralRe: Access harddisk Pin
Anthony_Yio13-Jun-04 22:56
Anthony_Yio13-Jun-04 22:56 
GeneralRe: Access harddisk Pin
Scozturk13-Jun-04 23:35
professionalScozturk13-Jun-04 23:35 
GeneralRe: Access harddisk Pin
David Crow14-Jun-04 3:23
David Crow14-Jun-04 3:23 
GeneralActually... Pin
bikram singh14-Jun-04 7:38
bikram singh14-Jun-04 7:38 
GeneralRe: Actually... Pin
David Crow14-Jun-04 8:29
David Crow14-Jun-04 8:29 
GeneralRe: Actually... Pin
bikram singh14-Jun-04 8:49
bikram singh14-Jun-04 8:49 
DavidCrow wrote:
Certainly you can. ReadFile(hDriver, &data, 512, &dwRead, NULL) will work just fine for reading the MBR of the first physical drive.

It works for for any sector on the hard disk. Except the ones the hdd controller has marked as "bad" in it's cmos memory.


DavidCrow wrote:
Access to PhysicalDrivexx devices is restricted to administrator-level accounts. To bypass HAL (e.g., virus scanner) would require a device driver.

Thats true. Win some, lose some!

ps. have you worked on a FSFD? When I made mine, I was just so totally confused! The IFS DDK I dont have access to, so it was a really jittery experience!



Bikram Singh

GeneralRe: Actually... Pin
David Crow14-Jun-04 9:04
David Crow14-Jun-04 9: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.