|
-
Jan 18th, 2012, 04:12 PM
#1
Thread Starter
Fanatic Member
[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
-
Jan 19th, 2012, 09:23 AM
#2
Thread Starter
Fanatic Member
Re: can vb6 be used to clone a hard drive image
ok i havent found anything on using vb6 to clone a hard drive
-
Jan 19th, 2012, 09:38 AM
#3
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
-
Jan 19th, 2012, 09:48 AM
#4
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...
-
Jan 19th, 2012, 02:02 PM
#5
Thread Starter
Fanatic Member
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
-
Jan 19th, 2012, 02:06 PM
#6
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...
-
Jan 19th, 2012, 02:13 PM
#7
Thread Starter
Fanatic Member
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
-
Jan 19th, 2012, 02:13 PM
#8
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
-
Jan 19th, 2012, 02:14 PM
#9
Thread Starter
Fanatic Member
Re: can vb6 be used to clone a hard drive image
-
Jan 20th, 2012, 12:32 PM
#10
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|