coding

  1. Windows 7 TWC9: Scott Hanselman, IIS7 live streaming, WP7 for Beginners, SQL Azure + EF

    This week on Channel 9, Dan is joined by guest host Scott Hanselman to discuss the week's top developer news, including: [watch] Silverlight Firestarter online event - See Link Removed [watch] P&P - Prism 4.0 Now Available (Link Removed | What's new) [watch] Facebook - Facebook Link Removed...
  2. Adobe Flash vs. HTML5

    The following link will only work for browsers that support HTML5 and Flash. Currently, the only browser not in beta that supports this is Google Chrome. The test will not work with some browsers. What is HTML5? Hypertext Markup Language 5 is the next version of the HTML (web standard). Some...
  3. Windows 7 Sells, Laverty and Flasko: Entity Framework 4, oData and PDC10

    Chris Sells takes us on a small tour (two offices and a few hallways) in one of the Data Framework and Modeling Group's buildings (interesting - the same building the C9 team launched C9 from 6+ years ago: Building 18). The goal here is to get a sense of what's new in Entity Framework 4 and...
  4. Windows 7 TWC9 - Illustrator-to-Canvas, msPerformance, ExtensionMethod.net,

    This week on Channel 9, Dan and Clint discuss the week's top developer news, including: Gil Fink - Using the Link Removed, via Alvin Ashcraft ( Watch ) Mike Swanson - Mix Online - Link Removed ( Watch ) Andy Beaulieu - Link Removeds and see Ian Walker's post for more tips ( Watch ) Steve Marx...
  5. Windows 7 TWC9: NuPack, WebMatrix Beta 2, MVC View Engines Reviewed

    This week on Channel 9, Dan is joined by Clint to discuss the week's top developer news, including: Scott Hanselman - NuPack Package Management for .NET used to easily add and update libraries and packages (Watch) Bil Sismer - Amusing take on Package Management (Watch) James Senior - WebCamps...
  6. Windows 7 Web Camps TV #5 - Building your own WebMatrix Helpers

    In this episode of Web Camps TV, James is joined by Erik Porter, PM on the ASP.NET team. Erik is responsible for the Helpers that go into the WebMatrix tool. You can think of Helpers as shortcuts used to build apps more quickly, and these shortcuts are broken into two different types: UI Helpers...
  7. Windows 7 Inside Windows Phone #07: Meet Some of the People Behind Windows Phone

    You probably already know that the final version of Windows Phone Developer Tools wasshipped today! In celebration, we decided to walk through the corridors of Studio F (where most of the devs, PMs, and testers are), and talk with a few of the people who are behind this great release of Windows...
  8. Windows 7 C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 4 of n

    Link RemovedWelcome to another installment of C9 Lectures covering the powerful general C++ library, STL. Joining us once again is the great Stephan T. Lavavej, Microsoft's keeper of the STL cloth (this means he manages the partnership between the owners of STL (dinkumware) and Microsoft...
  9. Windows 7 TWC9: WP7 RTMs, Future of Silverlight, Excel Importer, Robot Gun Turrets

    Link RemovedThis week on Channel 9, Dan and Brian discuss the week's top developer news, including: Windows Phone Blog - Terry Myerson - Windows Phone 7 RTM'd Dave Anson - Link Removed assembly enables WPF-style layout transformations in WP7 Indy from Oz - Windows Phone 7 Listbox...
  10. R

    Windows 7 VB.NET and SetIconOverlay?

    how would i draw a semi-transparent rectangle with code for use with Microsoft.WindowsAPICodePack.Taskbar.TaskbarManager.Instance.SetOverlayIcon? thanks
  11. Next Generation Visual Studio Product Introduced! - LightSwitch

    For all of you .NET developers out there be prepared to be absolutely stunned! This is an amazing new Microsoft technology to be in Beta soon. This will change the way us developers interact with different data sources and design applications. This is the fastest RAD (Rapid Application...
  12. S

    Windows 7 Launching a text file in windows 7 using process.start in C# is crashing the entire application

    1) Develop a simple forms application( add one button and implement its button click handler with the following code) 2) System.Diagnostics.Process.Start("C:\\Test\\Example.txt"); 3) Create the text file in the above specified path. 4) Now run the windows form application and invoke the button...
  13. L

    Windows 7 GetRandomRegion not working on Windows7

    Using the GetRandomRgn function in windows does not work on Windows 7. The forms borders stay visible. The following code on XP clears the entire window including borders and enables you to draw on the entire window area. The code on Windows 7 clears only the client area and enables you to...
  14. J

    Windows 7 [Moved] Windows 7/Server 2008 R2 OSK.exe (on screen keyboard) launch problems

    Issue with Windows 7 32/64 bit and Windows 2008 R2 environments Hi Friends, I am facing issue when I am trying of open OSK.EXE (On-Screen Keyboard) through ShellExecute() in both Windows 7 32/64 bit and Windows 2008 R2 environments. OSK is not getting popped up after executing the command. My...
  15. G

    Can anybody verify this, found on another forum

    Make sure you physically disconnect the internet when rebooting after an update!!: A friend of mine was doing some work in the Windows 7 OS and came across something unexpected... QUOTE Basically after digging through the coding & cleaning it up, i found another phone home, but this one only...
  16. Microsoft invents a new language

    SOFTWARE BEHEMOTH Microsoft has lifted the kimono on a prototype of an experimental programming language for creating interactive infographics, data visualizations and computational art. Dubbed "Vedea" after a river in Romania, the language has come out of the Volish research labs in Cambridge...
  17. E

    Windows 7 What's wrong with PAGE_NOCACHE in VirtualAlloc/VirtualFree

    Hi, I have this code: // AllocTest.cpp : Defines the entry point for the console application. // #include <windows.h> #include <stdio.h> int main(int argc, char * argv[]) { if ( ! SetProcessWorkingSetSize( GetCurrentProcess(), 1024 * 1024 * 1024 * 1.2, 1024 * 1024 * 1024 * 1.2 ) ) {...
  18. T

    Windows 7 Device Stage Coding Help

    I am trying to create a Device Stage for my cell phone that is not supported. I only want basic features but would love free space and battery information if possible. I have followed tutorials and everything I can find from Microsoft as well as an old tutorial I found online but I am unable to...
  19. E

    Windows 7 Taskbar Enhancement - Open all program windows

    It's frustrating to me that clicking on a taskbar item does exactly the same thing as hovering over it for a second. I argue that clicking should be more functional. Does anybody know how to code a little program that will open all windows of a particular program when clicking on that...
  20. J

    Windows 7 storage of code on WHS

    I'm using Visual Basic Express and trying to store code, templates etc on a folder on Windows Home Server. It appears that a "//server/...." URL is 'not trusted' by vb.net. I don't seem to be able to access any of the quoted .NET Access/Security tools from Windows 7 beta. Any ideas?