| |||||||
| Commercial message | |
| | |
| Nero SDK Discussion Forum This is the official support forum for the Nero Software Development Kit (SDK). The forum is monitored by Ahead engineers |
![]() |
| | Thread Tools |
| | #4 (permalink) |
| New on Forum Join Date: Aug 2003
Posts: 5
| All I did was to run the NeroCOM example (NeroFiddlesCOM) through the Visual Basic .NET upgrade wizard, and now none of the events fire when they happen.
__________________ I sense much NT in you. NT leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. (by: Unknown Unix Jedi) |
| | |
| | #5 (permalink) |
| New on Forum Join Date: Jul 2003
Posts: 2
| In VB.NET I can't sink any type of event. In VB6 the example NeroFiddlesCOM works correctly but if I try the following code the event OnDoneCDInfo doesn't fire. Public WithEvents nero As nero Public WithEvents drive As NeroDrive Private Sub Command1_Click() Set nero = New nero Dim drives As NeroDrives Set drives = nero.GetDrives(NERO_MEDIA_CDR) Set drive = drives(1) 'my cd-rom drive.CDInfo (NERO_READ_ISRC) End Sub Private Sub drive_OnDoneCDInfo(ByVal pCDInfo As NEROLib.INeroCDInfo) MsgBox "CDinfo done!" End Sub The difference I've seen beetwen VB.NET and VB6 is that when I call the CDInfo method (or other) in VB6 the task VB6 continues to use over 90% of the CPU time even after closing VB6; in VB.NET instead it seems nothing appends. |
| | |
| | #7 (permalink) |
| New on Forum Join Date: Jul 2003
Posts: 25
| Try this see whether it helps http://support.microsoft.com/default...;en-us;Q309336 I also declare the NeroCom like this Private WithEvents nero As NeroCOMdll.Nero Private WithEvents drive As NeroCOMdll.NeroDrive N.B. NeroCOMdll was generated using tlbImp.exe and then apply the abovementioned KB then in each event i did this e.g Private Sub nero_OnFileSelImage(ByRef FileName As String) Handles nero.OnFileSelImage Last edited by kevlam; 03-10-2003 at 01:16. |
| | |
| | #8 (permalink) |
| New on Forum Join Date: Aug 2003
Posts: 7
| This seems to be a sollution for .NET... Steve mentioned a Problem with the NeroDrive CDINFO methode... the CDInfoDone Event doesn't fire also in VB6... i've got the same problem... and VB6 also takes 90% CPU and more - even after closing the the testapplikation and VB6 itself. |
| | |
| | #9 (permalink) |
| New on Forum Join Date: Aug 2003
Posts: 5
| When I use the Visual Studio .NET 2003 to upgrade the neroFiddlesCom sample, it gives me the following error: Upgrade failed: Exception occured: Could mot load referenced components: COMDLG32.OCX(1.2.0) comctl32.ocx(1.3.0) comct232.ocx(2.0.0) What could this be?
__________________ I sense much NT in you. NT leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. (by: Unknown Unix Jedi) |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using NeroCOM, is there C++ example? | steven chen | Nero SDK Discussion Forum | 2 | 31-03-2006 13:10 |
| NeroCOM C# | vakvak17 | Nero SDK Discussion Forum | 2 | 09-03-2006 17:10 |
| NeroCom C# | TheRod23 | Nero SDK Discussion Forum | 3 | 03-03-2006 20:20 |
| using NeroCom with C# | yoss05 | Nero SDK Discussion Forum | 4 | 11-04-2005 09:16 |
| NeroCOM Help | ackid32 | Nero SDK Discussion Forum | 3 | 28-09-2004 23:39 |