Search:

Type: Posts; User: Superfreak3

Search: Search took 0.00 seconds.

  1. It's a little widget that runs on Windows system...

    It's a little widget that runs on Windows system startup to check if our Client app needs to be updated. I wouldn't worry too much about the .exe being copied and run elsewhere. The app just checks...
  2. Have app process end if another instance running...

    I'm looking for some C++ code or direction in writing some to close an app if it detects another instance running.

    Our little update utility writes a log file, which I'm thinking of using as the...
  3. Help with some Windows Installer Patch Detection Code...

    Hi there,

    I really should have said I need code, not just help with it. :D

    Years ago I posted in an InstallShield forum to see how I can detect if a patch has been applied on a particular...
  4. Standard c/c++ dll to get shortcut target/path...

    Hello all,

    I am in need of a dll that, if passed the shortcut/.lnk name and the Start Menu -> Programs path if needed, will return the target attribute of that shortcut.

    I am going to be...
  5. Replies
    7
    Views
    4,797

    I think I had to change the condition to...

    I think I had to change the condition to (NumOfBytes > 0 || NumOfBytes2 > 0). Seems to be right in my testing so far. My fingers are crossed, however.
  6. Replies
    7
    Views
    4,797

    Here is what I did and it appears to work... ...

    Here is what I did and it appears to work...


    DWORD NumOfBytes = 0;
    //Added new and increased Buf size...
    DWORD NumOfBytes2 = 0;
    char Buf[2048];
    char *pNextSetting = NULL;
    CString str;...
  7. Replies
    7
    Views
    4,797

    I'm not quite sure what you mean by these posts?...

    I'm not quite sure what you mean by these posts?

    :confused:
  8. Replies
    7
    Views
    4,797

    Combine Two Buffers - How To?

    Hi all,

    I'm really not at all experienced with C++, but I have some changes to make in code that used to be maintained by someone else. The code that exists may not be the best, but I'm not...
Results 1 to 8 of 8