Change font size in CListCtrl
-
Dear all, I am writting an application for PocketPC 2002 using eVC 3.0 Now I have a problem that need to change font size of the CListCtrl. Anybody know how? Please let me know. Thanks in advance. -BHKien
-
Dear all, I am writting an application for PocketPC 2002 using eVC 3.0 Now I have a problem that need to change font size of the CListCtrl. Anybody know how? Please let me know. Thanks in advance. -BHKien
Create a font with the properties you want then call yourlistctrl.SetFont(yourfont). --- “Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002
-
Create a font with the properties you want then call yourlistctrl.SetFont(yourfont). --- “Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002
Thank you very much! -BHKien