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

Search:

Type: Posts; User: ashikthomas

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    4,476

    Re: remote monitoring application

    Anybody please suggest

    Which is more efficient?

    1. Using Windows Terminal services
    OR
    2. Manually taking screenshots, converting it to PNG and sending?

    My requirement is that it should be...
  2. Replies
    6
    Views
    4,476

    Re: remote monitoring application

    thanks all for your replies. ;)

    I'm sending the whole data as such. Its around some 60kB to 100kB of data. Also I increased the send and receive buffer to 128kB, using setsockopt function.

    In...
  3. Replies
    6
    Views
    4,476

    remote monitoring application

    Hi all
    I'm developing an employee monitoring software in C++. It uses TCP connections for client-server interaction. I've define some commands for remote controlling like SHUTDOWN, PRINTSCR, MESSAGE...
  4. Replies
    2
    Views
    5,208

    A remote monitoring application

    Hi everyone :)

    I'm developing a client-server application in Win32 C. The application is intended to monitor client machines remotely.

    The application has a preview screen where we can see...
  5. Replies
    7
    Views
    8,301

    working with Windows Registry

    hi
    I am developing a program that needs auto start at windows startup. For that I need to add Registry entries. Also the program needs to read some registry keys. What are the functions i need to do...
  6. Replies
    24
    Views
    7,566

    bool datatype

    hi

    Is the usage of bool datatype really advantageous? Particularly in the case of memory usage and processing speed? Does it save memory if the variable is declared as "register bool"??

    thanks...
  7. Replies
    3
    Views
    1,568

    solved!!

    thanks a lot ;) ;)

    Where i went wrong was actually i copied the 12 line code to a new FILE->NEW->Source and compiled it instead of starting a new Windows Application Project. That was why I got...
  8. Replies
    3
    Views
    1,568

    Visual C++ and Dev C++

    Hi!!
    Im new in windows programming. Someone please tell me whats the main difference between programming in visual c++ to that in dev c++. I compiled a simple windows program that pop ups a dialog...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured