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

Search:

Type: Posts; User: sateeshn2507

Search: Search took 0.02 seconds.

  1. Re: Not able to create More than 1 Partition in USB Drive using kernel32 and DeviceIo

    Yes, It is working. I am able to do up to four partitions in a USB. But the application is targeted to x86 platform
  2. Re: Not able to create More than 1 Partition in USB Drive using kernel32 and DeviceIo

    I am using windows 8.1 Pro 64-bit and Visual Studio 2013
  3. Not able to create More than 1 Partition in USB Drive using kernel32 and DeviceIoCont

    I have successfully created 2 or more partitions in USB drive using DeviceIoControl in C++. Now I am trying to convert this code into C# using kernel32 and DeviceIoControl. But I am not getting more...
  4. Replies
    3
    Views
    5,420

    Re: partitioning USB Falsh drive

    Thank you for your reply. I want to make partitions using c++ or vc++. for that I wrote that code. And I am not getting any error and also it is not partitioning the USB falsh drive. Actually I am...
  5. Replies
    3
    Views
    5,420

    partitioning USB Falsh drive

    I have written some code to make two partitions in USB flash drive. When I ran it I am not able to make partitions on usb. What'll be the problem in this code.


    /-------------------INITIALIZE AND...
  6. Replies
    5
    Views
    5,178

    Re: USB Flash drive Partitioning

    I need code in c++ please
  7. Replies
    5
    Views
    5,178

    Re: USB Flash drive Partitioning

    I need code in c++ please
  8. Replies
    5
    Views
    5,178

    USB Flash drive Partitioning

    I want to make 2 partitions in usb flash drive. How can a usb can be partitioned using c++, even if all partitions are not shown in windows OS.
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured