User Profile
Collapse
-
Well, that's part of my question. What messages get sent to the app if the power button is hit? Does WM_POWERBROADCA ST get sent? -
Well, we've tested it, and if we close the app via the X, then the message gets sent as it should. But if we shut the computer down while the service is still running, then it doesn't get sent.
Any thoughts?Leave a comment:
-
Shuting down, killing services and WM_DESTROY
We have an application that is supposed to run as a service. When someone shuts down the computer, the app is supposed to save the contents of the screen into a file so it can be loaded back up when the computer comes back on.
So my question is, does shuting down the computer send a WM_DESTROY message to the program if it is being run as a service? If not, why not?
Thanks! -
-
The problem is that Windows is forcing the refresh when the new window pops up. So if we don't refresh the screen, then when the window is moved, we will see white.Leave a comment:
-
Windows Repaint Problem
Hi,
I hope this is the correct place to post questions about visual c++ 6.0. If not, sorry.
Anyway, the program I am working on takes messages from another computer and prints them on the screen. So, whenever a new message comes in, all the previous ones move up and the new one gets added to the bottom. Now, if the operator is scrolling up to see some previous messages, and a new one comes in, we need to let the operator know.... -
Thanks, we figured it out, though, I don't know why it would cause an issue.
State and Zip were defined as char instead of varchar. When I change the definition to varchar, it works fine.Leave a comment:
-
For my current project I am in the same situation. I tried this solution and I'm not getting any results (records) from this code.
We have a user interface where a person enters in someone's personal data (ie. first name, last name, address, etc.) and the program runs the below query.
[PHP]
SELECT CustID, LName, FName, MI, Address1, Address2,
City, State, Sex, Zip, Birthdate
FROM ...Leave a comment:
No activity results to display
Show More
Leave a comment: