FONT bold in listbox

User avatar
sal21
PlatinumLounger
Posts: 4355
Joined: 26 Apr 2010, 17:36

FONT bold in listbox

Post by sal21 »

i fill the lisbox with:

...
With Me.List1
.AddItem "ghgfh"
.AddItem "134434"
.AddItem "999"
End With

how to set bold font for item 1 and 3 il list?

User avatar
HansV
Administrator
Posts: 78474
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: FONT bold in listbox

Post by HansV »

There is no built-in support for this; it would require subclassing and lots of Windows API calls.
Best wishes,
Hans

User avatar
sal21
PlatinumLounger
Posts: 4355
Joined: 26 Apr 2010, 17:36

Re: FONT bold in listbox

Post by sal21 »

HansV wrote:
02 Oct 2021, 18:24
There is no built-in support for this; it would require subclassing and lots of Windows API calls.
:sad: :thankyou: