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. HTML Help !!!!!!!!!!!!!!

HTML Help !!!!!!!!!!!!!!

Scheduled Pinned Locked Moved C / C++ / MFC
helphtmlcssquestion
2 Posts 2 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.
  • U Offline
    U Offline
    User 423850
    wrote on last edited by
    #1

    how can i run chage the size of an HTML Help window. i mean i am using Html Help in my VC application . few pages contain very less info to display so i want ot reduce the size of window and if the conatin is more then the size should increase can any one help me in solving this bug Thanx TAKE CARE

    M 1 Reply Last reply
    0
    • U User 423850

      how can i run chage the size of an HTML Help window. i mean i am using Html Help in my VC application . few pages contain very less info to display so i want ot reduce the size of window and if the conatin is more then the size should increase can any one help me in solving this bug Thanx TAKE CARE

      M Offline
      M Offline
      melwyn
      wrote on last edited by
      #2

      HH_WINTYPE WinType ; memset(&WinType,0,sizeof(WinType)); WinType.cbStruct = sizeof(WinType); //fill the other members if required // Specify where the window should be RECT wndPos ; wndPos.top = 20; wndPos.left = 10; wndPos.right = 620; wndPos.bottom = 410; WinType.rcWindowPos = wndPos; // Create the window HtmlHelp(0,"hh4mfc.chm",HH_SET_WIN_TYPE,(DWORD)&WinType) ; Hope this helps. Melwyn

      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