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
T

Thomas Ascher

@Thomas Ascher
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Toolbar positioning problem
    T Thomas Ascher

    http://www.codeproject.com/docking/toolbar_docking.asp

    C / C++ / MFC help tutorial learning

  • Software Wheels
    T Thomas Ascher

    Just sold my Mazda MX-5, which i owned for 10 years now, and bought a BMW 316ti which i expect to arrive next week :rolleyes:

    The Lounge question discussion

  • It doesn't feel like 20 years
    T Thomas Ascher

    I got my first computer in 1984: Commodore 64 with tape drive. These tape drives were really horrible. Half the time the reading head had to be adjusted to avoid load errors. X| But i got a floppy disk drive one year later!!:-D Thomas

    The Lounge question

  • South African .NET launch
    T Thomas Ascher

    Austria has had its .NET launch on February 4th! ;P http://www.microsoft.at/msdn/templates/visualstudio.net Thomas

    The Lounge csharp question

  • Icons
    T Thomas Ascher

    http://iconmania.8m.com http://www.iconolog.net

    IT & Infrastructure question

  • Dynamic handlers?
    T Thomas Ascher

    You can use ON_COMMAND_RANGE to handle a range of commands: class CMyDialog : public CDialog { afx_msg void OnHandleCommands(UINT nID); DECLARE_MESSAGE_MAP() }; BEGIN_MESSAGE_MAP(CMyDialog, CDialog) ON_COMMAND_RANGE(ID_COMMAND_FIRST, ID_COMMAND_LAST, OnHandleCommands) END_MESSAGE_MAP() void CMyDialog::OnHandleCommands(UINT nID) { // nID contains the ID of the command to handle }

    C / C++ / MFC question com

  • ADO with Jetengine very slow?
    T Thomas Ascher

    Try to use client cursors instead of the default serverside cursors if the .mdb file is on your local pc: _RecordsetPtr pSet(__uuidof(Recordset)); pSet->CursorLocation = adUseClient; pSet->Open(...);

    Database c++ database 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