473,785 Members | 2,165 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Listview with black box as cursor

Hello,

i have a crazy bug on one Machine.

My Application is running fine on 6 Workstations (XP an W2K)

On a new one (XP) i will have a black box as cursor if i want to resize a
listview (instead of east/west-cursor)

plus

the comboboxentries are not visible but they are there. The combobox is
having the right size (3 entries)
if you click on the second entry you get the right data.

after fiddeling around in the application suddenly the entries are visible
but the black box will remain.

changed the displaydriver, changed the grafic card.

anyone anyhint?

greetings
Tibor
Nov 21 '05 #1
3 1509
I have not seen this and we have loads of XP machines here. On the new
machine, you may want to just rebuild from scratch, maybe you have a virus
on it ?

--
OHM ( Terry Burns )

http://TrainingOn.net


"Tibor Odehnal" <ti***@nospam.c om> wrote in message
news:OA******** *****@TK2MSFTNG P15.phx.gbl...
Hello,

i have a crazy bug on one Machine.

My Application is running fine on 6 Workstations (XP an W2K)

On a new one (XP) i will have a black box as cursor if i want to resize a
listview (instead of east/west-cursor)

plus

the comboboxentries are not visible but they are there. The combobox is
having the right size (3 entries)
if you click on the second entry you get the right data.

after fiddeling around in the application suddenly the entries are visible
but the black box will remain.

changed the displaydriver, changed the grafic card.

anyone anyhint?

greetings
Tibor

Nov 21 '05 #2
It is a new machine right out of the box.
I've installed Mcafee so there should be no virus.
I'd like to save the time on reinstalling the Machine if possible.

Tibor
"OHM ( Terry Burns )" <me@mine.com> schrieb im Newsbeitrag
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have not seen this and we have loads of XP machines here. On the new
machine, you may want to just rebuild from scratch, maybe you have a virus
on it ?

--
OHM ( Terry Burns )

http://TrainingOn.net


"Tibor Odehnal" <ti***@nospam.c om> wrote in message
news:OA******** *****@TK2MSFTNG P15.phx.gbl...
Hello,

i have a crazy bug on one Machine.

My Application is running fine on 6 Workstations (XP an W2K)

On a new one (XP) i will have a black box as cursor if i want to resize a
listview (instead of east/west-cursor)

plus

the comboboxentries are not visible but they are there. The combobox is
having the right size (3 entries)
if you click on the second entry you get the right data.

after fiddeling around in the application suddenly the entries are
visible but the black box will remain.

changed the displaydriver, changed the grafic card.

anyone anyhint?

greetings
Tibor


Nov 21 '05 #3
If you put the screen driver to be Standard SVGA mode ( Windows Standard
Driver ) does this have any effect ?

--
OHM ( Terry Burns )

http://TrainingOn.net



"Tibor Odehnal" <ti***@nospam.c om> wrote in message
news:eW******** ******@TK2MSFTN GP15.phx.gbl...
It is a new machine right out of the box.
I've installed Mcafee so there should be no virus.
I'd like to save the time on reinstalling the Machine if possible.

Tibor
"OHM ( Terry Burns )" <me@mine.com> schrieb im Newsbeitrag
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
I have not seen this and we have loads of XP machines here. On the new
machine, you may want to just rebuild from scratch, maybe you have a virus
on it ?

--
OHM ( Terry Burns )

http://TrainingOn.net


"Tibor Odehnal" <ti***@nospam.c om> wrote in message
news:OA******** *****@TK2MSFTNG P15.phx.gbl...
Hello,

i have a crazy bug on one Machine.

My Application is running fine on 6 Workstations (XP an W2K)

On a new one (XP) i will have a black box as cursor if i want to resize
a listview (instead of east/west-cursor)

plus

the comboboxentries are not visible but they are there. The combobox is
having the right size (3 entries)
if you click on the second entry you get the right data.

after fiddeling around in the application suddenly the entries are
visible but the black box will remain.

changed the displaydriver, changed the grafic card.

anyone anyhint?

greetings
Tibor



Nov 21 '05 #4

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

Similar topics

1
2540
by: Riccardo Giomi | last post by:
Hi I would to display a Cursors.WaitCursor on a ListView control, so I tried listView.Cursor = Cursors.WaitCursor but it doesn't work at all, I see always the default cursor. The same thing happens if I set the WaitCursor in the properties window. The strange thing is that with other controls, like buttons or the treeview, it does work. The only control for which I can't change the cursor is the ListView: it does not work even if I set...
0
4500
by: cyrille | last post by:
Hello from example from web i did a little code to avoiding columnHeader resize. this code seems to work well, but when I put a 'normal' ListView on the same Form than my overrided ListView it seems to stop working. if I'm resizing 'normal' ListView ColumnHeaders, then I can resizing ColumnHeaders of my overrided ListView. If I don't resizing 'normal' ListView ColumnHeaders, then resizing of my overrided ListView ColumnHeaders is...
0
1171
by: Ben Rush | last post by:
Greetings, I don't deal too much with the visual side of the framework, so I may be simply doing something quite stupid - but if I am I can't figure it out for the life of me. On my machine (a Dell Inspiron 8200, gForce4 440, 1 gig Ram, etc.) I simply fire up Visual Studio, create a Windows Form, drag a ListView onto the form, create two columns in the listview and then compile and run. When I do a mouse-over the "splitters" or the...
1
5053
by: cider123 | last post by:
I've tried working with the SelectedIndices and Items.Selected attributes to get the problem to go away, but not having any luck. Questions I have are: 1) How do you move (using code) the focus Rectangle when your Selected Index changes ? 2) If there are no selected rows, can that focus rectangle be removed? 3) What other quirks exist in this simple example I might need to code for ?
4
3129
by: Samuel R. Neff | last post by:
I'm using this class to work around the ListView.Cursor bug in .NET 1.0/1.1. It fixes the bug as long as the user mouses around the client area of the listview but if the listview is in detail view and the user mouses over the header, the default cursor is displayed regardless of the Cursor property setting. Public Class MyListView Inherits ListView Const WM_SETCURSOR = &H20 Public Declare Function SetCursor Lib "user32" Alias...
2
4459
by: Terry Olsen | last post by:
Does anyone have an example of how I could print a ListView control? It'd sure be easier to do this than to try to format the output in DrawStrings... Thanks.
3
4879
by: Steve Long | last post by:
I hope this isn't too stupid of a question but I'm looking for a way to change an item in a listview control when the mouse moves over it. I'd like to change its color and underline it for a probable internet link. Is there a way to do that? I've looked through the help and can't find anything that, well, helps. Perhaps I'm using the wrong control. Any help would be appreciated. Thanks Steve
1
1931
by: Vinit | last post by:
Hi I have a form in which there is a treeview alongside a listview. Now I have certain conditions when the Listview control is disabled. When this happens I would want the Cursor to be of type "NO" only when the mouse is over the ListView. It should be default over the other controls on the form. I have tried many things but nothing seems to work. I am able to set the Cursor to No when the Listview is disabled ...but the cursor does...
0
2006
by: IanWright | last post by:
I'm trying to change the cursor that appears on a standard ListView when the cursor appears over an item. However I am getting a flickering effect as the mouse is changed to a finger cursor, and then back to what I asked it to be. I'm trying to isolate this flicker/changing to the hand cursor but can't figure out where it's occuring or how to stop it. To replicate this... 1) Create a form with a ListView on it. 2) Add an image list and...
0
9647
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9489
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8988
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4061
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.