Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
touch
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… can wirelessly control a hardware product with its own computer
touch
screen. My thought is that the hardware product can be…
Re: Selling the house that I grew up
Community Center
Geeks' Lounge
2 Months Ago
by Dani
… in New York have since moved away or she lost
touch
with them. If she were to sell the big house…
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Salem
… more trustworthy sites might be an option. I wouldn't
touch
google/onedrive with a barge-pole. Dropbox maybe at a…
Re: Will AI take jobs?
Digital Media
Digital Marketing
1 Month Ago
by ashleydent4u
…, embrace AI as an assistant, and focus on the human
touch
that machines just can’t replicate!
Re: Why DaniWeb doesn't have an account to BlueSky ?
Community Center
Meta DaniWeb
2 Months Ago
by Dani
There's a simple answer: DaniWeb doesn't have an account on Bluesky because I run DaniWeb and I've never heard of BlueSky. We do, however, [have an account on X](https://x.com/daniweb). I have been on Twitter since 2008, and Facebook since even before then, and, aside from those two that we've had forever, I don't see the point in having …
Re: How is digital marketing important for business?
Digital Media
Digital Marketing
2 Months Ago
by DM Karun
Hey! I agree with you. Digital marketing is the simplest, most cost-effective, target-oriented, and result-driven method for marketing purposes. It's also highly report-oriented, which is a key advantage. The importance of digital marketing can be just as significant—if not more so—than other departments, including sales. Additionally, as with…
Re: touch screen programming
Programming
Web Development
16 Years Ago
by martin5211
Touch
screen and multi
touch
UI have some implications / some guidelines you want to follow. …
Touch screen panel + USB controller - send generic (x,y) data to PC
Hardware and Software
Hardware
10 Years Ago
by vEjEsE
…www.ebay.com/itm/5-6-4-Wire-Resistive-
Touch
-Screen-Panel-Digitizer-126-5x100mm-USB-controller-/271523635500?pt… but independent. It only should provide coords when a
touch
event happend thru a function call - which would probably… code mentioned earlier) An answer like "Buy this [
touch
panel] and [microcontroller], write this C code [code], …
Re: Touch screen panel + USB controller - send generic (x,y) data to PC
Hardware and Software
Hardware
10 Years Ago
by rubberman
… the first code to teach developers how to interface to
touch
pads in the 1980's. Those weren't even interrupt… algorithms and code that still is in use widely on
touch
pads / screens, etc. Honestly, I wouldn't bother - I'd…
Re: Touch screen panel + USB controller - send generic (x,y) data to PC
Hardware and Software
Hardware
10 Years Ago
by vEjEsE
Any examples of a device (
touch
panel + usb controller) that has driver support and with which … main() { while ( true ) { if ( panel_touch_happened() ) { std::cout << "
Touch
happened at " << panel_get_x() << " - "…
Re: touch screen
Community Center
14 Years Ago
by Ancient Dragon
…how to program for it. In many cases the
touch
screen manufacturer may have written a device driver for …communicated with it by sending commands to stdout. The
touch
screen driver captured everything going to stdout and if it…s manual that the manufacturer wrote. I would hope
touch
screen technology has advances a little bit since then and…
Touch Screen Overlay
Community Center
Geeks' Lounge
12 Years Ago
by BigPaw
… Overlay](http://www.cyclotouch.com/), from Cyclo-
Touch
, is a brilliant idea, and will breathe new life into …any neglected desktop monitor. There is single-
touch
, multi-
touch
, and something else. Watch the videos to see how…
Touch screen multi user integrated system
Community Center
17 Years Ago
by nomad_lounge
… is someone to develop a one integrated system (
touch
screen system, point of sale software, ordering system… themselves drinks through "pleasant to eye"
touch
screen devices (thin tablets integrated into a nice casing…orders of flowers, expensive champagne, etc) through these
touch
screen devices and through hand held devices of waiters/…
Touch screen application development
Community Center
15 Years Ago
by rishurishu
I have to work on a project involving
touch
screen. I have a GE
touch
screen kiosk and i want my application to…? 2) are there any special languages/development tools meant for
touch
screen application development? I appreciate your help and thank you…
Re: Touch Screen Software development
Community Center
18 Years Ago
by Randy001
… device driver. Is this for a PC or wireless?
touch
screens on a PC are all different so you will … develop a program in VB, then if I use a
touch
screen where I have to click I'll…
touch screen programming
Programming
Web Development
16 Years Ago
by lifeworks
Ive been asked to do some work for a client and he wants to use a
touch
screen. I'd like to know if anyone knows if there are limitations to functionality that a
touch
screen may impose...? Thanks lworks
Re: Touch screen application development
Community Center
15 Years Ago
by Ancient Dragon
Read the programmer's manual that came with the
touch
screen. If you don't have one then contact the manufacturer -- probably download from their web site.
Re: Touch Screen in VB6
Programming
Software Development
14 Years Ago
by jhai_salvador
Developinga
Touch
Screen application like a
Touch
Screen POS huh, you dont need anything (Except for the
touch
screen hardware).., Just build it like a normal application in VB6 and Thats it.
touch screen
Community Center
14 Years Ago
by arshi9464
i wanted to know about any company in india that teaches
touch
screen related programming in java. As i am really interested in
touch
screen programming. Please let me know any company related to that.
Re: Touch Screen Software development
Community Center
14 Years Ago
by stonebilla
… want to develop applications that can be used through a
touch
screen. What compiler should I use? Please help[/QUOTE]…Windows 7 using C# language/compiler. The Win7 OS supports
touch
screen no problem. For what you need, be aware … same application to an XP based machine with an older
touch
screen monitor and it worked equally as easily there -…
Touch scroll (wherever on form)
Programming
Software Development
12 Years Ago
by cucolino
… again. I'm having issues finding any advanced info about
touch
support in Delphi. At the moment, I can't seem… covering almost whole form, and there I'd need that
touch
scroll function. Anyone have any good ideas, at least some…
Re: Touch Screen Software development
Community Center
18 Years Ago
by Ancient Dragon
… device driver. Is this for a PC or wireless?
touch
screens on a PC are all different so you will …
Re: Touch Screen Software development
Community Center
18 Years Ago
by jamello
I am currently programming for a
touch
screen terminal. I use ASP.NET (vb) and the terminal does not care what language I use. Your
touch
is as good as a click! So not to worry, I think you should concentrate on delivering the product, touchscreen or no, you would not know the difference - code wise! :!: :mrgreen:
Re: Touch Screen Software development
Community Center
18 Years Ago
by kumar.nitesh
[COLOR=blue]you just need a right kind of
touch
screen device.You can use any language for programing . what your device will does is convert the touched point to x,y co-ordinate and send the data the same way as any mouse pointer does.So the way you develop a program for mouse pointer you acn develop a program for
touch
screen[/COLOR]
Re: touch pad not recognized, usb mouse not supported
Hardware and Software
Hardware
15 Years Ago
by caperjack
[QUOTE=ccsdiktel;1068586]Toshiba satellite 1200-s122 is not supporting its
touch
pad. again it doesn't recognizes usb mouse.[/QUOTE] hi,did you try installing new drivers for the
touch
pad ,does it recognize other usb devices ,have you scanned the laptop for viruses
Re: Touch Screen Software development
Community Center
15 Years Ago
by TouchScreen
… little off-topic: Is there a way to simulate multi-
touch
capabilities? I noticed some time ago, if you plug another…. Could one use 2 mice (or more) to emulate multi-
touch
?
Re: Touch scroll (wherever on form)
Programming
Software Development
12 Years Ago
by pritaeas
Unfortunately, this is an [XE3](http://www.embarcadero.com/products/delphi) feature. Quote: *"With Delphi’s new Metropolis UI, you can easily create apps with the new Windows 8 UI styling, including,
touch
enablement, ..."*
Re: Touch Screen Not Responding
Hardware and Software
Hardware
Mobile and Wearables
12 Years Ago
by Abhijith11
Yesterday was nagivating, when I
touch
the screen to activate an app, the touchscreen freeze, well … I found the issue the digitizer, is the responsible for
touch
reactions of the screen, located in the superior left corner…
Touch Screen Software development
Community Center
18 Years Ago
by Randy001
I want to develop applications that can be used through a
touch
screen. What compiler should I use? Please help
Re: Touch Screen Software development
Community Center
18 Years Ago
by guy40az
the complier shouldn’t matter at all a few years back I developed a program in VB to get user input with a
touch
screen as far as the software was concerned it didn’t know or care if the user was touching the screen with his finger or clicking the buttons with the mouse.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC