CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2004
    Posts
    1

    Wm_spoolerstatus

    how to impliment ON_WM_SPOOLERSTATUS in VC++ to monitor the job's in print spooler.

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917
    In VS 7 (.NET) use properties to insert message handler.
    If VS 6, you would have to map macro yourself, since wizard does not have this message in it's database.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  3. #3
    Join Date
    Nov 2001
    Posts
    401

    Well

    WM_SPOOLER wont or rather may not work on win2k/xp so check or look into
    FindFirstPrinterChangeNotification and FindNextPrinterChangeNotification

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured