473,396 Members | 1,913 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Touch screen application - touch screen keyboard

I know that Windows has a "clickable" keyboard that can pop up when
necessary..

I have a touch-screen based application. Is there anyway that I can utilise
this keyboard application in windows to automatically fill the current
textbox if a button is pushed to display the keyboard?????? Or do I have to
write my own popup keyboard?

Thanks in advance
Simon
Jan 4 '06 #1
2 15738
"Simon Verona" <no****@nomail.zzz> wrote in message
news:uL*************@TK2MSFTNGP15.phx.gbl...
I know that Windows has a "clickable" keyboard that can pop up when
necessary..

I have a touch-screen based application. Is there anyway that I can
utilise this keyboard application in windows to automatically fill the
current textbox if a button is pushed to display the keyboard?????? Or do
I have to write my own popup keyboard?

Thanks in advance
Simon


I'm sure it's possible in .Net.... in VB6, it's just a single line of
code...

'=====
Private Sub Command1_Click()
'Since osk.exe is in a folder that's included in the
'Path environment variable, this is all it takes.
Call Shell("OSK.exe")
End Sub
'=====

Once it's on screen, a little more code to set focus to the correct box and
you're set.
--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..
Jan 4 '06 #2
Thanks for the details... looks like I might need to do my own keyboard
though, the buttons are too small for touch screen use...

Regards
Simon
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
"Simon Verona" <no****@nomail.zzz> wrote in message
news:uL*************@TK2MSFTNGP15.phx.gbl...
I know that Windows has a "clickable" keyboard that can pop up when
necessary..

I have a touch-screen based application. Is there anyway that I can
utilise this keyboard application in windows to automatically fill the
current textbox if a button is pushed to display the keyboard?????? Or do
I have to write my own popup keyboard?

Thanks in advance
Simon


I'm sure it's possible in .Net.... in VB6, it's just a single line of
code...

'=====
Private Sub Command1_Click()
'Since osk.exe is in a folder that's included in the
'Path environment variable, this is all it takes.
Call Shell("OSK.exe")
End Sub
'=====

Once it's on screen, a little more code to set focus to the correct box
and you're set.
--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..

Jan 4 '06 #3

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

Similar topics

4
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 ***...
0
by: Hiroyuki Tanaka | last post by:
Hi, I am trying to develop an application for a touch screen using buttons for the numeric pad with Completion ComboBoxes. At the moment I am having a problem sending the button presses to my...
0
by: Hiroyuki Tanaka | last post by:
Hi All, I am trying to develop an application for a touch screen using buttons for the numeric pad with Completion ComboBoxes. At the moment I am having a problem sending the button presses to...
5
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...
3
by: kiran.challagolla | last post by:
Hi All I want to write a touch screen POS application. I am trying to get this accomplished in c#.net. I have very good experience in developing stand alone applications and web applications using...
2
by: reidarT | last post by:
Do I need to do anything in my application if I want to use a touch screen instead of keyboard/mouse, or is everything controlled by the screen drivers? reidarT
1
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...
25
by: Michelle | last post by:
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...
3
by: brino | last post by:
hi all ! i have a database working on a touch screen. on one of the forms i would like to place some buttons with all numbers so you can enter a numeric value in without using the keyboard. ie....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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,...
0
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...
0
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...
0
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,...

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.