C# Developers' Journal (original) (raw)

VC# 2003 and listBox woes Visual C# 2003, with latest .NET 1.1 SDK patch.

I've created a simple test app containing a list box and a button. When the button is clicked on, it adds three items to the listBox and refreshes. I can see the refresh, but no text is viewable. Yes, the text is black on white. I've highlighted an entry to show that the text just isn't showing up.

Anyone have any idea? I've tried with and without the Refresh() - which should be called automatically by EndUpdate() anyways.
( my codeCollapse )

SOLVED!

It looks like it is a McAfee issue:

http://tinyurl.com/rcehv
------------
9. ISSUE:
List boxes and message boxes in .NET
applications do not display any content.

RESOLUTION:
List boxes and message boxes now display content
as expected.
------------

Current Mood: annoyed