Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

SLiDeR

@SLiDeR
About
Posts
13
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to abort reading operation on blocking socket?
    S SLiDeR

    He means following situation. There are 2 threads. One thread sets the socket to blocking state and starts to receive data. Let the next recv() function blocks the socket. The second thread wants to terminate this operation. What should it do? Calling AssyncSelect() from the second thread doesn't set the socket back to non-blocking mode.

    C / C++ / MFC tutorial question

  • Check box control
    S SLiDeR

    I know about MFC sources. There is CButton source code. But CButton simply uses CreateWindow() function to create check box. But i need source code for DrawItem() function.

    C / C++ / MFC tutorial question

  • Check box control
    S SLiDeR

    I want to make my own check box control. Where can i find source code for standard check box (CButton)? Or at least to know how to draw standard check box?

    C / C++ / MFC tutorial question

  • XModem
    S SLiDeR

    I need XModem class for Visual C++.

    C / C++ / MFC c++

  • GetTextMetrics()
    S SLiDeR

    I use m_edit.GetDC()->GetTextMetrics(&tm) to determine current font height. Then i call m_edit.SetFont(&myfont) but GetTextMetrics(&tm) returns old values. How to update DC object?

    C / C++ / MFC tutorial question announcement

  • CEdit update
    S SLiDeR

    How to disable temporarily update in CEdit? I want to change some text with ReplaceSel() method but it scrolls to inserted position. But u do not need it. My CEdit flicks because of that. In other words i want to change the text, which is not displayed at current view, without scrolling.

    C / C++ / MFC tutorial question announcement

  • Resizing limit
    S SLiDeR

    How to limit resizing of the window? (Minimal size should be 100x100).

    C / C++ / MFC tutorial question

  • Lines in CEdit
    S SLiDeR

    Yes.

    C / C++ / MFC tutorial question

  • Lines in CEdit
    S SLiDeR

    And what with line interval? Does pDC->GetTextExtent("A") consider it?

    C / C++ / MFC tutorial question

  • Lines in CEdit
    S SLiDeR

    How to determine the count of visible strings in CEdit?

    C / C++ / MFC tutorial question

  • Log Window
    S SLiDeR

    Thanks for scrolling, but i need the first line to be displayed at the bottom of CEdit. Imagine empty Edit control. Then i call some AddLine(...) function and this line appears at the bottom (not at the top like CEDit does). The second line moves first one upward and so on. Generally i need something like this http://www.codeguru.com/controls/output\_window.shtml but with ability to select text

    C / C++ / MFC question

  • Log Window
    S SLiDeR

    I need special log/history window control where the first line that is entered appears at the bottom, and the contents are scrolled upwards. (Like in mIRC). And it must be able to select the text. Maybe there is a way to modify CEdit class?

    C / C++ / MFC question

  • Extra Explorer Buttons
    S SLiDeR

    Does somebody know how to add a button "New Folder" to explorer toolbar? For example "Open" and "Save as" dialogs have this button. But Exporer itself doesn't.

    Article Writing tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups