Skip to main content

Questions tagged [windows]

Writing software specific to the Microsoft Windows operating system: APIs, behaviours, etc. GENERAL WINDOWS SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com

11 votes
5 answers
3k views

Thread pool for executing arbitrary tasks with different priorities

I'm trying to come up with a design for a thread pool with a lot of design requirements for my job. This is a real problem for working software, and it's a difficult task. I have a working ...
1800 INFORMATION's user avatar
28 votes
8 answers
57k views

C++ : What's the easiest library to open video file

I would like to open a small video file and map every frames in memory (to apply some custom filter). I don't want to handle the video codec, I would rather let the library handle that for me. I've ...
Steve Gury's user avatar
  • 15.5k
17 votes
8 answers
9k views

What exactly is WPF?

I have seen lots of questions recently about WPF... What is it? What does it stand for? How can I begin programming WPF?
GateKiller's user avatar
  • 75.3k
3 votes
3 answers
6k views

Is it possible to start a scheduled Windows task from a package?

Does anyone know if you can and how to start off a scheduled Windows task on a Remote Server from within a SQL Server Integration Services (SSIS) package?
KiwiNige's user avatar
  • 1,186
2 votes
4 answers
231 views

What steps can I give a windows user to make a given file writeable

Imagine we have a program trying to write to a particular file, but failing. On the Windows platform, what are the possible things which might be causing the file to be un-writable, and what steps ...
Matt Sheppard's user avatar
23 votes
9 answers
8k views

How to best implement software updates on windows? [closed]

I want to implement an "automatic update" system for a windows application. Right now I'm semi-manually creating an "appcast" which my program checks, and notifies the user that a new version is ...
dF.'s user avatar
  • 75.2k
0 votes
3 answers
4k views

MySQL shell on Windows

The command line interface to MySQL works perfectly well in itself, but when using my local copy I'm forced to interact with it using the old-fashioned DOS windows. Is there some way I can redirect it ...
Marcus Downing's user avatar
3 votes
3 answers
414 views

Get a list of current windows, and give one of them focus, in .Net

Without resorting to PInvoke, is there a way in .net to find out what windows are open? This is slightly different than asking what applications are running in memory. For example, Firefox could be ...
Burton's user avatar
  • 343
2 votes
3 answers
239 views

How to embed user-specific data in .NET windows setup app at setup download time?

I'd like to have a link in my ASP.NET web site that authenticated users click to download a windows app that is already pre-configured with their client ID and some site config data. My goal is no ...
David Korn's user avatar
  • 1,121
1 vote
3 answers
4k views

Is it possible to list named events in Windows?

I would like to create events for certain resources that are used across various processes and access these events by name. The problem seems to be that the names of the events must be known to all ...
HS.'s user avatar
  • 2,615
5 votes
1 answer
2k views

How do I change my Active Sound Card on the Fly?

I currently have speakers set up both in my office and in my living room, connected to my PC via two sound cards, and would like to switch the set of speakers I'm outputting to on the fly. Anyone ...
Jax's user avatar
  • 7,050
8 votes
3 answers
10k views

Ruby On Rails on Windows with Mongrel

Where is the best tutorial for getting Ruby On Rails working on a windows box with Mongrel? I'm a complete novice at server management, so the more detailed the better!
Ethan Gunderson's user avatar
8 votes
7 answers
2k views

Is there anyway to run Ruby on Rails applications on a Windows box?

I'm looking to run Redmine, a Ruby on Rails app, on a VPS windows box. The only thing I can really think of is running a virtual Linux machine and hosting it from there. If that is my only option, ...
Ethan Gunderson's user avatar
2 votes
2 answers
889 views

Google Talk's Graphics Toolkit?

What graphics toolkit is used for the Window's Google Talk application?
brian newman's user avatar
  • 3,992
11 votes
4 answers
9k views

How do I make Windows aware of a service I have written in Python?

In another question I posted yesterday, I got very good advice on how a Python script could be run as a service in Windows. What I'm left wondering is: How is Windows aware of the services that can be ...
Hanno Fietz's user avatar
  • 31.2k

15 30 50 per page