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
B

bmzhao

@bmzhao
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • migrating to .NET 2003 from visual studio 6.0 problem
    B bmzhao

    .NET 2003 include VC7.0 , Convert VC6.0 project to VC7.0 , then rebuild all . No need other dll , no need .NET framework.

    C / C++ / MFC csharp visual-studio help announcement c++

  • How to get the keyboard inputs
    B bmzhao

    Don't use Sleep(nDelay),Sleep will block keyboard input. Use OnTimer set delay time. Use OnKeyDown get the typed keyboard key

    C / C++ / MFC help tutorial question

  • Why does my SetDIBColorTable fail ?
    B bmzhao

    The hMemDC must 24 bit color DC, you need a 256 color DC.

    C / C++ / MFC question

  • Display a disabled 24-bit image
    B bmzhao

    use BitBlt fuction with SRCAND or SRCPAINT

    C / C++ / MFC question graphics

  • Problem with public variables
    B bmzhao

    Add Member Variable with 'public',not 'protect', than you can access it.

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

  • definition file?
    B bmzhao

    .def is defintion file. Open a .def file ,you can define exported function in it.

    C / C++ / MFC question

  • table like structure(multiple collumns)
    B bmzhao

    If you use dialog display data , you can add List Control(not List Box) to the dialog.

    C / C++ / MFC c++

  • Cannot ever open fstream object in DLL?
    B bmzhao

    change "c:\test.log" to "c:\\test.log" must have double '\'

    C / C++ / MFC help ios performance question

  • Erratic GDI+ redrawing
    B bmzhao

    Do draw in WM_PAINT , then the image always exist.

    C / C++ / MFC graphics csharp c++ visual-studio winforms

  • Static member funciton call non-static function
    B bmzhao

    Pass a pointer as a parameter of static function, call the non-static function by pointer.

    C / C++ / MFC question

  • changing defaut button
    B bmzhao

    Use resource eidt ,set the button default.

    C / C++ / MFC question wpf

  • All I want to do is update my dialog box!
    B bmzhao

    Add control type var,use SetWindowText() to change update data.

    C / C++ / MFC question announcement

  • Could I bring a parent window on the top of its child window?
    B bmzhao

    1.The child window can't use DoModal(),you can use Create(). 2.You can show child window hide,then the parent show all.

    C / C++ / MFC question c++

  • linker error for extern function
    B bmzhao

    1.rebuild all. 2.check myfunc() in file1.cpp

    C / C++ / MFC c++ help
  • Login

  • Don't have an account? Register

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