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

songlei

@songlei
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • about assembly and marco [modified]
    S songlei

    the value of $ is 0 when uses marco. if direct use, ex: int main() { int n _x: __asm mov [n], $ printf("%d", n); } _x == n is true!! (sorry, my engish is poor, maybe...) -- modified at 1:36 Thursday 29th June, 2006

    C / C++ / MFC help question

  • dialog box
    S songlei

    //the CNewDlg is new dialog box class //add these code to button proc //(my english is very poor) //ex: void COldDlg::OnButton1() { CNewDlg dlg; dlg.DoModal(); }

    C / C++ / MFC c++ tutorial

  • about assembly and marco [modified]
    S songlei

    /* complier: vc6 sp6 */ #include<stdio.h> #define x_x(n) \ __asm mov eax, $ \ __asm mov n, eax int main() { int n; x_x(n); printf("%d\n", n); } /////////// why output is 0? help me... -- modified at 0:20 Thursday 29th June, 2006

    C / C++ / MFC help question

  • how to change the background color of menu bar ?
    S songlei

    WM_DRAWITEM

    C / C++ / MFC tutorial question

  • Edit box
    S songlei

    uses WM_SETFONT

    C / C++ / MFC 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