1
vote
3answers
50 views
Drawing on the desktop background as wallpaper replacement (Windows/C#)
I'm trying to make an application that needs to draw on the desktop, behind the icons so it appears to replace the desktop wallpaper. I've found a few solutions to this, but most o …
0
votes
2answers
56 views
.NET - Create desktop shortcut on installation?
Is the option to create a desktop shortcut during installation only available if the application targets the .NET Framework 3.5? On one of my projects, the option is grayed out an …
1
vote
4answers
149 views
Drawing and clearing the desktop canvas with Delphi
I'm trying to draw over the whole screen by using the desktop canvas and painting to it directly. The problem is I can't clear that desktop canvas. I've tried setting the canvas.pe …
0
votes
2answers
16 views
Apache - Ubuntu desktop edition 9.04
Not Found
The requested URL / was not found on this server.
Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.2 with Suhosin-Patch Server at localhost Port 80
Am getting this error while …
0
votes
2answers
79 views
What .NET control do i want to use?
What .NET control do i should i use to display this to the user?
I have 2 types of elements, a package and item. The data an item contains is id, size and status. The package can …
9
votes
12answers
333 views
PHP as a Desktop Programming Language
I'm not much of a programmer, PHP is where I'm comfortable. And sometimes I find that I need to do things, such as arrange files or rename files on a mass scale on my computer. An …
2
votes
10answers
128 views
what shall i use VB.net or C# for desktop application
Hello all
im coming from unix / server / c++ /java background with no GUI experience
i need to build windows GUI application , i need to build it fast i was told that
the .net f …
0
votes
2answers
34 views
How to detect wether remote computer is running RDP (remote desktop protocol) ?
How do I detect if a remote client is running Remote Desktop Protocol? and it is also accepting remote desktop connections ??
Like Open an port to detect HTTP and send request, re …
0
votes
2answers
44 views
show/hide desktop icons from c++ application
Right-click on desktop, uncheck view->Show Desktop icons. All icons on desktop will disappear. Is it possible to show/hide desktop icons from c++ application? Do you have an exampl …
2
votes
12answers
396 views
Why NOT use PHP as a desktop programming language?
In response to this question, I'm sure many people would object that PHP isn't the best choice for desktop programming, and would recommend something like Ruby or Python instead. I …
1
vote
1answer
31 views
How to inherit from the windows explorer (in any programming language, with help of any tool)
How to inherit from the windows explorer (Desktop, thing with help of which we explore our Mu computer and so on directory’s) (in any programming language)?
customize it
add pro …
2
votes
2answers
16 views
ExitWindowsEx fails when Windows desktop Locked?
Create a form (I'm using .NET 2.0) with a button click event:
{
Thread.Sleep(3000);
ExitWindowsEx(0,0); // shutdown
}
Hit the button, press Left-WindowsKey + L to lock the deskt …
2
votes
7answers
189 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 applicat …
0
votes
2answers
39 views
Java: Can a desktop App log-in in a web app and retrieve a “session” object to authenticate itseft in other apps which trust the web app?
I don't know if this question has any sense, but this is what my boss want.
I work in a company with an intranet web.
In my department we have developed an application wich conn …
0
votes
3answers
28 views
Not responding window
My code calls a Web service method which takes a few minutes to perform the operation.
During that time my window becomes non responsive and it shows a complete white screen.
I do …
