Getting Program For Touch Screen Lcd?

Mar 23, 2011

I wanted to ask that can a simple vb dot net program run on a computer with windows xp and LCD screen?I have a simple computer with a standard monitor, no touch screen, Windows 7 ultimate and Visual Studio 2010. Do i need anything else to create a simple VB .net program for another computer with Windows xp and Touch screen LCD?

View 2 Replies


ADVERTISEMENT

Program For Touch Screen Lcd?

Mar 23, 2011

I don't know if i am posting in the right place. Please be kind with me.I wanted to ask that can a simple vb dot net program run on a computer with windows xp and LCD screen?

I have a simple computer with a standard monitor, no touch screen, Windows 7 ultimate and Visual Studio 2010. Do i need anything else to create a simple VB .net program for another computer with Windows xp and Touch screen LCD?

View 5 Replies

Extra Other Things To Program In An XP Computer Using Touch Screen?

Jan 29, 2010

My boss has intention to use a touch screen for a computer that run my program (written in VB 2005) in a computer with windows XP OS, to make it look sexy for our customers to see (in a cafe settings). None of us know much of touch screen at the moment. Do I have to modify my program (which currently run on usual set up with optical mouse) to run with touch screen? Can touch screen works just like a replacement for the mouse (the way bar code scanner works just as replacement of keyboard)?

View 5 Replies

VS 2010 Touch-screen Calibration?

Nov 25, 2011

I have an application (VB10) that runs on a 800x480 display with a resistive touch screen ... the driver of the touch (eGalaxTouch USB) provides a procedure for calibration ....

how can I call the calibration of the touch from my application?

View 2 Replies

C# - Create A WPF Touch Screen Keyboard Appliaction?

May 19, 2010

My touch screen keyboard is highly customizable interface and has every component I need except for sending keys, anyone see a problem with this. Originally when I was creating it I was going to use the Forms.SendKeys.Send() but it's a WPF application... no go. For starters VB.Net in its infinite wisdom decided it would not handle default form messages. Go figure.

Or perhaps, this is my real problem, I can't get the WPF application to stop getting focus. I want it to act like the windows touch keyboard, but Every action that occurs in the transparent WPF makes that application the active one. I want events to still occur but I need the active window to be the window you wish to type into, like notepad.

Any Suggestions on what I should do, to make my WPF not focusable and to send keyboard buttons to the focused (or other) window? PS, I'm using WPF in Visual Studio 2010 in Vb.Net (I can use C# Code to!)

View 1 Replies

Disable Mouse When Using Touch Screen Monitor?

Nov 28, 2011

I want to disable the funtionality of using a mouse when using a touch screen monitor in vb.net. the reason why i ask is because i want to limit users to only one option. is there a way I can code this in vb.net 2010.

View 2 Replies

Touch Screen Keyboard : Develop An Application For POS?

Aug 17, 2010

I am trying to develop an application for POS.I have designed a on screen keyboard.I am trying to make this keyboard more like real keyboard, I mean keys to be more 3d like real keyboard but I find limitations in VB .Net button control.

View 3 Replies

VS 2008 Make A VB Project For Use On A Touch Screen?

Oct 7, 2009

I am trying to make a VB project for use on a touch screen so I require buttons that when pressed load a different image (the selected version of the image) ie. I know how to do this in HTML and CSS for use in web pages but am struggling to find out how to do it in VB.I have an image (looks like a button) that I want displayed in my form window and then when the image is clicked I want the image to swap for another image so to the user it looks like they are pressing a button.Now the standard windows button in VB (ie when you drag a "button" from the tool box) does this but I can not replicate this using my own images.

View 7 Replies

VS 2010 Detect All Touch Screen Monitors?

Oct 4, 2010

I recently bought this multi-touch monitor (writing on it right now :P), and am creating an application for it. Now I need to detect which screens are touch-enabled. For example, I have the touch screen as my main monitor now, but I also have a secondary regular screen, I need the aplication to be able to detect which monitor has a touch screen, EVEN WHEN THE TOUCH SCREEN IS THE SECONDAY NONITOR!

View 4 Replies

Touch Screen VB Application -Get Log In Form To Allow The Input Of Values From Clicking On Buttons?

Apr 17, 2010

Using Visual Basic 2008 Express Edition.Note: Program is to be used with Touch Screen. (No keyboard or mouse)TODO: Get Log in form to allow the input of values from clicking on Buttons 1 thru 0.*,# '1. So far Buttons on Log in form allow one entry only. Form needs to allow 9 entries. 2. When Clear button is clicked. Password box entry clears, but then, there is no Cursor.Will worry about the rest (authentication) Later its taken two weeks to get this far.NOTE: Not using a User Name Just a Password

[code]...

View 1 Replies

Make A Screen Recorder (not Screen Capture) Program

Aug 20, 2010

I wanted to make a screen recorder (not screen capture) program, but I am not entirely sure how to get it started. I have seen many videos and things on how to make one, but all of these just take multiple pictures and then don't compile them into a movie file, and I don't want to take many pictures (unless that is the only way possible.) I am using Visual Basic 2010 Express and I have looked at the Windows Media Encoder, but I can't seem to figure out how to use/implement it (yes, I have downloaded and installed it.) Maybe I can use some kind of ActiveX control?

View 3 Replies

Screen Resolution - Change My Program's Size Correct To Make Program,  800x600 Such As Minimum?

Jun 1, 2010

I made vb.net program for 1440x900 resolution, if i run my program on 800x600 or 1024x768, my program's resolution is bigger then windows, so i have problem with resolution. Now i want to change my program's size and i am interested in, wich resolution is correct to make program, 800x600 such as minimum?

View 9 Replies

Get A Program Made W/ Vb To Click On A Certain Part Of The Screen Outside Of The Program?

Jun 22, 2010

I was wondering can you get a program made w/ vb to click on a certain part of the screen outside of the program? and also, can you copy information from outside the program in another window and store it in the program as a variable.

View 1 Replies

.net - Example Open Source WPF Touch Application?

Oct 12, 2011

I'm looking for some WPF applications specifically designed for touch. Preferably they'd be open source. I don't really care about the apps function, I just want to get some design ideas for a Win7 WPF touch app I'll be writing. I'd like to see what can be done with WPF touch.

View 2 Replies

Make Ipod Touch Apps With Vb?

Jan 18, 2009

Is there a way to make ipod touch apps with vb? if theyre not made with vb how do u make one??

View 22 Replies

Screen Blanks After 1 Min Of Processing (of Excel File) / Refresh Or Freeze Screen To Avoid Blank Screen?

Jun 29, 2011

BTW this issue occurs in any MS office program when the VB.Net (or even VBA) is processing information.Example: In Excel, a worksheet is displayed on the screen. I start either, a VB.Net or VBA procedure and within 30 seconds the Excel worksheet (previously displayed) blanks out. In both VB.Net and VBA,ScreenUpdating = False. My expectation is that the previously displayed screen would stay static as if I left my desk to get a cup of coffee; came back and the same ole Excel worksheet was still there?Of course, setting VBA Screen Updating = False accomplishes two goals: 1) speeds up processing and 2) saves the user from seeing unnecessary "garbage-processing" steps.Why does VBA or VB.Net ScreenUpdating = False not freeze the screen at the time of its invoking?

View 11 Replies

Enter Code Into The IDE Finger Or Touch Typist Or Other?

Aug 30, 2009

See a running tabulation here: [URL]...

View 15 Replies

VS 2008 : Use The Windows Built-in OSK In A Touch Application?

Jun 15, 2010

I want to use the Windows built-in OSK in a touch application I am creating. I found this link to a class that allows one to manage the size & location of the OSK. However, when I run it in my project all I get is a big blue bar at the bottom of the screen, with no keys being displayed. Here is the code from that link:

Imports System.Runtime.InteropServices
Public Class ClKeyboard
#Region "Constants"

[code]....

View 4 Replies

VS 2008 Send A Touch-Click To The Iphone?

Mar 28, 2010

Is here way to make a program to send a click from PC to the iphone? So basically, what I want is when I click key �a� on my keyboard my iphone receives a click on button �a� on phone�s keyboard (lets say I know coordinates). This way I can use a key board for typing on my iphone

Something similar to this is already done, it�s called Veency, when you can control your iphone clicks by your mouse from a pc or Mac.

Veency uses wi-fi for the connection but it would be better if my program used USB port.

how to send any clicks to the iphone from a pc, should I try and make super simple VNC program

View 1 Replies

Make Touch Button Color And Play Sound?

Jan 25, 2012

how to make the button color changed while we move mouse on it with play sound effect in the same time.

Ex:

My Button name = Search

Normally "Search" is black color while touch on it change to Blue color.

View 7 Replies

Make My Program Fit Itself To Screen?

Feb 1, 2011

Does any one know the code to fit the program to any screen res.?

I have Visual Studio 2008 Standard

View 1 Replies

Program Opening Top Right Of Screen

Dec 15, 2009

VB 2008 Express area. I'm trying to double click the program I've got and put the window it opens to at the upper right of the screen.

View 1 Replies

Program To See Other Persons Screen?

Nov 30, 2010

I want to make something thats quick & will allow me to see someone elses screen at 60fps/30fps on LAN since LAN is really fast or 10fps/30fps/60fps over internet. Of course depending on the the computer & internet speeds & everything it will vary how good it works but i'm trying to do it over computers with really fast network/internet speeds & computers, other ways to do it given to me have been really slow, I couldn't even make my app display the picture at even as much as 10fps & that was without sending it over for another computer to display & displaying it in the same application.

View 1 Replies

Create A Screen Scraper App With Program?

May 19, 2010

At my company we use Auto Hotkey to do screen scrapes, I was wondering if there is a way to do something similar but with VB? Obviously it wouldn't be a win forms app as it's more of using send keys and mouse movements and cutting and pasting from the host software.

View 5 Replies

Create A Screen Server Program?

Mar 15, 2009

How to create a Screen server Program...i also want to update the information on the same time also..

View 2 Replies

Handle The Screen Resolution By Program?

Sep 10, 2009

I am developing programms in VFP and i want to handle the screen resolution by program

View 2 Replies

IDE :: Splash Screen Error When Run Program?

Jan 19, 2011

I added a splash screen to my program, using the default one and just changing some of the information on it like copyright etc and rezized the form a bit. I set it to to start centre screen. I am not sure if I did any other changes.When it ran it came up with this error for the line I have added. I got it to copy the detail to clip boardif I specify the splash screen as none again, my program runs so something must be wrong with it

Here is the line that errors and the message.
Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor)

[code].....

View 2 Replies

Making A Program Always The Front Of The Screen

Sep 17, 2009

I am making a calculator-like program, and would like to make it so that it is always the front-most form, even when another program (like Firefox) is clicked. While Firefox is the active form, my form is still up. Basically, I'd like to make the form like the on-screen keyboard; it never really minimizes unless you specifically tell it to.

[Code]...

View 1 Replies

Black Screen Is Showing But The Program Still Does Its Work.

Aug 13, 2010

I've automated some things on my computer with some mousecommands. This works perfectly. However though when I'm away for a couple of hours and I've got my program running (which is needed) the screensaver won't kick in due to the mouse movements. Is there any way to bypass this? So that a black screen is showed but the program still does its work.

View 1 Replies

Creating A Program Which Displays Text To The Screen?

Jan 21, 2010

I am creating a program which displays text to the screen.I would like to be able to set the program to have a timer so that when the user has selected the letter, after say 5 seconds a new letter appears.I have added the current code below.

Public Class Form1
Private Display As Boolean
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[code]....

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved