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
O

o sanchez

@o sanchez
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Moving XP and all Apps to a new PC
    O o sanchez

    You can do it easily with Laplink PCMover, take a look at http://www.laplink.com/pcmover/[^] Cheers.

    The Lounge com help question

  • CSingleLock Assertion Failed
    O o sanchez

    If i put this code in a function it works perfectly (in VS2005), Try it: { CCriticalSection ImageInfoSyncObject; CSingleLock * pImageInfoLock; pImageInfoLock = new CSingleLock(&ImageInfoSyncObject); pImageInfoLock->Lock(); pImageInfoLock->Unlock(); }

    C / C++ / MFC c++ debugging help

  • CSingleLock Assertion Failed
    O o sanchez

    How are you creating the singlelock? it seems that the syncobject you are using its not valid. Example: CCriticalSection g_CS; //global or class member func() { CSingleLock SLock(&g_CS, TRUE); } Good luck. -- modified at 8:50 Wednesday 12th July, 2006

    C / C++ / MFC c++ debugging help

  • How to diable ok button of property sheet
    O o sanchez

    Naveen R wrote:

    but he asks for CPropertyPage

    Yes, i read it very fast :-) I don't imagine a propertysheet with different ok buttons in each page. Cheers.

    C / C++ / MFC tutorial question

  • How to diable ok button of property sheet
    O o sanchez

    You can do it using CPropertySheet::SetWizardButtons with PSWIZB_DISABLEDFINISH, take a look here: http://msdn2.microsoft.com/en-us/library/ex7e7b4s.aspx[^] Cheers.

    C / C++ / MFC tutorial 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