User Profile

Collapse

Profile Sidebar

Collapse
drexlin
drexlin
Last Activity: Mar 26 '08, 08:50 PM
Joined: Apr 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • drexlin
    replied to Shuting down, killing services and WM_DESTROY
    in C
    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?
    See more | Go to post

    Leave a comment:


  • drexlin
    replied to Shuting down, killing services and WM_DESTROY
    in C
    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?
    See more | Go to post

    Leave a comment:


  • drexlin
    started a topic Shuting down, killing services and WM_DESTROY
    in C

    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!
    See more | Go to post

  • drexlin
    replied to Windows Repaint Problem
    in C
    Yes, it is.

    Thanks for helping!
    See more | Go to post

    Leave a comment:


  • drexlin
    replied to Windows Repaint Problem
    in C
    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.
    See more | Go to post

    Leave a comment:


  • drexlin
    started a topic Windows Repaint Problem
    in C

    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....
    See more | Go to post

  • drexlin
    replied to stuck again, if else after where clause
    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.
    See more | Go to post

    Leave a comment:


  • drexlin
    replied to stuck again, if else after where clause
    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 ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...