I'm making a Car Auction program based on eBay where I can Buy, Trade and so forth on eBay but I have an easy question, how do I make link going to the signin dll on ebay This is the address that I need the link to go to: http://signin.ebay.com/ws2/eBayISAPI.dll SignIn in order to sign in to eBay.

Hyperlink to a dll on a website
flat5
You can use the 'LinkLabel' control of VS 2005 and handle the click event of that control to go to ebay link by calling in ShellExecute() or Process::Start(http://signin.ebay.com/ws2/eBayISAPI.dll SignIn).
Sanyo
Check out the matches at http://search.msdn.microsoft.com/search/results.aspx view=msdn&st=b&na=82&qu=redirect+C%2B%2B+hyperlink If that still doesn't help, I would suggest using the newsgroups at http://msdn.microsoft.com/newsgroups for general win32 dev issues.
Thanks, Ayman Shoukry VC++ Team