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
A

avo2

@avo2
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • set "unicode compression" property of Ms access programaticaly using vc++ 6
    A avo2

    Hey, if you found a solution, please let me know. I'm just facing the same problem! regards alex

    C / C++ / MFC c++ database question lounge

  • How to impliment Mutex
    A avo2

    Hi, just found some code that might help you: HANDLE GetMutex() { CString Key = m_FileName; // Your Filename! Key.Replace('\\', '_'); HANDLE hMutex = ::OpenMutex(SYNCHRONIZE, TRUE, Key); if (!hMutex) { SECURITY_ATTRIBUTES sa; sa.nLength = sizeof(sa); sa.lpSecurityDescriptor = NULL; sa.bInheritHandle = TRUE; hMutex = ::CreateMutex(&sa, FALSE, Key); } return hMutex; } cu. a.

    i know nothing

    C / C++ / MFC help tutorial

  • How to impliment Mutex
    A avo2

    Hi, So called "named Mutexes" can be uses between processes. So in this case give the Mutex the name of the File yout are using. But be careful, i think backlashes don't work with mutexes, so you should replace backslashes with some other character. cu a.

    i know nothing

    C / C++ / MFC help tutorial
  • Login

  • Don't have an account? Register

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