Enter Code Into The IDE Finger Or Touch Typist Or Other?
Aug 30, 2009See a running tabulation here: [URL]...
View 15 RepliesSee a running tabulation here: [URL]...
View 15 RepliesI am developing a course project that "payroll system of spinning mills" and i use fingerprint facility in my project
View 1 Replieshow to connect to a usb port (for disital persona finger scanner)? I have no idea how to connect to usb using vb code.
View 5 Repliesi need code for finger print matching in vb dot net..
View 4 RepliesI was just wondering if there is anyway to invoke finger print scanning in a .NET application? (Eg. Windows 7/Vista Login screens - assuming they have the hardware of course).
View 1 Repliesi want to save a finger print file to a sql server table and then i also wanted to read it when you tap the finger print reader and it will input a time in :)
View 6 RepliesIs there any unique computer ID that distinguishes a computer from other, like finger prints for human?
View 2 RepliesIm trying to create anther layer for the user to login by their fingerprint , but using any finger-print samples from the internet, so what software and the package i need to install in visual studio to get the program working
if any one could show me the all the steps for creating a login screen by finger-print that will be nice from them
i have one problem to implement finger print scanner using we application.
how it possible,i have digital persona kit
I'm new to finger print system based attendance I've purchased digital persona device. With that I've got a sdk in which a sample application is attached.
View 2 RepliesI am using the given code to copy my database files...it works like a charm in debug mode but as soon as I create a setup, it stops working. The error is
"Database Detach Failed"
I tried checking the code line by line and found that the code does not enter the IF block.I have no idea why.
Public Sub bk()
Try
Dim strDatabasePath As String = My.Computer.FileSystem.CombinePath(My.Application.Info.DirectoryPath, "LIC.mdf")[code].....
im just made a webbrowser on cisual studio 2008 to enter automaticly to a link but me i want the webbrowser to enter to the link and wait 10 sec then click on Tab key then click on ENTER key Then ENTER key again , then wait 10 sec and close the webbrowser automaticly i want the clicks to be inside the webbrowser for exemple i open the webbrowser the open a auther program for exemple i open a calculator i dont want the clicks to be on the calculator but i want it to be on the webbrowser
View 12 RepliesI want to validate my textbox so that a user can only add letters of the alphabet and not anything else. so far the code that I have allow alphabetic entries but does not allow to delete and backspace[code]...
View 9 Repliesi am trying to make it so that when you are typing a url into the url box on my web browser, you can click enter to search like on comercial browsers instead of having to click the actual search button, im trying to do the same with the web search(google, bing, yahoo!). it worked before, but i've added a tab system to the browser and now it's not letting me click enter to search.
my code:
Private Sub urlgo_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles urlgo.KeyDown
If e.KeyData = Keys.Return Then
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(urlsearch.Text)
[code].....
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 RepliesI 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?
i want to validate my textbox so that a user can only add letters of the alphabet and not anything else. so far the code that I have allow alphabetic entries but does not allow to delete and backspace
e.Handled = Not Char.IsLetter(e.KeyChar)
How do you enter in a code for an overall letter grade from a percentage given? I have a seperate box for the letter grade and a seperate one for a the percentage grade . I have it setup when an overall grade and possible grade is entered into boxes it will give me a grade percent but not a letter grade. How is that added? I am doing this for my course project but dont undersatnd the coding very well. I am just trying to pass the class.
View 1 RepliesCurrently working in VB 2008 Pro. I have a web site connected to an SQLExpress database. I have a databound form that needs to calculate some basic math. I have a button Click event in code behind file, when I try to enter code intelisence not active and fields not available. I tried to work the math in the select query SqlDataSource, but form would not update only insert.
View 1 RepliesI'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 RepliesIs there a way to make ipod touch apps with vb? if theyre not made with vb how do u make one??
View 22 RepliesI 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.
View 2 RepliesI 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 RepliesI 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]....
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 RepliesIs 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 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 RepliesMy 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