What is OEM13Mon? It is in my start up menu. Not sure if it is a safe program.
Hello Community,
I want a tool to execute when the computer is starting up. I'm doing this by group policy at the moment and it works fine. Now I want my tool to add itself to the list of p...
Is there a way to freeze the screen display, momentarily, for the whole system, to reduce flickering
Hi Experts,
We have our agent process that runs on windows clients, it acts like security service. I want to prevent users (if possible Administrator also) from killing that process from ta...
Hello,
I am struggling with something really stupid! I need to create a temporary file for reading and writing. I use the Win32 API to generate an appropriate temporary file name, and cal...
Hello,
The very simple code below isn't showing the correct character, I am expecting this character:
http://www.fileformat.info/info/unicode/char/1122/index.htm, I'm getting the output sh...
Hello,
Could you please explain to me the difference between a message and a notification? For example for a button (http://msdn.microsoft.com/en-us/library/bb761825%28VS.85%29.aspx), it sa...
Hello,
I do not have a non-English version of Windows NT/2k/XP/Vista/Win7 available, and need to know whether the user profile folder names are localized in foreign releases? For example, ...
Hello,
The CreateWindowEx has a HMENU parameter, when creating something like a button, obviously a button doesn't have a HMENU, so is this for the ID of the component? If so is this just a...
Is there a reliable way to apply the wxDatagramSocket class using the event mechanism for inputs?
The client socket example of the wxWidgets package (version 2.8.10) has no implementation for...
Hello all,
I'm trying to use the command icacls "d:\%%b" /inheritance:D(IO)(OI)(CI) in a FOR /F loop, but I get the error "(OI was unexpected at this time." because obviously the loop is ...
Hello,
I'm thinking of ways that a single exe could update itself. The only one I can think of so far is putting myprogram.exe into the resource section of update.exe and have update.exe wr...
I am using the CertCreateSelfSignCertificate from the Crypt32.dll to create a certificate. When I do this, the certificate is in .pfx format. I need this to be in .cer format. Does anyone k...
Hello
I'm trying to launch a process when a user change his password
I've found code sample on msdn. The code isn't very beautiful but for testing, it's good enough.
So I make a passwor...
Timer Thread ( continue)
This question is a continuation to the following question:
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_24888896.html#a25871649
basic...
Hi Experts,
I have the following issue when I tried to launch an application from my C# application, and the application exit with code -532459699.
May I know what does it mean, and wha...
Hello,
Is there a way for me to update a partial area of an exe resource of the type RCDATA? Seems quite inefficient if I wish to only update a few KB out of a few MB.
Thanks,
Uni
Hello,
Within the button control, the actual button notifications (clicked, etc.) are not messages, but notifications. Why exactly is this, what are the reasons for this instead of just sen...
Hello. I want to select the listview item number 3, for example. How can I do this? (no mfc).
Thanks!
I've written a program (C++/MFC) that automates certain mouse and keyboard operations. It works perfectly on all systems I've tested against and when running on a machine accessed via remote d...
Hi Experts,
I would like to capture the following event at windows desktop:
1. The tooltips display and hide event when the mouse is over any icon on desktop.
Once the event is captured...
Hello,
I have the following code, which I'm unsure why, but it doesn't show properly and takes up 100% of the CPU...
Thanks,
Uni
Hello Community,
I've encountered a really strange problem with PeekMessage() - at least I think this is really strange...
The little program below does nothing but run a loop repeatedly...
Hi Experts,
Is there a way to detect the following event on windows?
1. Screen saver starts running (due to idle).
2. Computer lock (User locks computer by Ctrl+Alt+Del or [Windows] key +...
Hi X-perts,
I am using Robohelp to create MS Winhelp (HTML help) outputs. when I add a swf movie (a Cativate swf clip, but it doesn't really matter), all the flash controls of the generate...