VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Msn Messenger 7 What I'm Listening To

by Int_21 (6 Submissions)
Category: Sound/MP3
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This my first version, 2ª version coming soon!!
Let you put what you're current playing in winamp,
like windows media player does, just using Winamp API SDK from www.winamp.com
;)have fun!

API Declarations
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long

Rate Msn Messenger 7 What I'm Listening To

Download Msn Messenger 7 What I'm Listening To

Download Msn Messenger 7 What I'm Listening To (28 KB)

Msn Messenger 7 What I'm Listening To Comments

No comments have been posted about Msn Messenger 7 What I'm Listening To. Why not be the first to post a comment about Msn Messenger 7 What I'm Listening To.

Post your comment

Subject:
Message:
0/1000 characters