Tag Archives: with

C Programming with Pointers

What is a pointer? A pointer is commonly known as a reference to a location in memory. You can use it to locate a section of memory that you forgot the variable too or you can use it to exchange data between two locations in memory. How do we declare a pointer value? To declare [...]

0  

Sneak peak at WP7 Control PC Application!

Recently since the new release of the WP7 development tools into their final stage, I have been working on an application with permission from the owner and supreme of the TweetMyPC Team over at Codeplex. I can’t tell you much about it yet, but I am very proud of the application, so check out the [...]

0  

Open URL with out Clicking the Web Browser Button.

Today while putting iTunes in my taskbar as a toolbar, I noticed an setting called Address and though I’d try it. What Address does is add’s a simple URL type box to your taskbar. Say you want to go to bing.com just type it into the textbox and press enter and BAM! It opens the [...]

0