Use Acer Aspire 6930g's Biometric Finegrprint Scanner, Inside A Form?
Nov 5, 2009
is there anyway i could use my acer aspire 6930g's biometric Finegrprint scanner, inside a form? it scans a fingerprint and lets the user in if its the right finerprint?
View 5 Replies
ADVERTISEMENT
Dec 13, 2009
is their a way for me to call my scanner to scan my files inside vb.net?
View 1 Replies
Feb 23, 2010
this is my code on how to get the time from the device but i dont know how to get the time in such a manner that the first log in is the time in and the second log in will be the time out..
Dim _data As New System.Text.StringBuilder
Dim _errorCode As Integer = 0
Dim _machineNumber As Integer = 0
Dim _enrollNumber As Integer = 0
[Code]...
View 4 Replies
Jun 25, 2010
I am developing a software for tracking the time and attendance for employees. I am learnt the best way for me to be able to capture this information is through the use of a biometric device. But right now my problem is how do i integrate the biometric device in my project. What do i need in order for my Vb.net to be able to recognize the biometric device so that i can record the details captured into the database.
View 3 Replies
Jan 20, 2010
Attached File(s) project.doc (34K) Number of downloads: 72 project.doc (34K)Number of downloads: 48
View 1 Replies
Dec 23, 2008
The following code does create a form within a form and does place NotePad inside the child form. You have to manually start NotePad prior to execution (I work on that later) but the code does workŠ My problem is now I want to manipulate the properties of notepad i.e. focus, size, location, etc. but I cannot figure out how to reference notepad and its properties.
[Code]...
View 8 Replies
Sep 16, 2009
i am asking about using the progress bar into the status bar to move when i load any child form inside the MDIParent form.
View 1 Replies
Apr 14, 2009
There's a richtext box in Form 2 and a WebBrowser in Form 1. The richtext box contains several hyperlink. How can I navigate the WebBrowser in Form 1 by clicking the links inside the richtext box in Form 2.
View 4 Replies
Sep 27, 2010
Inside a form, I would like to display a pdf file which is already available in my resources (template file "untitled"). In this pdf file, I have some fields which get their values from some texboxes in another form. My aim is, when the user triggers the button to call this form, it should insert the values inside the pdf file and display the output pdf inside the form.I have written the code to an extend but could not finish it myself after my many trials... Now here are the two things I cannot manage:I can use a directory to read the template pdf "untitled1.pdf". But my aim is to use the file inside my resources. can save the output file in a directory but this is not I want to do. I want to display the output pdf.
View 1 Replies
Jan 19, 2011
How does Visual Studio and other similar programs display a form in their IDE? Is it possible to achieve the same or a similar effect using C# or VB.NET?
View 3 Replies
Jun 22, 2010
In MDIParent, in my formload in MDIParent, one form is load. And i want the form when i click a button, there is another form will be loaded INSIDE the MDIParent?
View 4 Replies
Nov 15, 2011
how to minimize child form inside of parent mdi form in vb.net? I change the property of "IsMdiContainer" to "True". but when i minimize parent mdi form, it is not minimize the child form.
View 2 Replies
Oct 11, 2009
I have a MDI form containing 2 other forms that I first created via GUI and than manually added to the MDI form.Form1 = MDI formForm2 = Form containing a WMP and buttonForm3 = Form containing a butoon. This form's opacity is set to 50%, to make it semi invisible.My MDI Form looks like this
Public Class Form1
Dim f As New Form2
Dim g As New Form3
[code].....
View 20 Replies
Sep 1, 2010
I have the main Form, Form1, and when I press a button, I want it to load another form, centered inside the other form The best example I have is something like Photoshop. When a popup box comes up, it is centered by the main window.
[Code]....
View 7 Replies
Jul 29, 2009
I would like to place a form inside of a form, how would I do that?It would be like photoshop, where the tools form is inside the main form, or the filter form is inside the main form.
View 9 Replies
Mar 5, 2010
open form inside other form
View 3 Replies
Oct 23, 2010
I need to dome something like this.
[URL]
I need to run, for example, firefox.exe inside my own form.? I am using Visual Basic 2010. Can you please post the source code for that?
View 12 Replies
May 18, 2009
I'm trying to figure out the size of the inside of a formLike the size of a form minus the borders.The code would be something like, [code]
View 2 Replies
Dec 12, 2010
How i can Put any Application inside my form to run when i open my form
View 7 Replies
Aug 7, 2011
I'm using the VS 2010-Net 4.I have develop an usercontrol that is compiled on one DLL and when I reference this DLL in other applications the usercontrol doesn't look like it was desined. It looks all wrong.
In the same project of the usercontrol if I put the control inside of a form there looks the way it supose to but in other projects as reference doesn't.
View 5 Replies
Feb 28, 2009
I'm using a printcreen function where I use X and Y to set where the screenshot will be taked. But the problem is that it uses the X and Y from the entrie screen. I only want it to use it inside the form.E.g the 0, 0 shouldn't be the in the top left corner of the screen, it should be the top left corner of the form.
View 8 Replies
Mar 6, 2012
I need to call a form from a string inside a dll. I write the following code. The form was shows but the control on the form was not diplayed.
Private Sub tv_main_AfterSelect(sender As System.Object, e As System.Windows.Forms.TreeViewEventArgs) Handles tv_main.AfterSelect
Dim strQuery As String
[Code].....
View 2 Replies
Oct 28, 2010
how to check if a picturebox is inside a form?
View 7 Replies
Dec 29, 2009
How to determine whether form is it inside the desktop?
View 3 Replies
Mar 23, 2011
difference between the Dim and Private inside a form class?
View 3 Replies
Jun 6, 2011
I have a form called Form1. wherein Form1 has a split panel container. on the right side of Form1 is a web browser window. the right side are the buttons. one button there is calling another form. but there's a problem on this Form called Form2. I have google earth EXE and it's component files together with the same folder of the project. The Form2 will call the googleearth.exe file now... I know the program syntax
[Code]...
View 1 Replies
Nov 8, 2011
I have a program that when executed from a command prompt, opens a qwin window and in that window has a command like window that displays the status of my software as it runs its mathimatical equations.
If I use a GUI to act as my command window for the execution of my software, can I have another form that has the qwin in it?
View 2 Replies
Aug 2, 2009
I know that you can use this code for the position.x of the mouse:
System.Windows.Forms.Cursor.Position.X
but how will i detect the position.x of the mouse inside the form? i mean counting 0,0 from the edge of the form not the screen...
View 8 Replies
Jan 12, 2011
So i have a "game", and the login screen for the game is built into a panel. When you click the load button the panel shows up inside the form, and you are able to type in your username and password. what i am trying to do is make it so the user is able to drag that login panel anywhere inside the game form; just to make it a bit more advanced then just a fixed spot.
View 5 Replies
Oct 22, 2010
How do i open, for example .exe file, when i click the button, but not in new window, in my VB form? I have no idea how to do that .
View 12 Replies