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
R

RockNix 0

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

Posts

Recent Best Controversial

  • an event from comm-port
    R RockNix 0

    (1) Init an event by using CreateEvent() (2) Add in OVERLAPPED struct to your code (3) Insert the event (1) into (2) (4) CreateFile() with FILE_FLAG_OVERLAPPED Now call WaitCommEvent() with LPOVERLAPPED = (2) whereever you want. Wenn the specified com-event occurs the event (1) will be set to signaled state. You should wait for it with WaitForSingleObject() in a seperate thread. Stay heavy ... RockNix/// ------------------------------- Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder on http://www.klangwerker.de -------------------------------

    C / C++ / MFC question help tutorial

  • loading bitmaps
    R RockNix 0

    it seems you have setup a console-app project instead of a win32-app project Stay heavy ... RockNix/// ------------------------------- Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder on http://www.klangwerker.de -------------------------------

    C / C++ / MFC help question com graphics debugging

  • IE Settings
    R RockNix 0

    maybe you will find the reg-entries here but beware of different locations at othe ie-versions HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\... the win32 API provides a lot of functions to access reg-entries like RegOpenKey(), RegCloseKey() and so on ... see MSDN for more Stay heavy ... RockNix/// --------------------------------- Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder on http://www.klangwerker.de -------------------------------

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