A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

How to get rid of mouse cursor when no mouse installed?



 
 
Thread Tools Display Modes
  #1  
Old March 4th 08, 04:15 AM posted to microsoft.public.win98.gen_discussion
mike[_2_]
External Usenet User
 
Posts: 5
Default How to get rid of mouse cursor when no mouse installed?

I'm writing a demo program for a win98 system.
The system has no keyboard or mouse. It boots to the
application and just runs.
Problem is that if I remove the mouse, I get the dialog
box that complains that a mouse was not found. If I click
"don't show this again"...some trick with no mouse or keyboard,
the message does not appear again, but there's a mouse cursor
smack in the middle of the screen.

I want to be able to attach a mouse for diagnostic work, but
need the mouse cursor GONE when there's no mouse. Hidingit won't
work, because there's an on-screen popup keyboard that sees the
mouse location on top of it and won't go away.

Is there some magic incantation to do this?
--
Return address is VALID!
  #2  
Old March 4th 08, 09:29 AM posted to microsoft.public.win98.gen_discussion
Jeff Richards
External Usenet User
 
Posts: 1,526
Default How to get rid of mouse cursor when no mouse installed?

Change the mouse cursor to a transparent block.
-
Jeff Richards
MS MVP (Windows - Shell/User)
"mike" wrote in message
news:U14zj.7668$1_.4795@trnddc02...
I'm writing a demo program for a win98 system.
The system has no keyboard or mouse. It boots to the
application and just runs.
Problem is that if I remove the mouse, I get the dialog
box that complains that a mouse was not found. If I click
"don't show this again"...some trick with no mouse or keyboard,
the message does not appear again, but there's a mouse cursor
smack in the middle of the screen.

I want to be able to attach a mouse for diagnostic work, but
need the mouse cursor GONE when there's no mouse. Hidingit won't
work, because there's an on-screen popup keyboard that sees the
mouse location on top of it and won't go away.

Is there some magic incantation to do this?
--
Return address is VALID!



  #3  
Old March 5th 08, 02:21 AM posted to microsoft.public.win98.gen_discussion
mike[_2_]
External Usenet User
 
Posts: 5
Default How to get rid of mouse cursor when no mouse installed?

Jeff Richards wrote:
Change the mouse cursor to a transparent block.


OK, two questions.

How do I reboot with the mouse installed and expect to
use the mouse normally? It's a serial mouse, cause I need
the keyboard port open for when I need to use both.

There's an on-screen keyboard that pops up then disappears
1.5 seconds after the mouse leaves the window. So, the keyboard
pops up, sees the invisible mouse cursor and won't close its
window. So, most of the screen is covered by the keyboard
which is held up by the mouse which shouldn't be there in the first place.

How would I write a script/program to check to see if the serial mouse
is actually there and cause the mouse cursor to remove itself from
the system, not just hide its visual artifacts?
When the system boots, it knows to give me a dialog box that there's
no mouse, so this should be doable?

mike
-
Jeff Richards
MS MVP (Windows - Shell/User)
"mike" wrote in message
news:U14zj.7668$1_.4795@trnddc02...
I'm writing a demo program for a win98 system.
The system has no keyboard or mouse. It boots to the
application and just runs.
Problem is that if I remove the mouse, I get the dialog
box that complains that a mouse was not found. If I click
"don't show this again"...some trick with no mouse or keyboard,
the message does not appear again, but there's a mouse cursor
smack in the middle of the screen.

I want to be able to attach a mouse for diagnostic work, but
need the mouse cursor GONE when there's no mouse. Hidingit won't
work, because there's an on-screen popup keyboard that sees the
mouse location on top of it and won't go away.

Is there some magic incantation to do this?
--
Return address is VALID!





--
Return address is VALID!
  #4  
Old March 5th 08, 09:34 AM posted to microsoft.public.win98.gen_discussion
Jeff Richards
External Usenet User
 
Posts: 1,526
Default How to get rid of mouse cursor when no mouse installed?

"mike" wrote in message
news:Nsnzj.14387$ES.12330@trnddc05...
Jeff Richards wrote:
Change the mouse cursor to a transparent block.


OK, two questions.

How do I reboot with the mouse installed and expect to
use the mouse normally?


Write a script to change the mouse cursor back to standard, create a hortcut
to the script, and assign it a shorcut key.

It's a serial mouse, cause I need
the keyboard port open for when I need to use both.


Uh! Both what? The form of mouse connection is probably irrelevent to your
problem. Windows makes all mouses look the same.

There's an on-screen keyboard that pops up then disappears
1.5 seconds after the mouse leaves the window. So, the keyboard
pops up, sees the invisible mouse cursor and won't close its
window. So, most of the screen is covered by the keyboard
which is held up by the mouse which shouldn't be there in the first place.


Why are you starting the keyboard applcation? Stop it from starting and you
don't have to worry about closing it.

How would I write a script/program to check to see if the serial mouse
is actually there and cause the mouse cursor to remove itself from
the system, not just hide its visual artifacts?


I don't think you can. That's why I suggested leaving the cursor there and
just making it invisible. Writing a DOS program to run before boot to
install a mouse driver and report the result (success or not) is trivial,
but I don't think it will help your problem with Windows complaining about
the lack of a mouse if it isn't there,

When the system boots, it knows to give me a dialog box that there's
no mouse, so this should be doable?


It should be (as in ought to be) but I don't think it is.

mike


-
Jeff Richards
MS MVP (Windows - Shell/User)


  #5  
Old March 5th 08, 07:15 PM posted to microsoft.public.win98.gen_discussion
Franc Zabkar
External Usenet User
 
Posts: 1,702
Default How to get rid of mouse cursor when no mouse installed?

On Tue, 04 Mar 2008 04:15:48 GMT, mike put finger
to keyboard and composed:

I'm writing a demo program for a win98 system.
The system has no keyboard or mouse. It boots to the
application and just runs.
Problem is that if I remove the mouse, I get the dialog
box that complains that a mouse was not found. If I click
"don't show this again"...some trick with no mouse or keyboard,
the message does not appear again, but there's a mouse cursor
smack in the middle of the screen.


Does the mouse cursor persist because there is still a mouse entry in
Device Manager? Will removing this entry make the cursor go away?

I want to be able to attach a mouse for diagnostic work, but
need the mouse cursor GONE when there's no mouse. Hidingit won't
work, because there's an on-screen popup keyboard that sees the
mouse location on top of it and won't go away.

Is there some magic incantation to do this?


Is it possible to create two hardware profiles, one with a mouse and
one without, and then select the desired profile at bootup? Will the
mouse cursor be absent from the latter profile?

"How to Create Hardware Profiles for Windows 95, Windows 98, and
Windows NT 4"
http://support.microsoft.com/kb/236963

- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.
  #6  
Old March 6th 08, 10:42 PM posted to microsoft.public.win98.gen_discussion
mike[_2_]
External Usenet User
 
Posts: 5
Default How to get rid of mouse cursor when no mouse installed?

Franc Zabkar wrote:
On Tue, 04 Mar 2008 04:15:48 GMT, mike put finger
to keyboard and composed:

I'm writing a demo program for a win98 system.
The system has no keyboard or mouse. It boots to the
application and just runs.
Problem is that if I remove the mouse, I get the dialog
box that complains that a mouse was not found. If I click
"don't show this again"...some trick with no mouse or keyboard,
the message does not appear again, but there's a mouse cursor
smack in the middle of the screen.


Does the mouse cursor persist because there is still a mouse entry in
Device Manager? Will removing this entry make the cursor go away?

I want to be able to attach a mouse for diagnostic work, but
need the mouse cursor GONE when there's no mouse. Hidingit won't
work, because there's an on-screen popup keyboard that sees the
mouse location on top of it and won't go away.

Is there some magic incantation to do this?


Is it possible to create two hardware profiles, one with a mouse and
one without, and then select the desired profile at bootup? Will the
mouse cursor be absent from the latter profile?


I expect it is, but once the mouse cursor is gone, there'll be
no way to get it back, cause the mouse won't work and the keyboard is
not connected.

I think this has been beat to death. Let's let it die.
mike


"How to Create Hardware Profiles for Windows 95, Windows 98, and
Windows NT 4"
http://support.microsoft.com/kb/236963

- Franc Zabkar



--
Return address is VALID!
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse/cursor is not communicating in ME Marcy General 5 November 1st 07 12:58 AM
Freaked out mouse/cursor WinRookie General 3 August 20th 06 10:37 PM
Mouse Cursor Options V Harris General 5 April 29th 06 12:52 AM
Flying Mouse Cursor Dee Saint General 3 April 17th 05 08:56 PM
No Mouse Cursor on startup Midas General 1 June 5th 04 03:26 PM


All times are GMT +1. The time now is 07:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.