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
S

smbelow

@smbelow
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Ultimate Grid 6.1 (tab font)
    S smbelow

    I am trying to set a different font inside a grid tab. The following code is a snippet of what I’m doing. When I run the application it crashes! Has anyone used the function call SetTabFont? And if so can you share some insight on how to properly use this thing. The commented code is what I’m inputting to try and get my desired response. Thanks for any help, Steve… void CProcessGrid::OnSetup() { CUGCell cell; CUGTab mTab; SetNumberSheets(3); AddTab("Procedure", 0); AddTab("Parts", 1); AddTab("Tools", 2); SetTabWidth(500); SetCurrentTab (0); //************ Change Font Size **********[SMB 06/20/05] // //CFont *mFont; //int fontIndex; //fontIndex = AddFont("Arial", 8, 2); //mFont = GetFont(fontIndex); //mTab.SetTabFont(mFont); // //*****************************************************

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