ei guyS!!! i need heLp... im in my thesis ryt now.. and i reaLLy nid heLp pLease...
can sum1 give code on how to integrate Nero burning software to VB..
i have this button that when i cLick it shoud open NERO burning software.. its Like linking the application to VB..
does anyone knows the code??!!
i need it badLy.. heLp me out!
10-08-2008 at 06:38 PM
|
GeoffS Level: VB Lord Registered: 29-09-2004 Posts: 539
Re: NERO burning software to VB 2003
You can start external programs from within your own code by using the "Shell" function. This returns the Process ID as an Integer which you can use to activate the program at any time it is running.
Dim ProcID AS Integer
ProcID = Shell("C:/Program Files/Nero/Nero 7/Core/nero.exe", AppWinStyle.NormalFocus)
AppActivate(ProcID)
(I have had to put the / in the Path as posting the reply removes the backslash for some reason)
[Edited by GeoffS on 11-08-2008 at 09:22 AM GMT]
____________________________ multi-tasking - the ability to hang more than one app. at the same time.
thank y0u for ur repLy..
one Last question pLs heLp me out agen...
can you heLp me with the barcode thing..?!!
can u heLp me with the codes on how to integrate it to VB 2003..?!! and how can it apper in the textbox when i use the barcode..?? pls pls pls.. i dont know how.. just give me the code, then iLL paste it in my form.. thank u thank u!!
thank y0u for ur repLy..
one Last question pLs heLp me out agen...
can you heLp me with the barcode thing..?!!
can u heLp me with the codes on how to integrate it to VB 2003..?!! and how can it apper in the textbox when i use the barcode..?? pls pls pls.. i dont know how.. just give me the code, then iLL paste it in my form.. thank u thank u!!
thank y0u for ur repLy..
one Last question pLs heLp me out agen...
can you heLp me with the barcode thing..?!!
can u heLp me with the codes on how to integrate it to VB 2003..?!! and how can it apper in the textbox when i use the barcode..?? pls pls pls.. i dont know how.. just give me the code, then iLL paste it in my form.. thank u thank u!!