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
F

Fred dB

@Fred dB
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Memory allocation with no swap
    F Fred dB

    Hello! I'm working on an application where a binary file must be loaded and should be kept in memory during all execution. I guess that keeping data in physical memory and avoid memory swap on virtual memory is not possible. Is it a way to keep the whole address space that concerns my application in physical memory? Thank you for any information ! Frédéric. C++/MFC/SQL developer.

    C / C++ / MFC c++ database performance question

  • CListCtrl OnKeyDown message.
    F Fred dB

    Scot, First,thank you to pay attention at my problem!. I noticed, after you answered me, that any controls trough the application get messages (concerning keystrokes). I implemented what you adviced me everywhere in my controls but never i entered in the fucntion OnGetDlgCode ... afx_msg UINT OnGetDlgCode( ); ON_WM_CREATE() UINT Cxxx::OnGetDlgCode() { return Cxxx::OnGetDlgCode() | DLGC_WANTARROWS | DLGC_WANTTAB; } It's a very weird situation. Anyway thanks for your help. Frédéric. Fred C++/MFC/SQL developer

    C / C++ / MFC c++ database debugging help question

  • CListCtrl OnKeyDown message.
    F Fred dB

    Thank you, I try immediately. Fred

    C / C++ / MFC c++ database debugging help question

  • BIOS?
    F Fred dB

    Are u sure that your hd partition is primary and then the flag is set to active? Fred Senior developer - C++/MFC/SQL

    System Admin question help announcement

  • CListCtrl OnKeyDown message.
    F Fred dB

    Hello, I have problem with a CListCtrl. As you know, pushing up/bottom arrow allow you to move up and down through the elements of your list (it's builtin). Everything was perfect since yesterday :) I noticed that the arrows didn't respond. A message (WM_KEYDOWN) seems to be blocked by something but i can't put the finger on it. Mouse events work perfectly. I derived a class from CListCtrl and i put it in a form derived from CFormView. As i said,all was working perfectly two days ago. The problem seems to be simple, i do not use special or custom code to process messages. I think i respect the way to implement controls using MFC. Any tips to locate simply (with VC debugger) where the problem is? Thank u! Fred C++/MFC/SQL Developer.

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