Student Team Project: Project DJ Magik

I am having a problem getting the Realplayer commponent within the VB 6.0 commponents Add tab.

"C:\WINNT\System32\rmoc3260.dll could not be loaded"

I would aslo like to use a label or a list box to display Lyrics text from a Txt file stored in a database. Any help within the general scope of ideas would be helpful. As to Why this error is appearing or as to a easier route to the desired output




Answer this question

Student Team Project: Project DJ Magik

  • Giuseppe_al_Lavoro

    The Project is in VB6,

  • Snir

    Are you trying to do this in VB6 or VB.Net


  • ottar16739

    Please read the comments at the top of the forum. These forums are for VB.NET and not VB6 there are better places to find answers for older versions of VB.

    Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US

    or the VB6 resource center
    http://msdn.microsoft.com/vbrun/

    or web sites such as www.vbcity.com

    Is there any reason for using vb6 and not downloading and using vb express which is the latest technology and free.

    Hope these point you in the right direction.


  • Rob Pinion

    Additional log file for Reported errors:

    Foorm log name: FrmMediaplayer.log

    Line 78: Class RealAudioObjectsCtl.RealAudio of control RealAudio1 was not a loaded control class.
    Line 84: The property name _ExtentX in RealAudio1 is invalid.
    Line 85: The property name _ExtentY in RealAudio1 is invalid.
    Line 86: The property name AUTOSTART in RealAudio1 is invalid.
    Line 87: The property name SHUFFLE in RealAudio1 is invalid.
    Line 88: The property name PREFETCH in RealAudio1 is invalid.
    Line 89: The property name NOLABELS in RealAudio1 is invalid.
    Line 90: The property name SRC in RealAudio1 is invalid.
    Line 91: The property name LOOP in RealAudio1 is invalid.
    Line 92: The property name NUMLOOP in RealAudio1 is invalid.
    Line 93: The property name CENTER in RealAudio1 is invalid.
    Line 94: The property name MAINTAINASPECT in RealAudio1 is invalid.
    Line 95: The property name BACKGROUNDCOLOR in RealAudio1 is invalid.



  • Student Team Project: Project DJ Magik