Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
Filter by
Sorted by
Tagged with
2 votes
1 answer
91 views

How do you upscale DirectX 11 textures?

I have sample code that creates a 320x180 texture and displays it in a resizable window that starts off at 320x180 inner-size. But as I resize the window upwards, the texture is blurry. I thought that ...
user29889977's user avatar
1 vote
1 answer
96 views

How can my WPF app be always on top of all windows (even fullscreen app)? [closed]

I have a small WPF app (just a textbox and a few buttons). I want the window to be on top of all other windows, no matter if they are fullscreen or not. I have tried all the answers from previous ...
DaSomes's user avatar
  • 35