Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mulybenj

@mulybenj
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Get "current playing" movie/song in WMP
    M mulybenj

    Thank u for your reply!! how can i appoint this Object? please give me an example?

    C# help tutorial

  • Get "current playing" movie/song in WMP
    M mulybenj

    Hello there! I've been trying, without any luck for the past week or so to get the "currently playing" movie/song in my Windows Media Player. I know I need to use SendMessage to send and receive info from WMP. I've managed to write Play/Pause/Stop methods: Example: --- // stop WMP movie/song IntPtr ptrWindow = FindWindow("WMPlayerApp", "Windows Media Player"); if (ptrWindow == IntPtr.Zero) return; SendMessage(ptrWindow, WM_COMMAND, 0x00004979, 0x00000000); --- However, this doesn't get me anywhere near the "Currently Playing" movie/song. I've looked into the WMP SDK, but that doesn't seem to help. I don't want to make a new instance of WMP. I want to read the currently playing info from my own WMP app that's open. I'd appreciate any help in getting closer to what I need. Thanks in advance.

    C# help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups