INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: vb source  (Read 1301 times)

indygreg

  • Regular Member
  • Recent member
  • *
  • Posts: 9
  • nothing more to say...
vb source
« on: April 27, 2003, 08:54:40 pm »

i have searched on the forum but not found what i am looking for.  can someone point me to vb source code sample control mjb remotely?  i would like to read it's content lists and operate the transport controls from a vb program i am building that will run on a remote pc.  

greg
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41940
  • Shoes gone again!
Re: vb source
« Reply #1 on: April 30, 2003, 01:21:49 pm »

This is your best bet:

http://www.musicex.com/mediacenter/DevZone/MCCommands.h

Sort of like:

HWND h = FindWindow("MJFrame", vbNullString)
PostMessage(h, MCC_...)
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up