I have an application where I want to keep an operator from even seeing the desktop icons. Is there a way to hide these icons from his/her view while the program is running, and unhide them just be...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10004046.html
We (Rockwell) have created a new version of a previously existing application,which we also created. The problem that this new version is in a new location on the client's hard drive.
I wonderi...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10009372.html
How do I change the mouse cursor over the entire desktop, with a hidden main window? I have one of those system tray icon programs and would like to change the cursor when things happen. Currentl...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10013394.htm...
Zones:
Windows MFCDate Answered: 06/05/1997 Grade: B Views: 0
Currently my application needs to draw directly over the entire desktop. In doing so, I obtain its device context by calling the CWindowDC constructor. After doing so, I am able to successfully p...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10017574.htm...
Zones:
Windows MFCDate Answered: 07/21/1997 Grade: A Views: 0
What should I do to access windows (95) desktop? I would like
to paint something directly to a desktop screen. Does desktop
have a device context or should I open a special invisible window or some...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10024522.html
I am briefly displaying a 256 color bitmap when my program starts. I create a palette, select it into the DC, realize the palette and display the bitmap. This works fine. When I'm finished displ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10024636.html
I want to change the default Desktop directory, so that the
icons of an other directory are shown on the Desktop.
I know how to change the Desktop directory in the Registry. But after changing thi...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10026223.html
Hi,
How do i get a list of desktop items from within a vb5 program and then execute them later on.
Thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10038305.html
Zones:
Visual BasicDate Answered: 02/26/1998 Grade: A Views: 0
I want to change the default directory of the 'Desktop' (normally C:\windows\desktop) to another directory, so that the desktop will display all files in this new directory on the desktop instead. ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10039288.html
I know how to get a DC for the desktop, which as has been supplied in a previous question. But I need to be able to also repaint the desktop when it is repainted / refreshed. It seems to me I need ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10048548.html