CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Will2

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    2,442

    Here is what happened when W2K/IE patch comes along

    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:...
  2. Replies
    16
    Views
    51,091

    Hi, If I haven't misunderstood the question,...

    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...
  3. Replies
    0
    Views
    539

    Journal hook - app. not fetting focus

    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...
  4. Replies
    16
    Views
    51,091

    I may be just thinking loud here. Since you know...

    I may be just thinking loud here. Since you know your app. windows name etc., is it possible you call FindWindowEx()?

    Will
  5. Replies
    9
    Views
    1,522

    VC6 vs VC.NET

    Thanks.

    Are there any 'cotchas' to avoid when setting up a dual dev. environment?


    Will
  6. Replies
    9
    Views
    1,522

    VC6 vs VC.NET

    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...
  7. Replies
    9
    Views
    1,522

    VC6

    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...
  8. Replies
    9
    Views
    1,522

    VC6 and MSDN compatibility

    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....
  9. Missing function definition link from ClassView

    Hi, everyone.

    Thanks for sharing your view. I don't know if I've asked the question wrong. Apart from the "missing class" I had before, my current trouble is "missing some of the member functions'...
  10. VC 6's IDE ClassView bug? Cannot find the definition...

    Hi folks,

    I'm sure this happens to a lot of us. The question is I tried suggestions here; del *.ncb and *.opt., and still don't work.

    I'm using VC 6 (SP5) on Win2K. Please share your thought....
  11. Replies
    8
    Views
    2,442

    Catching Ctrl-C with Journal hook?

    Hi,

    I'm working on a Journal hook, and wish to capture user's Ctrl-C to stop the hook. I can't find doc on how to do that in EVENTMSG. Any help is much appreciated.


    Will
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured