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

Simon W 0

@Simon W 0
About
Posts
70
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How many people using Source Insight?
    S Simon W 0

    Thanks. I have using SI about two years. I use it not only view code but also write code, I would like SI has a Tab-framed client windows like Visual Studio 200x, but it hasn't. I made one for it! It is something like a plusin. I'd like to share it to all SI lovers, here is the screen snap picture: http://www.winmsg.com/article/tabsiplus1.gif I just don't know how to post here.

    I am seeking... For what? Why did you ask me for what? I don't know!

    The Lounge question

  • How many people using Source Insight?
    S Simon W 0

    How many people using Source Insight?

    I am seeking... For what? Why did you ask me for what? I don't know!

    The Lounge question

  • How can I hide the export information of my DLL
    S Simon W 0

    How can I hide the export information of my DLL, such as function name or class name? I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC question

  • How can I hide the export information of my DLL
    S Simon W 0

    How can I hide the export information of my DLL, such as function name or class name? I am seeking... For what? Why did you ask me for what? I don't know!

    ATL / WTL / STL question

  • Question on serial port and data buffer
    S Simon W 0

    include tchar.h in stdafx.h or remove _T() mark I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC question performance tutorial

  • Question on serial port and data buffer
    S Simon W 0

    TCHAR szData[16]; wsprintf(szData,_T("%5s"),DataBuffer); or use sprintf,(CRT Library) I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC question performance tutorial

  • Error in wizard
    S Simon W 0

    Have you add a COM object to your server properly? Then try "Build All" I am seeking... For what? Why did you ask me for what? I don't know!

    ATL / WTL / STL csharp c++ visual-studio help

  • Array of pointers to a functions
    S Simon W 0

    TRY... define "LoginAck" as a static function I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help data-structures

  • print the CString data to printer?
    S Simon W 0

    Try LPCTSTR operator witch overloaded by CString I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help question

  • Data type HANDLE
    S Simon W 0

    Not exactly a pointer,it just a handle,you can take some operation on it or with it I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC question

  • How can I place an icon in an menu
    S Simon W 0

    Get the menu handle or CMenu object(before the menu popup),use ModifyMenu to assign every menu item MF_OWNERDRAW style. And then your windows will be receive WM_MEASUREITEM and WM_DRAWITEM message,in the message handler you measure your menu item size and draw it as your wish. If you use MFC,it would be more easy. MFC will call your CMenu::MeasureItem and CMenu::DrawItem() automatically. BTW: you can find BCMenu in CP. I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC tutorial help question

  • Problem Installing Platform SDK
    S Simon W 0

    it does not support XP home edition I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help xml database question workspace

  • How can I place an icon in an menu
    S Simon W 0

    change the menu items style to owner draw style,then draw it yourself. Check out the BCMenu code for detail. I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC tutorial help question

  • how to save the drawings in an appropriate format
    S Simon W 0

    You can design a new file format youself I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC c++ help graphics tutorial

  • what do i make for my major project
    S Simon W 0

    you can make a fingerprint recognition system also I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help c++

  • Setting Array SIZE....help!
    S Simon W 0

    I can't agree with you more! I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help question csharp data-structures tutorial

  • Create nonblocking socket for all win versions
    S Simon W 0

    try select socket API or Multi-threads I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help question

  • Fonts and Colors
    S Simon W 0

    set the owndraw style to your button and catch the WM_DRAWITEN message of your dialog,then draw the button yourself I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC c++ question

  • replaceing characters in a string
    S Simon W 0

    myString.TrimLeft(_T("09")); myString.Insert(0, _T("123")); I am seeking... For what? Why did you ask me for what? I don't know!

    C / C++ / MFC help

  • problem with message handler invocation..
    S Simon W 0

    make sure whether the menu message is send to your window I am seeking... For what? Why did you ask me for what? I don't know!

    ATL / WTL / STL help 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