coding

  1. News

    What’s New in Visual Studio Tools for Universal Windows Apps

    Today at //BUILD we are making an update available to the Visual Studio Tools for Universal Windows apps. Windows 10 is an exciting release for developers, with support for Universal Windows apps that run across all Windows 10 devices – on the phone in your pocket, the tablet or laptop in your...
  2. News

    Developing for the Microsoft Band Link Round-up

    Now that the Microsoft Band is pretty easily purchased (I'm wearing one of the latest batch now :) more dev's are getting them and sharing their efforts. Instead of rationing them, I'm going to give you a round-up of them, posts from Iris Classon (two from her actually), Fela Ameghino, Lorenzo...
  3. News

    Small Basic gets Kinect

    It's not often we get a new development environment that gets Kinect Dev support, so when we do, and when it's focused on getting to coding quickly, well we have to highlight it! Kinect for Small Basic 1, Download Small Basic 1.1 Link Removed 2. Download the Kinect for Small Basic installer...
  4. News

    Windows 8.1 to Windows 10 Retargeting Extension

    Today's Visual Studio extension is kind of simple, and the source isn't currently available, but it's one of those that can really have you some time (and hair)... Can Bilgin, building on the work of Link Removed, has released a Visual Studio 2015 extension that makes it click-easy to convert...
  5. News

    Small Basic Gets a Not So Small Update... v1.1

    My name is Greg and I learned programing using Basic and you know what, I'm damn proud of it! :) Seems like Basic has always been a favorite whipping boy, yet in my mind, if it helps one person see beyond the keyboard and screen, to help them see that they are not application captives, that...
  6. News

    TWC9: Windows 10 Launch Date, Win10 Dev Tools, Azure Apps, API Tools, IoT and more... |...

    This week on Channel 9, Jeremy and guest host Chris Kinsman discuss the week's top developer news, including; Link Removed Link Removed [Terry Myerson] Link Removed Windows 10 developer tooling preview now available to Windows Insiders [Cliff Simpkins] Link Removed Link Removed [S. Somasegar]...
  7. News

    Microsoft Releases Windows 10 Developer Toolkit

    Microsoft today made a software developer kit available to developers interested in creating apps for the forthcoming Windows 10 platform. The SDK requires users to be a member of the Windows Insider Program and have the latest build of the Windows 10 Technical Preview, as well as a handful of...
  8. News

    The TFS Productivity Pack VS Extension

    Today's Coding4Fun Visual Studio Extension Monday post combines two of my favorite things... well actually three. A cool extension, source code to spelunk and TFS... :) Link Removed The TFS Productivity Pack is a set of extensions to Visual Studio designed to improve your interaction with...
  9. News

    The Open Sourcing of TouchDevelop

    I've highlighted Link Removed just a few times... TouchDevelop to Arduino TouchDevelop v3 - WinPhone 8, Speech, NFC, Tiles and much more... Reach out and touch the net with TouchDevelop and MaKey MaKey Develop for Windows Phone, with Windows Phone... TouchDevelop Getting in touch with...
  10. News

    Kinect to MatLab

    Today's project has been in my queue to be highlighted since I first saw it in September, but there was always something... Well enough of that (better late than never and all that). While this may be a niche use case, if you DO need this, this will really come in handy... Kinect Version 2...
  11. News

    AutoCAD'ing with the Kinect for Windows v2

    Kean Walmsley, long time Friend of the Gallery and AutoCAD .NET integration guy (if you need to use AutoCAD and .NET you've got to read his blog), who in his spare time, is also a Kinect enthusiast, recently released a four part series on the Kinect for Windows v2 Device, SDK and AutoCAD...
  12. News

    "Hello, Kinect?" - Kinect v2 Speech Recognition example

    Bruno Capuano, Friend of the Gallery, shows how fast the Kinect for Windows v2 SDK has been evolving, this time showing off the new Speech Recognition... [#KINECTSDK] Speech recognition now available in SDK V2! “This is preliminary software and/or hardware and APIs are preliminary and subject...
  13. News

    Pick a color, any... "Integrated Color Picker for Visual Studio IDE"

    Today's Visual Studio Extension is more of a "teach you how to fish" kind of extension as anything. As he does so well, Shemeer NS, of Link Removed, has posted another project where he leverages another Control to create a Visual Studio addin that fits just what he needs, showing you all just...
  14. B

    Windows 7 Kindle look for Laptop

    I have used kindle-software(Kindle-e-book-reader for PC) on my laptop, and it reduces strain while reading books. So i thought that, by just changing the pixel values, by using software only, i am able to use my strain-free eye for reading. Therefore i became greedy to work(coding, surfing etc.)...
  15. G

    Windows 8 You real developers are lucky

    So, I decided to spend today dedicated to just optimizing my apps. Like shortening them, etc. So, I went through my older apps and oh my goodness thousands of lines of codes that were unnecessary. I managed to put all the common subroutines into a class and voila I shortened the codes by...
  16. MikeHawthorne

    Windows 8 Trying to write a script to play a sound, need help!

    Sub title "How to spend a lot of time trying to do something that Microsoft doesn't want you to, for some obscure reason". Hi Guys I'm trying to write a script to play a sound at Windows 8 startup. I want to do this by placing the .vbs script file in the Startup Folder. I read that this can...
  17. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  18. AceInfinity

    Windows 7 [VB.NET] - Form Fade Switcher Module

    Here's a cool module I created a while ago. I got the idea with some cool fading effects... Maybe you'll find use for this too :) If you want something fancy, try this Module I came up with: Imports System.Threading Module FormSwitcher <System.Runtime.CompilerServices.Extension()> _...
  19. AceInfinity

    Windows 7 AutoBSA++ - Auto Crash Dump Analysis utility

    Just thought i'd share what my current project is for C# development so far... It will be public when i'm done with this. It's an application that will walk through the steps of crash dump analysis and write output for you in a format of your customization. Including parts of what is...
  20. D

    Windows 7 Program research

    Hello windows users, my name is Elliott and I have decided to start developing programs that people will want to use. I am starting to get to know vb code and once complete I will be moving onto c# before finally doing c++ What I am looking for is for some ideas on what people would want...
Back
Top