473,394 Members | 1,714 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

messagebox bug

Hi,

Messageboxes emitted from my vb.net windows forms applications have suddenly
stopped rendering messagetext and button text. What is the best plan of
action regarding components to try repairing/reinstalling?
(I have already reinstalled the framework to no avail)

Line of Code example:

MessageBox.Show("Some display text.", "An Example Title")

The title is displayed correctly however messagetext and button text are
missing.
The same codes works fine on other machines, and vb6 apllications work fine
on my pc.

OS = Windows Server 2000
Framework Version = 1.1.4322 SP1
Development Environment = 7.1.3.088

I am beggining to get quite disappoited with .net quirkiness in general now

regards,

Richard


Nov 21 '05 #1
4 1156
Have you recently installed or upgraded any virus scan software?
There is a known bug in McAfee v8 that can cause exactly what you are
seeing, or not as the case may be.

Gerald

"Richard Bond" <Ri**********@tnsofres.com> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
Hi,

Messageboxes emitted from my vb.net windows forms applications have suddenly stopped rendering messagetext and button text. What is the best plan of
action regarding components to try repairing/reinstalling?
(I have already reinstalled the framework to no avail)

Line of Code example:

MessageBox.Show("Some display text.", "An Example Title")

The title is displayed correctly however messagetext and button text are
missing.
The same codes works fine on other machines, and vb6 apllications work fine on my pc.

OS = Windows Server 2000
Framework Version = 1.1.4322 SP1
Development Environment = 7.1.3.088

I am beggining to get quite disappoited with .net quirkiness in general now
regards,

Richard

Nov 21 '05 #2
absolutely spot on!

I had my virus scanner remotely updated to McAfee v8 today.
Is there a patch I can download?

thanks very much for the reply,

Richard

(P.S. apologies to MS this time round)
"Gerald Hernandez" <Cablewizard@sp*********@Yahoo.com> wrote in message
news:OH**************@TK2MSFTNGP15.phx.gbl...
Have you recently installed or upgraded any virus scan software?
There is a known bug in McAfee v8 that can cause exactly what you are
seeing, or not as the case may be.

Gerald

"Richard Bond" <Ri**********@tnsofres.com> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
Hi,

Messageboxes emitted from my vb.net windows forms applications have

suddenly
stopped rendering messagetext and button text. What is the best plan of
action regarding components to try repairing/reinstalling?
(I have already reinstalled the framework to no avail)

Line of Code example:

MessageBox.Show("Some display text.", "An Example Title")

The title is displayed correctly however messagetext and button text are
missing.
The same codes works fine on other machines, and vb6 apllications work

fine
on my pc.

OS = Windows Server 2000
Framework Version = 1.1.4322 SP1
Development Environment = 7.1.3.088

I am beggining to get quite disappoited with .net quirkiness in general

now

regards,

Richard


Nov 21 '05 #3
"Richard Bond" <Ri**********@tnsofres.com> schrieb:
MessageBox.Show("Some display text.", "An Example Title")

The title is displayed correctly however messagetext and button text are
missing.


This behavior is caused by buffer overflow protection of McAfee AntiVirus 8.
By installing available updates the problem should go away:

<URL:news:f5******************************@localho st.talkaboutsoftware.com>:

| After last update (now I have VirusScan Enterprise
| 8.0.0 with Scan engine 4320 and Buffer Overflow
| Protection Deifnitions 131; Patch Versions
| 1, 4, 5, 7,8, 9) the problem disappeared!

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #4
In Virus Scan Console, disable buffer overrun protection.
"Richard Bond" <Ri**********@tnsofres.com> wrote in message
news:Oz**************@TK2MSFTNGP09.phx.gbl...
absolutely spot on!

I had my virus scanner remotely updated to McAfee v8 today.
Is there a patch I can download?

thanks very much for the reply,

Richard

(P.S. apologies to MS this time round)
"Gerald Hernandez" <Cablewizard@sp*********@Yahoo.com> wrote in message
news:OH**************@TK2MSFTNGP15.phx.gbl...
Have you recently installed or upgraded any virus scan software?
There is a known bug in McAfee v8 that can cause exactly what you are
seeing, or not as the case may be.

Gerald

"Richard Bond" <Ri**********@tnsofres.com> wrote in message
news:eD**************@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Messageboxes emitted from my vb.net windows forms applications have

suddenly
> stopped rendering messagetext and button text. What is the best plan of
> action regarding components to try repairing/reinstalling?
> (I have already reinstalled the framework to no avail)
>
> Line of Code example:
>
> MessageBox.Show("Some display text.", "An Example Title")
>
> The title is displayed correctly however messagetext and button text
> are
> missing.
> The same codes works fine on other machines, and vb6 apllications work

fine
> on my pc.
>
> OS = Windows Server 2000
> Framework Version = 1.1.4322 SP1
> Development Environment = 7.1.3.088
>
> I am beggining to get quite disappoited with .net quirkiness in general

now
>
> regards,
>
> Richard
>
>
>
>



Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Rich Tasker | last post by:
I have a strange situation. A simple call to MessageBox.Show("XXX", "YYY") does not display the message in the messagebox with a visible font. Based on the content of the messagebox, the box...
8
by: Dennis C. Drumm | last post by:
I have ordered the book .NET Framework Solutions, In Search of the Lost Win32 API by John Paul Meuller which I think will help answer some of my questions I have regarding making custom...
2
by: Dennis C. Drumm | last post by:
This is a restatement of an earlier post that evidently wasn't clear. I am building a custom MessageBox dialog that has, among other things, a few new button options (yes to all, no to all, etc.)...
8
by: Saso Zagoranski | last post by:
Hi! I'm trying to make my own MessageBox... What I would like to know is, how the MessageBox class is implemented? I could have something like: new MyMessageBox().ShowDialog(); but I would...
4
by: Tressa | last post by:
I have a messagebox that I only want to pop up only if it is not already being displayed on the screen. My code is still poping up the messagebox even though it is on the screen. What am I doing...
3
by: Sin | last post by:
I'm currently evaluating VC.NET as the new platform for the company I work for and things are looking grim... We're up against another IDE which took me about 5 minutes to master and I've been...
0
by: alex_f_il | last post by:
The class centers MessageBox inside the parent rectangle. Enjoy! using System; using System.Windows.Forms; using System.Text; using System.Drawing; using System.Runtime.InteropServices; ...
20
by: Peter E. Granger | last post by:
I'm having a strange problem (or at least it seems strange to me) trying to display a MessageBox in a VC++ .NET forms application. If I put the call to MessageBox::Show in the form's .h file, it...
10
by: Russ | last post by:
I've been trying to figure out how to show a simple messagebox with an OK button in my web client program (C#). I have looked at every reference to JScript and MessageBox that seemed even remotely...
4
by: Larry Woods | last post by:
I have a Messagebox that looks like: MessageBox.Show("There are pending changes for this patient. Do you want to continue to close?", "Pending Changes", MessageBoxButtons.YesNo,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.