visualstudio

  1. Ayush JAin

    Windows 7 Object reference not set to an instance of an object." Getting this error message

    Hello Team, I am using API in my desktop windows application and while clicking on Send button Getting this Error message "Object reference not set to an instance of an object." previously this below code was working fine. private void btn_Send_Click(object sender1, EventArgs e1) {...
  2. News

    Adding event handlers: Sounds, Dark Mode & Windowing (Part 2)

    Adding event handlers: Sounds, Dark Mode & Windowing (Part 2) Note that in part 1 of the WinAppSDK Blog Series you implemented the visual layer of the DrumPad using WinUI 3 controls. However, if you click on any buttons, nothing happens, because we have not defined any actions, which we will do...
  3. E

    Windows 10 Cannot Create Handle to Storage Device Using CreateFile Function

    I cannot open a handle to any of my storage devices. HANDLE h = CreateFile(L"\\\\.\\PhysicalDisk0", GENERIC_READ | GENERIC_WRITE, FILE_READ_ACCESS | FILE_WRITE_ACCESS, 0, OPEN_EXISTING, 0, 0); I also tried copying the full path from WinObj: \GLOBAL??\PhysicalDrive0 and...
  4. News

    C#/WinRT Version 0.8 and the .NET5 RC2 Release

    We have several important updates to share with the latest release of C#/WinRT. This release is feature complete for consumption scenarios, which means that all features for using our generated Windows SDK projections to call WinRT APIs are now in their final form. We expect C#/WinRT to have...
  5. News

    VIDEO RoomAlive Toolkit & Hacking Augmented Reality with Kinect

    We've mentioned IllumiRoom and RoomAlive before, but at Build 2015 there was a dedicated session AND the release of the RoomAlive Toolkit too! Link Removed IllumiRoom (Link Removed) demonstrated how projection mapping can enhance entertainment. RoomAlive (Link Removed) prototyped turning any...
  6. 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...
  7. News

    Windows Azure SDK for .NET - 2.4

    This page is intended for advanced manual installation of the Windows Azure SDK for .NET, which include SDKs, basic tools, and extended tools for VS 2012 and VS 2013. You can install everything you need for Windows Azure development using the Web Platform Installer. Link Removed
  8. News

    Windows 7 Going Deeper with Project Roslyn: Exposing the C# and VB compiler’s code analysis

    Until now, the VB and C# compilers have been used as black boxes. You put text in, and you get out a binary file. In our long-lead project, codename "Roslyn," we are changing that dynamic by building an API that exposes our compilers' analysis engines. In this session, we'll go in-depth in...
  9. News

    Windows 7 TWC9: AutoTune.NET, Portable Libraries, Facebook + Azure, SQLR2 BI,

    This week on Channel 9, Dan and Brian discuss the week's top developer news, including [01:56s] Don Burnett - Windows Azure Toolkit for Facebook enables you to build Facebook applications using Windows Azure [02:34s] Yochay Kiriaty - Windows Push Notification Server Side Helper Library...
  10. E

    Windows 7 .Net DTP (DateTimePicker) and RightToLeftLayout

    Hello, I am developing a .Net desktop application (C# using VS2008). Since I upgraded last week from vista to Window 7, DateTimePicker’s in my system show Short format of DateTime as 2009/12/30 instead of 30/12/2009, it’s only in DateTimePicker not in property window or other...
  11. C

    Windows 7 Problems with DVI/D-SUB video output, piture gets very buggy when playing video

    Hi! First I watched movies and used pc fine, but I guess it was next time I tried to watch some movies, things got pretty weird. I connected pc to projector via DVI to HDMI cable. My htpc windows user doesn't have aero, so desktop picture was excellent. As soon as I opened video file using any...
Back
Top