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?
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?
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)?
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?
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!)
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.
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.
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.
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!
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
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?
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?
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.
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.
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?
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"
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
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.
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.
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)
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.
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.
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