Edfair
Actually, the Boot Sector (or reserved sector, or 0th sector) starts at sector 32. Is that the same as the Master Boot record?
By the way, the file system used is FAT16.
Thanks a lot for your help!
alex
Hi there
I just formatted a Compact Flash card using Windows 2000. With a little application I wrote, I'm now trying to read the entire content of the flash card, sector by sector, in order to understand the FAT structure as I want to be able to format the card myself using my application...
Hi
I have a C++ MFC activex with some colored shapes.
I included my activex in a Visual Basic form and change it's color through a command button.
When I click the button, the control's color wont change unless I minimise the form and then maximise it again. I know it must be some sort of...
Hi
I have a C++ MFC activex with some colored shapes.
I included my activex in a Visual Basic form and change it's color through a command button.
When I click the button, the control's color wont change unless I minimise the form and then maximise it again. I know it must be some sort of...
Hi
I would like to know if it's possible to include an OCX component, coded in Visual Basic 6, into a VC++ project.
I tried using Project->AddToProject->Components...
and selected my OCX file. I get this message:
"The ActiveX control is not properly registered, or its type library version...
Hi there
After I run my application for the first time on a new computer, the file type associated with my app adds itself to the "New" submenu in the desktop context menu (this is the menu appearing when right-clicking on the desktop or in the Windows explorer and then clicking on...
Hi there
After I run my application for the first time on a new computer, the file type associated with my app adds itself to the "New" submenu in the desktop context menu (this is the menu appearing when right-clicking on the desktop and then clicking on the "New" submenu)...
When I close my application, it asks me if I want to save the current file (in a popup window). How do I specify I dont want this popup window to appear? (I simply dont want to be able to save the file.)
Thanks
Hi there
I am working on a MDI application and when I close a ChildFrm window (i.e. a document currently loaded in my application), I get an error and my application closes instantly.
What could be the problem here?
Thanks
Thanks for the tip cra.
But now it seems I have another problem. When I try to retrieve each line of the edit box, I get empty strings!
Here is my code (inspired from an MSDN example)
=======================================
CString strCurrentLine, strLine;
CEdit* pmyEdit =...
Hi
I inserted an edit box in a Dialog, using the Ressource editor. The user can write some text in the edit box and I want to access the content.
From within my Dialog CPP file (say Dialog.cpp) I wrote the following to access each line of the edit box:
for()
{
...
How can I specify formatting options (ex: setw(4)) to a string using the sprintf function.
Example:
=============
char currentPosition[250];
sprintf(currentPosition, "X position: %f Y position: %f Z position %f", xPos, yPos, zPos)
=============
I want xPos, yPos and zPos to always be...
Hi there
After I call the SetReadOnly(TRUE) function of my CEdit object, it's backround color switch to grey. How can I specify I want the color to remain white?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.