Open links in new tab
  1. App Service Mobile Apps - “Could not find a property named …

    When the client loads it makes the GET request to get the Games but it uses updatedAt and it seems like the server wants UpdatedAt.

  2. Get GeoJSON map.entities object reference from a map click

    This has got to be the most elementary question in all of digital mapping, but here goes. I have an EntityCollection, 'map.entities', that has been populated from a …

  3. sqlcmd logon failure - social.msdn.microsoft.com

    I have a windows 2008 R2 Standard 64 bit server with sqlexpress 2005 installed. I logon the server and use windows authentication to launch Microsoft SQL Server Manangement Studio Express with no …

  4. Login - Re-direct to different pages for different types of users

    I've set-up a table within a database which contains the following columns "StudentID", "StudentPassword" and "Type" (type refering to the type of user eg admin, student, lecturer). I'm …

  5. Retriving NT Login Name and password

    OK, i making a program that will be used by multiple users. Now each user will have different Privilages for editing/creating new enteries in about 6 different catagories. Now I want to pull out their Windows …

  6. Get HICON from HWND and change window icon

    I use GetClassLongPtr (using GCL_HICON) to get handle to the icon of some window (can be from another process) and then I use SetClassLongPtr to set icon of my window (again using …

  7. visual studio automatically closing problem??

    Question 0 Sign in to vote User-1632081150 posted dear friends, i am facing an issue right now when ever i try to use visual studio and tries to write some program or create website after few seconds

  8. what happens when due date is reached in approval workflow

    when configuring a OOTB Approval workflow, i have due date column. so what is the use of it.

  9. [UWP]Mapping Keyboard Scan Codes to VirtualKeys?

    Is there an API for UWP apps to map keyboard scan codes, such as those returned through CoreWindow's KeyDown and KeyUp events, into VirtualKeys?

  10. Xbox UWP Games, how to get mouse input?

    Question 0 Sign in to vote i'm using Windows::Devices::Input::MouseCapabilities which gave me 1 on windows 10, and always return 0 on xboxone how can i get mouse work with uwp games? thanks …