Tagged Questions
The windowed tag has no wiki summary.
4
votes
2answers
723 views
DirectX 10 video mode switching and performance
In a DirectX 10 application, does switching between fullscreen and windowed mode incur any sort of overhead like having to recreate textures and/or vertexbuffers?
In other words, can I build an ...
3
votes
2answers
49 views
Why is the word “modal” used to describe forms?
We all know what "modal" forms are in windowed programming environments: forms that must be closed before the rest of the application GUI can be accessed again.
Why is the word "modal" used to ...
2
votes
3answers
160 views
Is there an equivalent to the F# Seq.windowed in C#?
I am working on some C# code dealing with problems like moving averages, where I often need to take a List / IEnumerable and work on chunks of consecutive data. The F# Seq module has a great function, ...
2
votes
2answers
318 views
Multithreaded Engine Windowed random slowdown
We have a task based multithreaded engine set up where a scheduler passes the task to the threads lock-free queue. The engine is in C++ with DirectX for the rendering and we are using boost::thread ...
1
vote
1answer
148 views
XNA losing title bar theme on fullscreen->windowed transition
(I think Aero is the term).
When I start my XNA program in Windowed mode, I have the glossy bar as seen on Win7/Vista programs.
When I set to fullscreen and then revert, I will have a plain blue ...
1
vote
2answers
48 views
How do you prevent problems with a button being pressed more than once?
In a windowed programming environment, a user may click a button more than once if they do not immediately see something happen.
How do you stop the code behind the button being executed more than ...
1
vote
1answer
941 views
Writing a Firefox XPCOM plug-in with a native window interface? (like ActiveX control)
I have an ActiveX control that works fine in Internet Explorer and the ActiveX Control Test Container program. The actual behavior of the control is split in two parts, where one part is the ATL gunk ...
0
votes
0answers
14 views
ASP.NET Way to open windowed application
I have an asp (c#) webservice that needs to open a windowed app on the server to do a presentation conversion. The exe needs to open a window to do frame capture. However, using any combination of ...
0
votes
1answer
50 views
How can I do windowed query on multiple columns primary key?
Based on example found here but I guess I'm not understanding it. This works for single column primary keys but fails on multiple ones.
This is my code
@classmethod
def column_windows(cls, q, ...
0
votes
0answers
381 views
Force windowed mode on a compiled to be fullscreen DirectX application - possible?
I got a DirectX game program that always run in fullscreen mode, but I want to play it in windowed mode. It's not my program. I don't have the source code. I have checked for all available options of ...