Messagebox - strange problem

M

Marc Jennings

Apologies if this is not the right group to ask this in, but I cannot
think where else it might fit!

I have a strange problem when I create an app that uses the a message
box.

When the box appears, it displays as I want it to, except that the
message text and button text do not show up. I've tried changing the
font in the desktop customisation thingummy, but to no avail.

The application, when built, runs perfectly on other machines with the
same version of the framework installed, but not on this one.

Does anyone know which dll is responsible for drawing the messagebox
(that might be the culprit), or have any other suggestions on how to
trace the fault?

Thanks in advance.
Marc.
 
G

Guest

hi,
the assemblies needed to run messagebox are
mscorlib
System.Windows.Forms

regards
ansil
 
M

Marc Jennings

Thanks Ansii,

It looks like the problem might be outside the framework, then. I
have compared the files against a known-good system, and they seem to
be the same (at least they match in terms of number of bytes)

I'm none the wiser, but I suppose it could be a corrupt font on this
system - unlikely, but possible.

**UPDATE** - I made an exe that just displays a messagebox on a
working system, and ran it from tyhis box. Same problem. At least I
know it is not a problem in the app build process.

*sigh* - I might have tio re-build :-(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top