borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (BRCODE SCANNER to VB 2003??) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : NERO burning software to VB 2003
Poster Message
dixie0000
Level: Protégé

Registered: 10-08-2008
Posts: 6

icon NERO burning software to VB 2003

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
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 539
icon 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.

11-08-2008 at 09:20 AM
View Profile Send Email to User Show All Posts | Quote Reply
dixie0000
Level: Protégé

Registered: 10-08-2008
Posts: 6
icon Re: NERO burning software to VB 2003

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!!

12-08-2008 at 11:54 AM
View Profile Send Email to User Show All Posts | Quote Reply
dixie0000
Level: Protégé

Registered: 10-08-2008
Posts: 6
icon BARCODE SCANNER to VB 2003???

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!!

12-08-2008 at 11:55 AM
View Profile Send Email to User Show All Posts | Quote Reply
dixie0000
Level: Protégé

Registered: 10-08-2008
Posts: 6
icon BARCODE SCANNER to VB 2003???

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!!

12-08-2008 at 11:57 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : NERO burning software to VB 2003
Next Topic (BRCODE SCANNER to VB 2003??) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Il portale per lui e lei | Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2008 Andrea Tincaniborder