CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: abinash.1986

Search: Search took 0.01 seconds.

  1. Application hangs during gethostbyaddr and connect function

    Hi,

    I have created an SDI application in which i am creating a client-server application using Socket Programming.I am connecting with multiple PCs.My application works fine if the remote PC...
  2. [RESOLVED] Run an exe in run as admin mode by default

    Hi,
    Can anyone tell me how to run an exe in run as admin mode by default irrespective of the user using mfc . Please help me out with the sample source code.
    Regards,
    Abinash
  3. Resizing a Splitter Window at run time

    Hi All,
    I have created a Splitter Window in which the Right view of the splitter is further split into two parts.How to resize the views during run time i.e. I want to double the size of top view...
  4. Replies
    2
    Views
    792

    Add Icons to menu

    Hi All,
    I have created the menu.Can anybody tell me how to add icons to menu items?

    Thanks,
    Abinash
  5. Replies
    0
    Views
    947

    SMART_SHORT_SELFTEST_OFFLINE example

    Hi All,
    Can anybody tell me how to use command EXECUTE_OFFLINE_DIAGS and subcommand SMART_SHORT_SELFTEST_OFFLINE.How to get its result.I know its used with IOCTL code SMART_SEND_DRIVE_COMMAND.But I...
  6. Replies
    0
    Views
    535

    [RESOLVED] Client Hard Disk Details

    Hi All,

    Can anybody tell me how to get details of a client hard disk from server using vc++/mfc?

    Regards,
    Abinash
  7. Replies
    1
    Views
    590

    [RESOLVED] Hard Disk Internal Test

    Hi All,
    Is there an API in MFC to run internal test of a hard disk and know its status?
    Regards
    Abinash Mohanty
  8. [RESOLVED] SCSI command release mode problem

    Hi All,
    I have developed an application in MFC that is showing the SMART values of SCSI hard disk with the help of scsi commands.The scsi commands needs a dll named wnaspi32.dll(Adaptec) and sys...
  9. Replies
    3
    Views
    925

    Detemine boot disk

    Hi All,
    Can anybody please tell me how to determine which disk is the boot disk ie the disk by which the system boot took place using mfc.

    Regards
    Abinash
  10. Disable title bar click to restore window

    Hi all,

    Can any body tell me how to disable restore on title bar click.

    Thanks
  11. Replies
    3
    Views
    1,099

    Re: Converting CString to int

    Hi vjshankwar,
    Use _ttoi(CString val).It will return the integer value.
    Thanks
  12. Replies
    0
    Views
    646

    Retreive Hard Disk Interface Type

    Hi All,
    Can anybody tell me how to retreive hard disk interface type without using WMI classes in MFC.WMI classes is not working with all PCs.
    Thanks
  13. Replies
    0
    Views
    683

    SCSI Hard Disk Temperature

    Dear All,
    Can anybody please help me,how to find out the temperature of a SCSI hard disk using VC++/C++/MFC.
    Thank You
  14. Replies
    0
    Views
    547

    External hard disk temperature

    Hi All,
    Can anybody help is getting External Hard Disk Drive temperature using MFC.
    Thank You
  15. S.M.A.R.T for External USB Hard Disk Drives

    Hi All,
    Can anyone tell me a way to retrieve S.M.A.R.T informations on External USB Hard Disk Drives.I have already tried out http://www.winsim.com/diskid32/diskid32.html.It only gives the size of...
  16. Replies
    3
    Views
    919

    Re: External USB Hard Disk details

    Thanks dear for your reply.But i had already tried it out.It only gives information about fixed media.For External USB hard disk drive it doesnt display the Serial Number and the Model Number.It only...
  17. Replies
    3
    Views
    919

    External USB Hard Disk details

    Hi All,

    Can any tell me how to find S.M.A.R.T features like serial number,model number,temperature,etc of an external usb hard disk drive using MFC.

    Thanks
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured