So i'm a total noob at programming, I just started with visual basic trying to create a windows app for getting the current price of bitcoin.
So far i have created this app here -
http://www.filedropper.com/btcpriceapp_1 available for testing, It's free software released under the GPLv3.
So far all it it is is a simple windows form app witch has a function to connect to campbx.com/api/xticker.php fetch the current price data and display it in a textbox.
The data it grabs is in json format and like i said im very new to programming so json deserialization is a bit over my head right now, But if anyone can help me out with that it would be a great way for me to learn and we could provide the bitcoin community with a nice free app for windows to easily get the price of bitcoin.