Hi,

I am using 640x480 TFT LCD.
As soon as system boots up a .NETCF application will start.
at the same time a Mouse Pointer appear on the screen.
Mouse Pointer moves as i touch the LCD Touch Panel and it is visible all the
time.
can any one tell me how make it invisible.

--
Software Developer
Johari Digital Healthcare LTD.
INDIA

Re: Mouse Pointer on LCD by Bruce

Bruce
Fri Aug 22 06:23:41 PDT 2008

It depends, do you ever plan to have a mouse connected? If not remove
SYSGEN_CURSOR. If you do, then you will need to develop some way to manage
the mouse cursor in your display driver and mouse driver.

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"Dipendra" <Dipendra@discussions.microsoft.com> wrote in message
news:CCFAA001-14BF-4E51-8D5A-D5945752F8F7@microsoft.com...
> Hi,
>
> I am using 640x480 TFT LCD.
> As soon as system boots up a .NETCF application will start.
> at the same time a Mouse Pointer appear on the screen.
> Mouse Pointer moves as i touch the LCD Touch Panel and it is visible all
> the
> time.
> can any one tell me how make it invisible.
>
> --
> Software Developer
> Johari Digital Healthcare LTD.
> INDIA



Re: Mouse Pointer on LCD by Dipendra

Dipendra
Fri Aug 22 06:57:02 PDT 2008

i have already removed the mouse from my OS design.
can you tell me where can i find the mouse driver.
--
Software Developer
Johari Digital Healthcare LTD.
INDIA


"Bruce Eitman [eMVP]" wrote:

> It depends, do you ever plan to have a mouse connected? If not remove
> SYSGEN_CURSOR. If you do, then you will need to develop some way to manage
> the mouse cursor in your display driver and mouse driver.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> Bruce.Eitman AT EuroTech DOT com
> My BLOG http://geekswithblogs.net/bruceeitman
>
> EuroTech Inc.
> www.EuroTech.com
>
> "Dipendra" <Dipendra@discussions.microsoft.com> wrote in message
> news:CCFAA001-14BF-4E51-8D5A-D5945752F8F7@microsoft.com...
> > Hi,
> >
> > I am using 640x480 TFT LCD.
> > As soon as system boots up a .NETCF application will start.
> > at the same time a Mouse Pointer appear on the screen.
> > Mouse Pointer moves as i touch the LCD Touch Panel and it is visible all
> > the
> > time.
> > can any one tell me how make it invisible.
> >
> > --
> > Software Developer
> > Johari Digital Healthcare LTD.
> > INDIA
>
>
>

Re: Mouse Pointer on LCD by Silver

Silver
Fri Aug 22 11:42:12 PDT 2008

eh? You have removed the mouse but you cannot find the mouse? What you said
does not make sense to me.

You can search the catalog in PB for the word 'mouse' or 'cursor' to find
those components.

Remove the cursor component from your OSDesign, or use the ShowCursor
function to hide it when there is no mouse present.

Geoff
--


Re: Mouse Pointer on LCD by RyeCatcher

RyeCatcher
Sat Aug 23 02:17:33 PDT 2008

For the mouse driver, usually it will work as the USB device. If you have a
USB host in your platform, then you can try to develop the mouse driver as
the USB device. CE 600 and USB specification supports this function.

--
RyeCatcher

Shanghai, China




"Dipendra" <Dipendra@discussions.microsoft.com> дÈëÏûÏ¢ÐÂÎÅ:B9D6D3BA-2819-4CD2-BBE4-415CB0E0E8CD@microsoft.com...
>i have already removed the mouse from my OS design.
> can you tell me where can i find the mouse driver.
> --
> Software Developer
> Johari Digital Healthcare LTD.
> INDIA
>
>
> "Bruce Eitman [eMVP]" wrote:
>
>> It depends, do you ever plan to have a mouse connected? If not remove
>> SYSGEN_CURSOR. If you do, then you will need to develop some way to
>> manage
>> the mouse cursor in your display driver and mouse driver.
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>> My BLOG http://geekswithblogs.net/bruceeitman
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> "Dipendra" <Dipendra@discussions.microsoft.com> wrote in message
>> news:CCFAA001-14BF-4E51-8D5A-D5945752F8F7@microsoft.com...
>> > Hi,
>> >
>> > I am using 640x480 TFT LCD.
>> > As soon as system boots up a .NETCF application will start.
>> > at the same time a Mouse Pointer appear on the screen.
>> > Mouse Pointer moves as i touch the LCD Touch Panel and it is visible
>> > all
>> > the
>> > time.
>> > can any one tell me how make it invisible.
>> >
>> > --
>> > Software Developer
>> > Johari Digital Healthcare LTD.
>> > INDIA
>>
>>
>>



RE: Mouse Pointer on LCD by Han

Han
Sat Aug 23 03:06:01 PDT 2008

Why do not you make it invisible from your software? If your application is
full screen, itwill solve your problem.

"Dipendra" wrote:

> Hi,
>
> I am using 640x480 TFT LCD.
> As soon as system boots up a .NETCF application will start.
> at the same time a Mouse Pointer appear on the screen.
> Mouse Pointer moves as i touch the LCD Touch Panel and it is visible all the
> time.
> can any one tell me how make it invisible.
>
> --
> Software Developer
> Johari Digital Healthcare LTD.
> INDIA