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
Printable View
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
ok i havent found anything on using vb6 to clone a hard drive
I don't think VB is capable of the low-level operations necessary to make it work.
-tg
There should be APIs to do that, but I don't know which ones...
does anyone know which language will mix with vb6 the easyest C or assembly
thanks
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...
ive been googling like crazy, theres not much in the api at msdn ,ill keep looking
thanks
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
cool im reading now
well im off to asm forums
thanks