About 400 results
Open links in new tab
  1. Error:When casting from a number,the value must be a number less …

    Apr 5, 2011 · Welcome to the MSDN forums! The code you posted seems OK. So would you like to post your snippet code about class Person, thus we will be able to provide better response. Thank you for …

  2. Synchronous call - social.msdn.microsoft.com

    Jul 7, 2007 · Visual Studio Visual Studio Integrate VSIP Program Microsoft .NET Microsoft Azure Forums Blog Facebook LinkedIn Stack Overflow Twitter Visual Studio Events YouTube Code …

  3. pioinfo unresolved external symbol - social.msdn.microsoft.com

    Feb 22, 2018 · Any suggestions which lib needs to be included or any update done in posixmodule.c for 2015 visual studio  Wednesday, February 21, 2018 2:16 PM

  4. Must disconnect specified child from current parent Visual before ...

    Mar 3, 2008 · Must disconnect specified child from current parent Visual before attaching to new parent Visual. Can you help me ?

  5. Windows Workflow Foundation 4.0 ActivityDesigner

    Jan 27, 2010 · All replies 1 Sign in to vote Let's say that your ETB is bound to "Foo" [in your code above, you bind to Body, I'm not sure that's what you want to bind it to, unless Body is the expression, you …

  6. VB6 - USBHID. Reading Data from USB HID Keyboard Device.

    Aug 28, 2008 · [Not the reason for this question]) Ho'kay, I'm am using Visual Basic 6.0 on a Windows Vista PC. Basically, what I will try to end up doing, is when I use the functions, it'll control Winamp, I …

  7. A Landscape Problem - social.msdn.microsoft.com

    Jun 8, 2006 · The behavior of your code and mine are a bit different. You set the DefaultPageSettings in the Form's Load event handler and I use the PrintDocument's BeginPrint event handler.

  8. Need help with SHGetFileInfo API - social.msdn.microsoft.com

    Nov 8, 2011 · I suggest you to create a console application to get the file type using SHGetFileInfo API according to the following sample codes. I tested it and found I could get the file type on my side. …

  9. WPF Threading race condition issue - social.msdn.microsoft.com

    Aug 3, 2012 · The code works perfectly when it is ran under debug mode and when I manually step over the portion where I add the rows. However, when the application is ran without debug mode, very …

  10. How do I close an application correctly?

    Jul 23, 2009 · I read on another forum that Application.Exit () is a bad way to close the program, and I found an example code of how to do it the right way, but Ive never found this anywhere else before.