473,406 Members | 2,404 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,406 software developers and data experts.

Invisable Text in Lst Bx & Msg Bk

I have written a couple of programs in C# using Visual Studio.NET 2003.
Both of these programs have the problem that when they are ran on my Windows
XP computer at work items in list boxes and text in message boxes appears
invisable. The items are actually added to the list box because you can run
the highlighted selection up and down in the list box as many times as the
number of items that were added. In the first program whose functionality
includes playing some .WAV files I have been able to get the items to appear
by having it play a tone immediatly when it is ran. In the second program
the list box is in a window that is displayed when you click a button on the
main window. The main window has a list control that displays the results
of a search. If I do a search so that there are items in the list control
and then move another application's window over the list control and then
back off of it and then press the button to bring up the window with the
list box the items are visable in the list box. If I don't do this, then
the items are not visable. In either program if a message box is displayed
when the list box problem is taking place then the message box will also
have invisable text. Text is always visable in both programs when I run
them on my Windows Vista computer at home. I don't know if this has
anything to do with the problem or not, but the network people where I work
have fixed it so that we can't use Windows Update. How can I make the text
appear visable without doing what I am presently having to do?N

Tim Hitchcock
ti***********@inebraska.com

Oct 10 '07 #1
7 1296
Tim Hitchcock wrote:
I have written a couple of programs in C# using Visual Studio.NET 2003.
Both of these programs have the problem that when they are ran on my
Windows XP computer at work items in list boxes and text in message
boxes appears invisable. The items are actually added to the list box
because you can run the highlighted selection up and down in the list
box as many times as the number of items that were added. In the first
program whose functionality includes playing some .WAV files I have been
able to get the items to appear by having it play a tone immediatly when
it is ran. In the second program the list box is in a window that is
displayed when you click a button on the main window. The main window
has a list control that displays the results of a search. If I do a
search so that there are items in the list control and then move another
application's window over the list control and then back off of it and
then press the button to bring up the window with the list box the items
are visable in the list box. If I don't do this, then the items are not
visable. In either program if a message box is displayed when the list
box problem is taking place then the message box will also have
invisable text. Text is always visable in both programs when I run them
on my Windows Vista computer at home. I don't know if this has anything
to do with the problem or not, but the network people where I work have
fixed it so that we can't use Windows Update. How can I make the text
appear visable without doing what I am presently having to do?N

Tim Hitchcock
ti***********@inebraska.com
I would (temporarily) build in a way of changing the fore/backcolor
properties for these controls and see if it is in any way related to that.

JB
Oct 10 '07 #2
On Oct 10, 2:53 pm, "Tim Hitchcock" <timh412NoS...@inebraska.com>
wrote:
I have written a couple of programs in C# using Visual Studio.NET 2003.
Both of these programs have the problem that when they are ran on my Windows
XP computer at work items in list boxes and text in message boxes appears
invisable. The items are actually added to the list box because you can run
the highlighted selection up and down in the list box as many times as the
number of items that were added. In the first program whose functionality
includes playing some .WAV files I have been able to get the items to appear
by having it play a tone immediatly when it is ran. In the second program
the list box is in a window that is displayed when you click a button on the
main window. The main window has a list control that displays the results
of a search. If I do a search so that there are items in the list control
and then move another application's window over the list control and then
back off of it and then press the button to bring up the window with the
list box the items are visable in the list box. If I don't do this, then
the items are not visable. In either program if a message box is displayed
when the list box problem is taking place then the message box will also
have invisable text. Text is always visable in both programs when I run
them on my Windows Vista computer at home. I don't know if this has
anything to do with the problem or not, but the network people where I work
have fixed it so that we can't use Windows Update. How can I make the text
appear visable without doing what I am presently having to do?N

Tim Hitchcock
timh412NoS...@inebraska.com
What version of Anti-virus software do you have? There was a problem
with Norton v7 or 8 that would cause this problem. There is a patch
available from Symantec.

Chris

Oct 11 '07 #3
John B wrote:
I would (temporarily) build in a way of changing the fore/backcolor
properties for these controls and see if it is in any way related to that.

JB
In the load event I changed the backcolor to white (which it already was)
and the forecolor to red. This produced the same result. The text was
invisable until I moved another window over the list control and off before
bringing up the list box window, then the text was red. I also tried
changing the font from "Microsoft San Serif 11.25 pt" to "Courier New 11.25
pt". This also produced the same result.

Tim Hitchcock
ti***********@inebraska.com

Oct 12 '07 #4

Chris Dunaway wrote:
>
What version of Anti-virus software do you have? There was a problem
with Norton v7 or 8 that would cause this problem. There is a patch
available from Symantec.

Chris
[I already sent this, but I think I pushed the <Replybutton rather than
the <Reply Groupbutton]

I am using McAfee both at work and at home.

Tim Hitchcock
ti***********@inebraska.com

Oct 12 '07 #5
On Oct 11, 8:43 pm, "Tim Hitchcock" <timh412NoS...@inebraska.com>
wrote:
Chris Dunaway wrote:
What version of Anti-virus software do you have? There was a problem
with Norton v7 or 8 that would cause this problem. There is a patch
available from Symantec.
Chris

[I already sent this, but I think I pushed the <Replybutton rather than
the <Reply Groupbutton]

I am using McAfee both at work and at home.

Tim Hitchcock
timh412NoS...@inebraska.com
I'm sorry, the bug was with McAfee. I couldn't remember which it
was. Search the forums, you should be able to find a link to it to
confirm.

Chris

Oct 12 '07 #6
John B wrote:
I would (temporarily) build in a way of changing the fore/backcolor
properties for these controls and see if it is in any way related to that.

JB
In the load event I changed the backcolor to white (which it already was)
and the forecolor to red. This produced the same result. The text was
invisable until I moved another window over the list control and off before
bringing up the list box window, then the text was red. I also tried
changing the font from "Microsoft San Serif 11.25 pt" to "Courier New 11.25
pt". This also produced the same result.

Tim Hitchcock
ti***********@inebraska.com

Oct 20 '07 #7
Chris Dunaway wrote:
>
What version of Anti-virus software do you have? There was a problem
with Norton v7 or 8 that would cause this problem. There is a patch
available from Symantec.

Chris
[I already sent this, but I think I pushed the <Replybutton rather than
the <Reply Groupbutton]

I am using McAfee both at work and at home.

Tim Hitchcock
ti***********@inebraska.com

Oct 20 '07 #8

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

Similar topics

13
by: Mattias Campe | last post by:
Hi, Depending on if I get an image or a text of a certain URL, I want to do something different. I don't know in advance whether I'll get an image or a text. This is a URL that returns an...
11
by: alex | last post by:
Hi, I am looking for a way to populate an HTML table from an external local text file which looks like this: DATE/TIME LAT. LON. DEPTH. ML....
1
by: Son KwonNam | last post by:
When I have XML text data like the following.. ------ XML Snippet ----- <TEXT> Hello, XML &amp; Java Newsgroup! </TEXT> ------------------------ I hope to get the following html ------- HTML...
1
by: Nathan Alden | last post by:
I have an XSD defined as the following: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"...
8
by: gowens | last post by:
I have a page that contains several HREFs. Each HREF that I'm interested in has a common parameter (parmX). Does anyone have a script example on how to find-and-replace parmX with parmY? I'm...
2
by: FP | last post by:
I have a javascript variable set to the contents of a database comments field. To set the js variable I used the PHP addslashes function which encodes the apostrophe, double quotes and the...
1
by: anatak | last post by:
Hello I have function that generates a list op options for a select dropdown box here is the function I am pretty sure that the problem is situated in the new Option() function function...
3
by: Jason7899 | last post by:
Hello Everyone, I have been searching tirelessly and cannot find a way to convert this text into html text= &amp;lt;p&amp;gt;LONDRES (Reuters) - Cientistas descobriram tr&amp;ecirc;s importantes...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.