Hi,
I have a problem with the message text and button text not showing up
in a messagebox. (See attachment)
The code I used to call this example was[color=blue]
> MessageBox.Show (this,"Hello"," nothing shown",MessageB oxButtons.OK,Me ssageBoxIcon.In formation);[/color]
I had this problem a couple of weeks ago when I was running Windows
2003 Server on my dev machine, and I put it down to an OS / Framework
problem. I have since rebuilt the dev machine with XP SP1 (SP2 has
never been near this build), and the problem is still here.
Immediate thoughts would be a graphiocs card driver problem, but
messageboxes from other commercial apps work fine.
I am confused. Can anyone help?
I have a problem with the message text and button text not showing up
in a messagebox. (See attachment)
The code I used to call this example was[color=blue]
> MessageBox.Show (this,"Hello"," nothing shown",MessageB oxButtons.OK,Me ssageBoxIcon.In formation);[/color]
I had this problem a couple of weeks ago when I was running Windows
2003 Server on my dev machine, and I put it down to an OS / Framework
problem. I have since rebuilt the dev machine with XP SP1 (SP2 has
never been near this build), and the problem is still here.
Immediate thoughts would be a graphiocs card driver problem, but
messageboxes from other commercial apps work fine.
I am confused. Can anyone help?
Comment