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

Search:

Type: Posts; User: Vassili Kouzmin

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    879

    pardon me :) i'm talking about RichEdit

    pardon me :) i'm talking about RichEdit
  2. Replies
    2
    Views
    879

    ReachEdit and ScrollBar

    Hello..
    i don't know how to add a vertical and horizontal scrollbar into the reach edit dialog element(MFC);
    can anybody help me with this?
    p.s. maybe you also no what does it mean disable no...
  3. Replies
    2
    Views
    681

    Help: Socket File Transfering

    Hello....
    I have a problem with sending files through the socket
    Then i send any text file - it works ok... and i can read the text file on the server (i'm sending files from clients to the server...
  4. The Error is unknown identifier. It looks like...

    The Error is unknown identifier. It looks like there is a macros inside windows.h or stdafx.h that disables functions for working with waitable timers. MSDN says what macros can be enabled by


    ...
  5. Troubles with compiling WaitableTimers

    Hi all!
    I have a problem with compiling WaitableTimers

    VC60 doesn't want to compile it
    when i use a standart VC60 Win32App(non MFC) template
    even if i do like MSDN said:

    #define...
  6. Replies
    0
    Views
    2,460

    Problems with WaitableTimer

    Hi all!
    I have a problem with using WaitableTimers

    VC60 doesn't want to compile it
    even if i do like MSDN said:

    #define _WIN32_WINNT 0x0500
    #include <windows.h>
    Maybe someone knows...
  7. Replies
    3
    Views
    670

    The problem is...

    Thank you for reply...especially for that book name...
    So, now the real problem looks like this:

    There's an Processor emulator...(microcontroller emulator)
    So after the program user is writing...
  8. Replies
    3
    Views
    670

    Writing a Compiler...

    Hi all.
    Can anybody help me with finding an alghritm like this:
    The core of my compiler gets commands programmer has wrote in his program. After that the compiler transforms the name of the...
  9. How can I get the physical address if I know only a handle of the process

    Hi all!
    Can somebody show me the way, how to get a pointer or physical adress to the process only by it's handle...
    I'm talking about Win2000;
    Thank's a lot!
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured