473,656 Members | 2,983 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Programming for Touch Screens

Hi, I am new it vb.net and am looking at writing for touch screens as one of
my clients wants their application written for touch screens.

I'm sure someone that done this before. Are there links I can go to to find
out what's involved, touch screen software, etc or your actual experiences
that you are willing to share, which is better than a document, I would be
most grateful.

I think it will be a fun project and would like as much information about it
before starting.

Cheers
Michelle
Mar 13 '06 #1
25 17536
Just load the screen driver for the touch screen and program the Mouse Events
for the windows form to do whatever you want. You can program click, mouse
move, Mouse Down, mouse Up, etc. events. For the double click, you might
have to include a timer to distinguish between a click and double click.
--
Dennis in Houston
"Michelle" wrote:
Hi, I am new it vb.net and am looking at writing for touch screens as one of
my clients wants their application written for touch screens.

I'm sure someone that done this before. Are there links I can go to to find
out what's involved, touch screen software, etc or your actual experiences
that you are willing to share, which is better than a document, I would be
most grateful.

I think it will be a fun project and would like as much information about it
before starting.

Cheers
Michelle

Mar 14 '06 #2
michelle,

the touchscreen driver/software sets the all the mouse settings
(click,double-click,right click, etc.), so all you have to do is
install the driver / software and proceed with your code as if you're
using a mouse.

diego

Mar 14 '06 #3
Dennis / Diego

Does that mean

1) that my client doesnt have to buy actual 'touch screens' (ie: the
hardware), but instead can use software that would allow the user to still
touch a normal LCD screen and it would emulate a touch screen ; or

2) are you just saying that when developing, I can use these drivers that
come with the touch screens so that I can write events that would emulate
touching the screen?

Thanks for your quick responses.

Cheers
Michelle


"Dennis" <De****@discuss ions.microsoft. com> wrote in message
news:3B******** *************** ***********@mic rosoft.com...
Just load the screen driver for the touch screen and program the Mouse
Events
for the windows form to do whatever you want. You can program click,
mouse
move, Mouse Down, mouse Up, etc. events. For the double click, you might
have to include a timer to distinguish between a click and double click.
--
Dennis in Houston
"Michelle" wrote:
Hi, I am new it vb.net and am looking at writing for touch screens as one
of
my clients wants their application written for touch screens.

I'm sure someone that done this before. Are there links I can go to to
find
out what's involved, touch screen software, etc or your actual
experiences
that you are willing to share, which is better than a document, I would
be
most grateful.

I think it will be a fun project and would like as much information about
it
before starting.

Cheers
Michelle

Mar 14 '06 #4
michelle,

your client still needs to buy a touchscreen-enabled monitor.
touchscreens are just a means of clicking whatever controls are in the
screen directly instead of having to use the mouse.

in your development, you just have to proceed as if you are using a
mouse, but also you should be aware that external keyboard
functionality will not be available, so your program will have to
provide an on-screen keyboard (like what comes with windows xp)

hth

diego

Mar 14 '06 #5
Hi Diego

Thanks again for your information.

I have some more questions if you are open to them.

1. My client wants a touch screen and a keyboard (as there will be times
when information needs to be typed in). If they have a touch screen, they
can still have the functionality of the keyboard as well (or is this
functionality lost only when developing)?

2. You mention touchscreen-enabled monitor. Does that mean the monitor must
be a touch screen or any lcd monitor can be converted to one by use of
software?

Thanks again for your input

Michelle
Mar 14 '06 #6
hi michelle,

you can still have the keyboard accessible to the users of the system.

touchscreens are specially-crafted hardware devices that have two
interfaces, one goes to the regular video card interface of your cpu
and the other goes to a serial port (i haven't seen other touchscreens
not using serial ports). although there are some high-end touchscreens
that come as a package. iow, the cpu and monitor are bundled in a
single hardware. you can see these kinds of hardware mostly in fastfood
chains and restaurants.

hth,

diego

Mar 14 '06 #7
Hi Diego

I want to thank you for all the input you have given. It has helped me
immensely to start the road to this project.

Cheers
Michelle
Mar 14 '06 #8

"Michelle" <no************ ****@yahoo.com. au> wrote in message
news:dv******** ***@otis.netspa ce.net.au...
I want to thank you for all the input you have given. It has helped me
immensely to start the road to this project.


You might want to google for (touch screen wedge) before you commit.

Mar 14 '06 #9
Hi again Diego

I feel like I'm asking really silly questions, but I have to ask them in
order to understant

My client hasn't purchased touch screens yet, they want me to write the
software and in the meantime work out the hardware they want.

That being the case, can I just download a driver for a ANY touchscreen and
play around with that or each driver is specific to the brand of
touchscreen. Do you know?

If so, where would you suggest I go to get a driver for this?

Thanks again
Michelle
Mar 14 '06 #10

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

Similar topics

4
23909
by: The Bear | last post by:
Is there any documentation for creating a touch screen application using c#. Any information anyone has would be great The Bear. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
5
14384
by: MikeY | last post by:
Hi everyone, I'm going to embark on trying my hand at developing a C# windows application for a touch-screen. Is there any special considerations that I need to be aware of for developing a touch-screen application in regards to using the screen for button touching instead of mouse/curser/pointers? Also, please feel free if anyone has tips, hints, or other traps that I might need to be aware of. All help is truly appreciated.
4
3519
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
0
3043
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
1
2718
by: MikeY | last post by:
Hi Everyone, I'm looking for suggestions for touch screen form sizes. Or better yet dealing with forms very various screen sizes. How to deal with anchoring buttons etc and so they don't overlap with bigger screen size. I'm trying to build a hospitality touch screen application w/ Window forms. However I am getting a bit flustered with choosing what size of the form I should have (base my application on). I have been measuring various...
3
9959
by: Elioth | last post by:
I want to make a program which it work with a touch screen, I need to know if I need any special control or programming in vb.net to do, to the program work with the touch screen? Thanks for help.
1
3265
by: steve | last post by:
Hi All Can anybody advise me what windows events are triggered when a touch screen is used? e.g if a button is touched does the click event still get raised, does the mouse_click event get raised? If a textbox is touched does the enter event get raised?
18
1798
by: subscribe | last post by:
How to conquer fear of programming?
3
14044
by: Abhijit Taur | last post by:
i want to creat an touch screen calculator how should i devlop the windows form?
0
8380
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
8296
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
8816
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
8710
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8598
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
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
4150
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
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.