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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Question on CEvent

Question on CEvent

Scheduled Pinned Locked Moved C / C++ / MFC
question
24 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D DimpleSurana

    Yup i did that it gives some error

    P Offline
    P Offline
    Prakash Nadar
    wrote on last edited by
    #21

    You still did not specify what error you are getting perhaps that would be more helpfull.


    "When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)

    D 1 Reply Last reply
    0
    • P Prakash Nadar

      You still did not specify what error you are getting perhaps that would be more helpfull.


      "When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)

      D Offline
      D Offline
      DimpleSurana
      wrote on last edited by
      #22

      I have already got the asnwer to my problem from magnus & time doesnt permit me to do ne more on it

      P 1 Reply Last reply
      0
      • D DimpleSurana

        I have already got the asnwer to my problem from magnus & time doesnt permit me to do ne more on it

        P Offline
        P Offline
        Prakash Nadar
        wrote on last edited by
        #23

        :doh:Oops sorry didnt read that link... that is also a good answer.


        "When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)

        1 Reply Last reply
        0
        • D DimpleSurana

          If i declare a CEvent object as a member of my class - a) Is it created such that it is manual reset / automatic b) If automatic how do i tell the CEvent object that it shud be manul reset Dimple

          K Offline
          K Offline
          KaroCH
          wrote on last edited by
          #24

          if you use CEvent you us it with the follwing constructor. so you could set bManualRest = TRUE. it doesnt care if you use it as member of your class... karo --- CEvent( BOOL bInitiallyOwn = FALSE, BOOL bManualReset = FALSE, LPCTSTR lpszName = NULL, LPSECURITY_ATTRIBUTES lpsaAttribute = NULL ); ---

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

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