Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

bghuang

@bghuang
About
Posts
15
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get the total sectors for USB flash disk ?
    B bghuang

    Which function can I use in VC6? Prompt : there are not the CHS parameters for USB flash disk .

    C / C++ / MFC adobe tutorial question

  • How to get the total sectors of physical disk
    B bghuang

    I want to get the disk size for every physical disk. The CHS parameter is true for harddisk,but wrong for USB flash disk. Becase the system assume that's X*255*63,the total sectors are also wrong. I dont know what function can I use.

    C / C++ / MFC adobe tutorial question

  • How to get the total sectors of physical disk
    B bghuang

    The USB flash disk have no CHS parameters (the system use virtual parameters),I only need to get teh total sectors for physical drive. The MBR and BOOT may be failure. so your function is invalid. ,how to do it? Thanks.

    C / C++ / MFC adobe tutorial question

  • How to get the total sectors of physical disk
    B bghuang

    I want to get the total sectors for physical drive. The MBR and BOOT may be failure. so your function is invalid. Could tell me the other function? Thanks.:)

    C / C++ / MFC adobe tutorial question

  • How to let the CListCtrl selected
    B bghuang

    I try,but faild.

    C / C++ / MFC tutorial question

  • Hiding CMenu items
    B bghuang

    CMenu *pMenu=GetMenu(); pMenu->EnableMenuItem(ID_SEARCHINLISTCONTINUE, MF_BYCOMMAND | MF_DISABLED | MF_GRAYED); pMenu->EnableMenuItem( ID_COMEBACK_MBR, MF_BYCOMMAND | MF_ENABLED);

    C / C++ / MFC com tutorial question

  • How to let the CListCtrl selected
    B bghuang

    There are many object in the same windows,How to let the CListCtrl selected by program othe than by tne mouse?

    C / C++ / MFC tutorial question

  • strange in NTFS sector
    B bghuang

    I found a special phenomena when I analyse the NTFS structure: the data in offset 0x1fe of some sectors was changed, so I cannot do something because the data is illegal. Why?,what can I do?

    C / C++ / MFC question

  • Disable or Enable a Button
    B bghuang

    true/false

    C / C++ / MFC help tutorial question c++ json

  • How to control the sort property of a CListCtrl controler?
    B bghuang

    :laugh::laugh::laugh:

    C / C++ / MFC tutorial question

  • How to control the sort property of a CListCtrl controler?
    B bghuang

    In the program ,I use a CListCtrl controler, sometimes I want to set the sort property enable or disable ,how to do it?

    C / C++ / MFC tutorial question

  • What is a file?
    B bghuang

    There are 2 main structures in Windows system: FAT32 & NTFS. The NTFS system is similar to the UNIX ,But the FAT32 are not. you can search the topic about FAT32 from MSDN or Google.:laugh:

    C / C++ / MFC question com algorithms data-structures performance

  • open up a file as read-only
    B bghuang

    :laugh: CFile SrcFile; CString SrcFileName="C:\\test.doc"; SrcFile.Open(SrcFileName,CFile::modeRead ,NULL);

    C / C++ / MFC question

  • How to read the floppy sectors when the 0 sector is bad
    B bghuang

    The CFloppyDisk use the folling sentence to read the sector,so it cannot pass the error.:(:( CreateFile("\\\\.\\A:", GENERIC_READ|GENERIC_WRITE,0, NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);

    C / C++ / MFC c++ tutorial question

  • How to read the floppy sectors when the 0 sector is bad
    B bghuang

    I want to recovery the floppy disk,but cannot read the sectors when the 0 sector is bad. The tool HD copy and DiskEdit can do it. How to do it? My program is running in MFC mode but not console mode

    C / C++ / MFC c++ tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups