Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
No user activity Control in VB.NE
Name: cess Date: June 9, 2006 at 12:26:27 Pacific OS: XP CPU/Ram: amd sempron 3000+ Product: AMD
Comment:
I wrote a windows service service in VB.NET and i want it to run when there is no user activity (like screensavers) and to stop when the user is active.
There's no native .NET event to do this, but you can fake it by having a timer that checks the system for how long since the last keyboard or mouse input. To do that, you would import the getlastinputinfo function from user32.dll. Check out this VB.NET System idle program for the details.
Summary: I try to use a crviewer control in one of my forms, but i dont know anything about that control and my help says that no help is aviable. How does it work? I put it in but nothing shows. ...
Summary: How do i code save file dialog box in vb.net..? assume dat a word document is open in web-browser control in vb.net, now i want to provide a button by which the user can save the same word document at...
Summary: Hello I've got a major problem using gamma control! I have a lot of samples that works just fine, but I'm trying to use gamma control in windowed mode (not full-screen mode). I have never seen a windo...