Xbox is a video game console made by Microsoft.
Questions tagged [xbox]
342 questions
0
votes
1 answer
XNA - Using System.Net in a Windows Proxy
I want to take a separate Stackoverflow post a step further. In that post, it mentions that Windows versions of an XNA application can use the System.Net namespace and all its awesomeness for creating web requests. I also know that XNA applications…

Peder Rice
- 1,764
- 3
- 28
- 51
0
votes
0 answers
Transferring Xbox360 save file from Series X to PC
I have played an Xbox 360 game (Oblivion) on the Series X and would like to transfer my save files on to the PC. This was possible (and way easier) on the original Xbox 360, and there is lots of documentation on that online.
However, this does not…
0
votes
1 answer
Where can I find some podcasts or something similar about the Kinect SDK
I want to find out more about programming with the Kinect SDK for windows, so I would like to watch some podcasts or something similar. Where can I find some?

124697
- 22,097
- 68
- 188
- 315
0
votes
1 answer
Anyone have more details on a XBox 360 Console History Export Project?
Recently, at the Charlotte 2009 Code Camp someone was telling me about a project/product that would export the history of a XBox 360 Console and then create some kind of diary or journal for the XBox.
He didn't really know the details, but he…

Chris Craft
- 5,285
- 6
- 46
- 63
0
votes
1 answer
Why XYFocus working incorrect for xbox uwp app?
I create uwp app for xbox and I try set navigation order using XYFocus property, for navigation using gamepad. But it`s work incorrect.
When I try navigate btn2->btn1, tabviewitem2 got focus. Or when I try navigate btn3->btn2, tabviewitem3 got…

bex
- 15
- 4
0
votes
1 answer
How I can implement feedback logic for my UWP app on Xbox?
I want implement feedback logic for Xbox like feedback hub on pc. But I can`t use feedback hub on Xbox.
Feedback Hub is available only on devices that run version 10.0.14271
or later of a Windows 10 OS that is based on the desktop and mobile
device…

bexolder
- 7
- 3
0
votes
1 answer
Check if UWP application is running on Xbox
Is there any way to detect/check from C# code if the application is running on Xbox or a PC?
Something like:
if (Environment.IsXbox)
{
// Do Xbox specif stuff
}

Vinicius Jarina
- 797
- 5
- 16
0
votes
1 answer
How to check if Xbox series controller "share" button is pressed?
New Xbox gamepads have a new "share" button and I can't find a way to check if it's pressed.
It is possible?

Garlic2394
- 21
- 1
- 4
0
votes
1 answer
Change visibility of UWP application while recording
I am trying to create an UWP Xaml application that has similar properties as Xbox Bar. I need my application to be not visible when recorded and rendered using screen recorder or captured using screen capture, but be running in the foreground.
I…

Chandana Jayaram
- 3
- 1
0
votes
1 answer
LoadPackagedLibrary failes with ERROR_MOD_NOT_FOUND on XBox
i'm currently trying to load a self-written dynamic link module (Compiled with /ZW /EHsc) in an UWP app using the LoadPackagedLibrary(...) function. It is required to load all libraries dynamically due to the way the libs are build. I have included…

Ohjurot
- 47
- 9
0
votes
0 answers
Xbox Series X Dev Mode Media Capture/Remote View
I'am developping UWP apps on a Xbox Series X in Dev Mode and i need to be able to record the test i am doing for validation purpose.
With the xbox series x in dev mode the previously available(On Xbox One) Media Capture section is not available…

Mr Rubix
- 1,492
- 14
- 27
0
votes
1 answer
How to use UWP's WebAccountManager and AccountSettingsPane for an Xbox app?
I built an app that runs on Xbox and PCs. I successfully added WebAccountManager and AccountSettingsPane to the app following these instructions: https://learn.microsoft.com/en-us/windows/uwp/security/web-account-manager. It works great on my…

Daniel
- 126
- 1
- 8
0
votes
1 answer
OpenglSE For Xbox One
I'm creating an app that uses OpenglSE + swapchainpanel it's working perfectly on the computer, but on xbox one the screen is black, if I click the home button I see the image in the background when minimizing the app, if I define how WARP works…

Bruno Trevisan
- 11
- 2
0
votes
0 answers
I am trying to control mouse movement with an xbox controller using pygame
The display is not used, it's just the fact that after I click on something, the joystick detection just stops. The problem is that when I press the a button which emulates a click, the joystick movement stops.
import pygame
import pyautogui
import…

Julien Serbanescu
- 13
- 1
- 1
- 4
0
votes
1 answer
Xbox 360 Kinect only detected as Generic USB Hub
I got a Kinect from Xbox 360 and I bought an adaptor to plug it to my laptop. The problem is, I already installed 1.8 SDK and developer tools but when I run Kinect Explorer it says 'kinect sensor required'. So I look the device manager I couldn't…