November 27th, 2003 02:10 AM
Hi,
Thanks for your comment. After some digging I've found a way to handle Ctrl-C.
I revisited Journal hook recently, and to my horror Journal playback doesn't work properly any more;
Problem:...
November 26th, 2003 02:07 AM
Hi,
If I haven't misunderstood the question, then calling "FindWindows", in the main app, would return windows handles of all loaded app/windows, including the caller. Of course you may need to...
November 25th, 2003 08:58 AM
Hi gurus,
I set a journal record hook to implement somesort of macro recorder. After recording the key strokes and mouse moves I play back with a journal playback hook.
My problem is when the...
November 25th, 2003 08:41 AM
I may be just thinking loud here. Since you know your app. windows name etc., is it possible you call FindWindowEx()?
Will
October 3rd, 2003 01:27 AM
Thanks.
Are there any 'cotchas' to avoid when setting up a dual dev. environment?
Will
October 2nd, 2003 04:06 AM
Many thanks astanley,
I heard many bad stories about VC.NET 6 months ago making me nervous to jump into VC.NET. I feel happier with C++, no disrespect to VB folks.
I've worked with VC6. I could...
October 2nd, 2003 01:40 AM
Hi,
Thanks for the tips, and most likely great time saver too.
May I just pump in a few side questions:
Q. Can I use VC.NET as VC6; to do MFC stuff etc.?
Q. Could any one point me to an...
October 1st, 2003 10:32 AM
Hello guru,
I' been away a little while from doing the fun thing of coding, and have a chance to return. My questions are about setting up an environment (I wish to stay with VC6 for now):
Q....