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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

kasreng

@kasreng
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problem: printing multiple pages
    K kasreng

    You must set up CPrintInfo Class. It has a Method called SetMaxPage that would set up the number of pages you want to print. Then you can use the following loop to print CDC dc; // Printer dc obtained from Print Dialog CPrintInfo info; // Printer info class For(page=Info.GetMinPage();page

    C / C++ / MFC c++ help tutorial

  • Please Help! Open a menu programmatically?
    K kasreng

    You can try the following /* Pass the handle to the window SetForegroundWindow(hwnd) // Pass alt- f keybd_event(VK_MENU,0,0,0); keybd_event('F',0,0,0); // Release alt keybd_event (VK_MENU, 0,KEYEVENTF_KEYUP ,0) Regards, Renga.

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