The Multimdea Control isn't in my toolbox (or the costomize toolbox place).
Dose anyone know where I can find it?
:confused:
Printable View
The Multimdea Control isn't in my toolbox (or the costomize toolbox place).
Dose anyone know where I can find it?
:confused:
It isn't in mine either, is it supposed to be?
according to this site it is:
http://www.vbtutor.net/vbtutor.html
Ah, because those lessons are refering to VB6, VB.NET is different!
do you know were I can find the Multimedia control in vb.net?
From the customize part, you could always use the Windows Media Player OCX (if you have it installed).
you have either ways : WMP(Windows Media Player) as Nicky mentioned or MMC (Microsoft Multimedia Control) .Both are COMs interop . While using them , your code would be unmanaged .So I would suggest at least for sound stuff to use DX (which I like) or APIs .Quote:
Originally posted by RealNickyDude
From the customize part, you could always use the Windows Media Player OCX (if you have it installed).