Results 1 to 10 of 10

Thread: [RESOLVED] can vb6 be used to clone a hard drive image

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Resolved [RESOLVED] can vb6 be used to clone a hard drive image

    hey i know theres freeware and ghost to do this i own ghost 14
    but i was wondering is it possible with vb6?
    and if so does it differ from win xp to win 7
    thanks

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: can vb6 be used to clone a hard drive image

    ok i havent found anything on using vb6 to clone a hard drive

  3. #3
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,537

    Re: can vb6 be used to clone a hard drive image

    I don't think VB is capable of the low-level operations necessary to make it work.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,802

    Re: can vb6 be used to clone a hard drive image

    There should be APIs to do that, but I don't know which ones...

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: can vb6 be used to clone a hard drive image

    does anyone know which language will mix with vb6 the easyest C or assembly
    thanks

  6. #6
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,802

    Re: can vb6 be used to clone a hard drive image

    Well, you can make a DLL in C/C++/MFC that you can use in VB6 (this is what API is), and in that DLL you can write inline ASM...

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: can vb6 be used to clone a hard drive image

    ive been googling like crazy, theres not much in the api at msdn ,ill keep looking
    thanks

  8. #8
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,802

    Re: can vb6 be used to clone a hard drive image

    By the way, if you don't know what API is, here is a Wiki on it: http://en.wikipedia.org/wiki/Applica...ming_interface

    You should also google it, and see examples using API.

    Here is an Add-in for VB6 to help you find API functions: API Add-In for Visual Basic

    And here is an app I made where I made a DLL using MFC (Microsoft Foundation Class Library) as an example for you to make your own API functions: http://www.vbforums.com/showthread.php?p=4056087

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: can vb6 be used to clone a hard drive image

    cool im reading now

  10. #10

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: can vb6 be used to clone a hard drive image

    well im off to asm forums
    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width