Test Eye Blink Using An Application
Sep 25, 2010
It apparently came to my mind to test my eyeBlink using an application. Through the use of my webcam, I want to perform some commands. For eg: When I blink my eye, it should open notepad. How can that be done?
View 1 Replies
ADVERTISEMENT
Apr 11, 2012
I am new to working with SQL databases (and databases in general) so I do not have a lot of experience with how queries work and how I can practice them. When I was first learning xml and XPath, I found XPath Visualizer incredibly helpful after someone on stack overflow mentioned it to me.Due to this, I am wondering if a similar tool exists for SQL databases?Basically a tool that will allow me to connect to a database,enter queries and see somehow what the results would be like.
I have looked online a bit, however I have found relatively few options in terms of any utility that would do what I want, and that looks reliable.I will ultimately be writing an application to interact with an SQL 2008 server in vb.net, however for now I am just experimenting so I will know what I am doing when I actually want to create my application.So far I have managed to connect to the database using an OLE DB connection, but I am now looking for a way to experiement with queries without just querying and figuring out a way to interpret the results in my program. Basically I want to be able to remove the programming aspect of things so I can experiment with queries without needing to question anything in my code that is unrelated to the specific query.
View 7 Replies
Nov 13, 2009
Need to make the Keyboard's LED (Caps lock / Num lock or Scroll lock LED) blink either using C# or VB.net. (With or without using interop is fine)
View 2 Replies
May 31, 2011
I work with a database, the db is on the <project_folder>database folder.
If want to open the database, Application.StartupPath returns[code]...
So I have to compile the project to an .exe to make tests.
View 4 Replies
Sep 9, 2008
I am looking for some advise, I currently have a VB.Net application using .NET frameworks 2 written in VS 2005. One of my clients wants to know if the application works with Unicode, at the moment I have not tested this and what I am looking for is some advise on how to do this e.g.
1) Does anything need to be added to my project e.g. code to allow this functionality. 2) Is there a way that I can easily check to see if my application can work with Unicode? 3) Advise on how other people test for this? I know it is a bit general, but as I have not done this before I am obviously trying to build my knowledge and get it right with regards to testing etc.
View 9 Replies
Sep 9, 2008
I am looking for some advise, I currently have a VB.Net application using .NET frameworks 2 written in VS 2005. One of my clients wants to know if the application works with Unicode, at the moment I have not tested this and what I am looking for is some advise on how to do this e.g.
1) Does anything need to be added to my project e.g. code to allow this functionality.
2) Is there a way that I can easily check to see if my application can work with Unicode?
3) Advise on how other people test for this?
I know it is a bit general, but as I have not done this before I am obviously trying to build my knowledge and get it right with regards to testing etc.
View 1 Replies
Sep 8, 2009
this code works.when system found the string the color change, but when i type after the colored word, the colored word blinks. what should i do to remove the blinking?,
[Code]...
View 2 Replies
Nov 30, 2010
I am currently going through Murachs Beggining .net programming book. I am trying to implement an application for an exercise at the end of chapter 5. The application specification is as follows.
[Code]...
View 2 Replies
Jan 25, 2011
I have been trying, without success, to get rid of a �Blink� at the start of a small program.
My program opens with a title page (Form2, which is visible at 100% Opacity) that I want to fade after a few seconds, this works fine except that at the first reduction of opacity, Timer1's first 'Tick', the whole of Form2 blacks out for a moment. (Blinks)
I have a short demo program to show what I mean but don�t think I can attach it to this question. The code is shown here but I don�t know how to include Form1 and Form2. They are very simple however, they�re both Size 1000,600
Form1 has a single Button (Exit) and a Timer; Form2 has a full-size photo as background.
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]....
I developed the code on a XP machine, but I also get the same 'Blink' on my Win. 7 Pro machine.
View 6 Replies
Oct 15, 2009
i am working on an alarm system software, i am required to blink buttons whenever an alert SMS is received by my gsm modem, after checking for its authentication with the database. The buttons represents the individual units of houses that are armed with a hardware whereby whenever an alarm is triggered, the hardware sends a alert SMS which is received by my gsm modem. The unit under alert represented by the button will start blinking to show that its under alert, when clicked, it will stop blinking to show that the alert is acknowledged. But now i am facing a situation whereby when the second alert comes in, the first alert will be overwritten by it, which is not what i wanted, i want it to be like both buttons will be blinking, not overwritten. The buttons are all created when the program is running, with its text referred to the database. I have placed a timer to do all the blinking. The timer will start after the checking for authentication.
[Code]...
View 15 Replies
Oct 6, 2009
i just want to blink the label without using timer. i think its possible if i use looping structure
View 27 Replies
Mar 12, 2012
I'd like to create a simple application to determine the writing speed. In this application I want to view a line of text (may be more than one line) to the user to write it. And I want to select (higlight) the character the user pressed in my line and to move like a cursor to the next character (or to put underline under the current charater). How can I do that? and what is the object or component i must use to insert the text. Finally, if I want to make it multiple lines how to determine the enter key pressed by the user and how to move the cursor to the next line?
View 2 Replies
Jul 15, 2011
Currently I'm writing a VB.NET app and it's getting big, resulting in its become very slow.Is there any application (or plug in) that can test the performance in seconds?I mean, when I click a button and it displays a product, I want to know exactly how long it is gonna take.
View 3 Replies
Aug 21, 2009
my friend is currently development an application using SOA Architecture, He sent me a picture with a lot of layers (10 almost) and he is worried about performance issues, the application is development on VB.Net 2.0 & 3.5 (some libs).
View 3 Replies
Jul 14, 2011
I am developing an application which will be used to scan the barcode from a particular document, as i am just developing who i will get know that barcode scanning is working i dont have device at the moment
View 2 Replies
Dec 23, 2009
please help me to crack d code to enable the text of a button to blink.
View 1 Replies
Mar 21, 2010
i want to blink my label.text by using a timer..
View 5 Replies
Feb 11, 2009
Lately our network is having some speed issues at certain times of day, so what I'd like to do is make a little app that will test the network speed at certain intervals, like once an hour between certain servers etc and then write the results to a text file. Is VB 2008 cable of doing something like this? I thought of maybe copying a 500mb file from 1 place to another and somehow record the average transfer rate of that file, but I am not exactly sure about how to record the transfer speed.
View 4 Replies
Oct 5, 2010
The Question sound like this.Assume the theater keep 20% of its box office receipts. Use the Following test data to determine if the Application is calculating properly :
[Code]...
View 1 Replies
Sep 25, 2010
I don't understand the error, Argument not specified for parameter 'test' of 'Public Shared Function TestThis(test As String)'.
Partial Public Class Form1
Shared Sub ReceiveCallback(ByVal ar As IAsyncResult)
Form1.Invoke(TestThis, New Object(){"test"}) 'error
[code].....
View 6 Replies
Jul 6, 2010
Is there a way in the RichTextBox to change the Blinking cursor to a blinking _ like is dos or hide it all together? Or is there another object that I can use to simulate a dos prompt without it actually being a dos prompt where I can write text to it via code?
View 5 Replies
Sep 30, 2009
I am a new user to VB and I am having difficulty with one of my assignments. The assignment states that to create an application that allows a user to enter three test scores each for three students. The application should calculate each student's average test score and assign a letter grade. The application should prompt the user for each student's name and three test scores.
[Code]...
View 3 Replies
Sep 2, 2009
how can i make my Program blink when it is minimized this is what i want to do here is a pic
View 2 Replies
Jun 8, 2011
I need to create an on-screen shape (circle) that has a fill color, which will blink every X seconds (go from fill color, to white, back to fill color). This is trivial to do...BUT... i want to do it in my own class, so that I can instantiate it numerous times passing it unique coordinates for each instantiation.
How do I do it? Can a class have its own "timer control" in it independent from the form? How would I draw a shape from a class?
View 2 Replies
Feb 20, 2009
I've had a search through a number of extremely useful articles on the forums, however rather than reinvent the wheel I thought I would ask if anyone already had what I am looking for..A simply little VB app that opens a session to a specific IP port and then writes to a test file everything it receives. If the connection drops, simply re-stablish it and keep listening for text to write to the file.
View 1 Replies
Jan 23, 2010
I use this code
[Code]...
what code i use that my application pick test.pdf file from application directory.
View 4 Replies
May 25, 2009
[code]...
and from VB6 project I reference to Test.dll but an error messege was appear A reference to Test.dll file could not be added (If I create VB NET project and reference to file Test.dll it OK )
View 10 Replies
Sep 20, 2011
Probably a dumb question, but can you write a unit test project in one language to test against another project in a different language?I'd like to translate one of our VB assemblies into C#, but want to build unit tests to verify the results. I've tried to set a unit test project up to do this, but I can't seem to access the VB code within a unit test... I can't figure out if I'm just missing/doing something stupid, or it really isn't allowed.
View 2 Replies
Jan 12, 2010
I am playing with the virtual machine version of the Google Chrome OS. I need a web app that I KNOW is made in visual basic to test to see if it will work with it or not. This will help determine if it's possible to make web apps for this Google OS in VB.
View 4 Replies
Apr 29, 2009
I have a query string called propID and I wanna check if the passed value in it is a legal integer or not to avoid throwing an error that might reveal info about my database, how can I do it? In other words, I want something like -but in vb.net- : IF QueryString("propID").Content.Type = "int32" Then Proceed
View 5 Replies