0
votes
4answers
77 views
I want to develop a framework in Python for desktop based applications. How should I go about it?
I want to develop a desktop application framework in Python, much like QT, but how to go about it? Any tutorials or links related to it would be helpful!
0
votes
1answer
260 views
Re-ordering Remote Desktop Connections
I have the adminpak.msi installed so that I can use the Remote Desktop MMC to connect to all of my servers. As I add a server, it goes to the bottom of the list of available servers. I can't find out …
0
votes
1answer
122 views
how can i creating window station and windows desktop using c#
i would like create new window station & windows desktop and attach my process to it. how can i do that
i need to know
Creating Window station and attach my desktop
Creating & switching …
1
vote
0answers
13 views
How to hide desktop icons by double clicking the desktop using c#
Hi, I wanted to know if there is a way to toggle desktop icon to show/hide when the desktop is double clicked. Similar to how it is done in Stardock Fences. I wanted it to be done using visual c#.
0
votes
0answers
8 views
How to resume Windows 7 slideshow after restoring default wallpaper
I use SystemParametersInfo to remove the Desktop wallpaper.
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, _T(""), SPIF_SENDCHANGE)
later I restore it with the same method.
…
10
votes
7answers
332 views
What off-the-shelf licensing system will meet my needs?
I'm looking for an off-the-shelf license system for desktop software.
After some research on the net -- and of course here on StackOverflow -- I haven't found one the suits our needs. I have a …
2
votes
4answers
2k views
How do I enable a second monitor in C#
Is it possible to enable a second monitor and extend the Windows Desktop onto in C#. It needs to do the equivalent of turning on the checkbox in the image below?
-1
votes
0answers
37 views
Create a Desktop PC with Photoshop [closed]
Hi All
I am trying to create a desktop PC using Photoshop as a vector drawing. Anyone knows a good tutorial?
0
votes
1answer
83 views
Is it possible to add an option to the Arrange Icons menu?
I have written a short console based C# application which automatically arranges my desktop icons.
Is it possible to add an entry into the desktop "Arrange Icons By" menu for my custom sorting?
0
votes
0answers
13 views
IO Virtualization on the desktop
Can IO Virtualization be implemented and be effective in a desktop applications scenario? Can it be implemented in software only, or do I need specialized hardware for this. I've got multiple database …
6
votes
10answers
509 views
How to make industry standard desktop Java applications?
I know how to create the basic controls in Swing, but coming to industry standard application development, I lack the skills to do them.
I am designing a small Java Swing application. Instead of …
0
votes
5answers
54 views
How to prevent starting TaskManager in my Desktop?
Hi,
I am creating a new Desktop in Windows XP/Vista and 7 using win32 API.
This is more like having a secure Desktop and I don't want let any other application to be executed in that Desktop.
Well, …
22
votes
2answers
573 views
Change desktop wallpaper using code in .NET
How can I change the desktop wallpaper using C# Code?
0
votes
3answers
66 views
Remote Desktop between a mac and ubuntu
Hi i am using linux - ubuntu.
is there any way as remote desktop connection "to mac system"
please explain as if to a child.
Thanks!
1
vote
2answers
61 views
Programmatically take ScreenShot of Desktop in Ruby?
Hey there,
I asked this question about taking a picture of a webpage programmatically, and I've downloaded and got webkit2png working (taking pictures of HTML pages like blogs and whatnot). So cool, …
