Top "Desktop" questions

Using Modernizr to test for tablet and mobile - Opinions wanted

I want to use Modernizr to detect whether a user is view a site on a desktop, tablet or mobile …

mobile desktop tablet modernizr device-detection
C#: Get complete desktop size?

How do I find out the size of the entire desktop? Not the "working area" and not the "screen resolution", …

c# .net desktop screen screen-resolution
Change desktop wallpaper using code in .NET

How can I change the desktop wallpaper using C# Code?

c# .net wpf desktop wallpaper
Create popup "toaster" notifications in Windows with .NET

I am using .NET and am creating a desktop app/service that will display notifications in the corner of my …

.net wpf windows desktop
Windows shortcut to run a Git Bash script

Assuming I have a test.sh script that runs a server and Git Bash installed, how do I create a …

windows shell desktop msysgit git-bash
How to open a file with the default associated program

How do I open a file with the default associated program in Java? (for example a movie file)

java desktop
Allow Windows service to interact with desktop

How do I enable "Allow service to interact with desktop" programmatically? In services.msc > Action > Properties > Log …

c# windows-services desktop
How to change windows Applicatoin's default icon in Setup Project

How to change the Windows Application's default icon with other one in C# desktop application. I am trying to change …

c# .net desktop desktop-application
How to remove git repository created on desktop

I accidentally made my Desktop a git repository. How to remove the git-related files from Desktop? I have tried to …

git windows-7 desktop
Best IDE for developing Java Desktop Applications

I've been developing Java Web apps using Eclipse as the IDE. Planning to start developing a desktop app based on …

java ide desktop