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

stebich

@stebich
About
Posts
9
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bug in reputation graph
    S stebich

    The date in the snapshot pop-up doesn't represent the current date where the red line is. I observed, that the date is related to the first line, Author in the screenshot. When the reputation points for the first line change, the date changes too. The expectation is, that the At date represents the position of the red line or at least the latest change in any reputation type.

    The world is moving so fast these days that the man who says it can't be done is generally interrupted by someone doing it. (Elbert Hubbard)

    Site Bugs / Suggestions data-structures tools help

  • Commit Messages of the Day
    S stebich

    please, have a look at this expression of ultimate creativity too: git log screen shot[^]

    The Lounge collaboration announcement

  • Is it tricked?
    S stebich

    VuNic wrote:

    But women cannot be at the lifting end

    Have a look at Deux Truss[^] at the end of the site :)

    The Lounge com question

  • Richeditctrl displayed with Selection on
    S stebich

    I would say yes to your statement, when you finished reading, the whole text is selected. I suspect that your question is, how to unselect the text. Therefor call SetSel( 0, 0); member function of your CRichEditCtrl derived control after finishing reading.

    C / C++ / MFC

  • how to trim Spaces from unsigned char*
    S stebich

    Member 3653751 wrote:

    printf("%s\n%s",pChar);

    When your format string has two %s specifiers, you must have two parameters after the format string. So add one parameter to printf() or remove one %s from format string.

    modified on Tuesday, May 4, 2010 11:35 AM

    C / C++ / MFC help tutorial

  • how to ownerdraw the button borders in VC++6.0 [modified]
    S stebich

    1st I miss a pDC->MoveTo( rc.left, rc.top ); for the starting point before the first LineTo() 2nd Have you tried to change rc.bottom and rc.right? Decrement both should be enough to see the right and bottom lines. The rcItem rectangle defines the controls boundaries, painting outside this boundaries is prohibited by clipping.

    C / C++ / MFC c++ tutorial question

  • The desired font is not viewing on the webpage.
    S stebich

    The url() in your @fontface{}-block should be the path to the ttf-file on the web server, not on your local PC. Have a look on this site http://randsco.com/index.php/2009/07/04/p680[^] for a brief description of site embedded fonts.

    Web Development css question

  • The Recent Reputation Realignment
    S stebich

    Is this what you are looking for? Member Reputation System[^] There's a link above the reputaion graph (FAQ).

    The Lounge

  • Hide Dialog
    S stebich

    If the dialogbox is the main window of your application look for the m_nCmdShow member of your CWinApp class. This member could be set in the InitInstance() method of your app. Here is an article about it: A Simple Method to Control the Startup State of an MFC SDI Application[^] If it is not the main window try to remove the WS_VISIBLE style from your dialog template.

    C / C++ / MFC tutorial
  • Login

  • Don't have an account? Register

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