I\'m currently writing a screen capture app for Windows and Linux using PyGTK, and I\'ve hit a slight problem with displaying notifications. On Linux, I\'ve been using the libnotify bindings to provid
Is there a notification or other mechanism of being informed that the us开发者_StackOverflower is taking a screenshot with the home/power buttons?
I want to use a remote URL (like a favicon) for a notification icon, however the constructor for a notification accepts only a resource ID (which is an integer) instead of something more useful like a
I am trying to centralize my app\'s networking code.Basically, in any of the various places that need information from a server, I create an object serverRequest of my class ServerRequest to get the i
Windows 7, .NET 3.5 I need to know when netbook (small laptop, but normal Windows 7) changes orientation (there is a button on the netbook that is used to switch landscape/portrait orientation).
Background I\'m writing an part of my app that has no UI. It sits in the background watching what you do and timing your work.
I have seen some examples on how to use RegisterDeviceNotification from the Windows API, but I have not seen any .NET examples. I want to write a C# app that is notified when a new drive appears (spec
I want to show message dialog like system shows me (i.e. when SMS has arrived or Alarm). I have tried using CeSetUserNotificationEx, but i have no idea, why it always return 0 IntPtr and nothing happe
Hello I need to implement four views splitters like in Maya, 3ds max, Blender or other similar modeling tools. I use开发者_如何学JAVA NSSplitView on Mac side of my editor and I need to know when user
I need to know (preferably with the least latency) when foo.exe is launched. Right now, I have a thread that sits in a light loop (~10 Hz) and walks the process tree looking foo.exe.