Where can I start? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: Where can I start? (/showthread.php?tid=67633) Where can I start? by hzocm on 10-24-2006 at 02:20 PM
Hi all, RE: Where can I start? by RaceProUK on 10-25-2006 at 09:22 PM You can use VC6, although it's a little outdated. I recommend getting VC++ 2005 (Express is free) and using that with the Platform SDK. And of course, VC++2005 is .NET too, with plenty of features to allow .NET code to talk to native code. Add a button in WLM by hzocm on 10-26-2006 at 10:37 AM
Thank you RaceProUK. I've started with VS2005. RE: Where can I start? by RaceProUK on 10-26-2006 at 07:25 PM
There are a few different ways of adding a button to WLM, but none are all that simple sadly. As for turning an add-on on automatically, you'll need to use some COM magic and catch the right events. |