Skip to content
⌘ NSIS Forum Archive

I want to code a Plugin need help

2 posts

ankursharma#

I want to code a Plugin need help

Hi
i m having a lyrics website .
i want to develop a plugin. that will retrive(show) lyrics of song currently playing on winamp. from website.

please help me to do this. i dont know how to start but i know languages C,C++

Thanks


wating for reply
n_baua#
Write a windows application not a NSIS plugin.
You can use the .Net if you know it and use the windows/web service to pull the data from your web site. Even more options are like Web Requests etc.