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

Search:

Type: Posts; User: elim

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    5,859

    Re: some more info

    But what if I want more information? I cannot believe that the process cannot tell me if the thread is currently running, or is in a suspended state?

    Does windows not have a call, or something...
  2. Replies
    4
    Views
    702

    Yeah, I had another application that I used this...

    Yeah, I had another application that I used this code in also, and it works fine with that one as well...So, it's got to be something I'm doing wrong somewhere in my original application.

    I'll...
  3. Replies
    4
    Views
    702

    actually....I thought it was working, because...

    actually....I thought it was working, because when I would execute the program again, the same window would reappear (if minimized) or would blink if it was already restored on my desktop. But when...
  4. Replies
    4
    Views
    702

    nevermind, this code does work in release...

    nevermind, this code does work in release mode...i was doing something wrong that pertained to some other part of my application, which was why it wasn't working properly...so if need be, this thread...
  5. Replies
    4
    Views
    702

    single app instance - debug mode only?

    In the InitInstance method of my App class, I have this code to check for a single instance of my application. I know there might be better ways of doing this, but this suffices for me, or does it?...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured