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
P

philliad

@philliad
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 6 Gmail Invites - I have got 5 left
    P philliad

    If your offer's still open... I'd like to live in Brazil, somewhere near the equator, around say Maceio. Why? It's warm? Because that's where I'll be moving anyhow in a few weeks. It seems like a nice enough place. pcanderson1 at hotmail dot com

    The Back Room

  • Setting Priority Class
    P philliad

    Thanks for your help! Your solution works great! Thanks, Phillip

    C / C++ / MFC help question

  • Setting Priority Class
    P philliad

    Hello, all. I'm trying to have the program I'm writing raise its class and thread priorities on a button click. I can change the thread priorities just fine, but I'm having trouble with the priority class. Here's the code from the function that I'm using to change the priorities: HANDLE Hand; BOOL Check; DWORD Error; Hand = GetCurrentThread(); Check = SetPriorityClass(Hand, HIGH_PRIORITY_CLASS); Error = GetLastError(); Check = SetThreadPriority(Hand, THREAD_PRIORITY_HIGHEST); Error = GetLastError(); Does anybody have any idea why I can change the thread priority but not the priority class? Thanks, Phillip

    C / C++ / MFC help question

  • Easy menu/modal dialog question
    P philliad

    Fixed it! Thanks. (I didn't include the header -duh!) Phillip

    C / C++ / MFC question

  • Easy menu/modal dialog question
    P philliad

    error C2065: 'CDialogRates' : undeclared identifier It doesn't seem to recognize CDialogRates as a valid class. :mad: Phillip

    C / C++ / MFC question

  • Easy menu/modal dialog question
    P philliad

    I've made the menu, made the handler for the menu item, and made the actual dialog box (and a corresponding class). I'm having trouble making an instance of the dialog class and calling DoModal for some reason. It's quite baffling, actually. Phillip

    C / C++ / MFC question

  • Easy menu/modal dialog question
    P philliad

    In an application I'm making I need to use a menu to launch a modal dialog box. I seem to be struggling a bit with this task. How do I do it?!?! Thanks! Phillip

    C / C++ / MFC question

  • Interrupt handling
    P philliad

    I'm working on a project that needs VERY accurate timing (to an order that none of the built-in windows timers will work). I have a card that I'm getting count information from that is also able to produce accurate timing counts in the form of interrupts. Unfortunately for me :~ , I've never done anything at all with interrupt handling! All the information I've seen thus far shoots right over my head. Can anybody help? Articles, links, code, tutorials, anything appreciated. Thanks! Phil A.

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