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
D

dudepdx

@dudepdx
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Please advise
    D dudepdx

    Are you using a TabCtrl(CTabCtrl) or just a Propertysheet with pages?

    C / C++ / MFC question

  • ODBC vs OLE DB
    D dudepdx

    You wont see much of a performance difference between the OLE DB ODBC provider and using the ODBC API directly. OLE DB is based on COM and it doesnt introduce any overhead. OLE DB is basically to use COM so that we can have a plug-and-play architecture for application components.

    C / C++ / MFC database c++ visual-studio com tools

  • Physical drive
    D dudepdx

    try it with the filehandle

    C / C++ / MFC question

  • Trapping keystrokes in dialog
    D dudepdx

    Did you try it by subclassing cbutton.....you should derive your own class(CMyButton) from CButton and use CMyButton on your dialog box instead of CButton and then add the messagemap for WM_CHAR ...it will work... cheers

    C / C++ / MFC

  • Exported functions in a dll
    D dudepdx

    Copy your dll in the same folder as exe just so that your latest dll will be loaded or else search and delete all the other copies of dll.

    C / C++ / MFC c++ csharp visual-studio 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