February 3rd, 2010 04:38 PM
I would like to have a ItemsControl display different color when a item is clicked. My natural tendency was to have a trigger from where I can set the color I want ..
<Trigger Property="IsPressed"...
August 18th, 2007 01:31 AM
Paid: Yes
Location: san diego
Type: full time,contract
Requirements: MFC, VC++ debugging expert (10+ years experience)
time frame: Open
Period: 2 months
April 18th, 2007 06:31 PM
So the lock basically means keyboard and mouse is locked but not the running processes. So are all mouse messages and keyboard messages are also blocked? Like SendMessage(WM_LBUTTONCLICK) etc?
Is...
April 18th, 2007 03:44 PM
No, it does not quit but it stops processing.
Like if I want to search and backup a few files when the computer is locked. Or I want to run an automated test on an application when the PC is...
April 17th, 2007 02:21 PM
How to run an application when the computer is locked. I want to perform system maintainence when the computer is locked.
How can I set an application to keep processing even when the computer is...
October 5th, 2005 04:09 PM
I know this might be the wrong section but I posted here as this section has the maximum visibility.
BTW BugCollector is a bug/feature tracking software. The website was nesbitt.com and...
October 4th, 2005 02:27 PM
Search for WSAFDIsSet and detemine which library is needed for it .. and include those in the project.
Same with select@20
October 4th, 2005 01:59 PM
Looks like nesbitt closed shop ..
Please post if you have any info ..
September 14th, 2005 07:28 PM
Well it was being send even when no document is open and the application is sitting idel. We want to make sure we are no changing the STYLE repeatedly in the main application timer.
Anyways I...
September 14th, 2005 05:08 PM
Our application when checked with spy seems to be sending this message endlessly. We what to be able to track it down in code but are not able to ..
Any suggestions?
September 6th, 2005 05:42 PM
Put a link to your application in the Run of windows in registry or put a link to your applicaton executeable in the startup folder.
Registry:...
August 31st, 2005 12:52 PM
I know this might be inefficient but I used CStringArray for the purpose.
August 31st, 2005 12:39 PM
Thanks guys. I did the function overloading and it works fine.
I like the template idea .. so will try that too.