Possibility Of Scanning Document
Oct 23, 2008
I am ask about the possibility of scanning document (by scanner) from within vb.Net with vb6 I used Kodak image controls(imgscan, imgedit) but with vb.net it seems that they are not working properly.
View 3 Replies
ADVERTISEMENT
Feb 24, 2011
Is there a possibility to activate sub from another sub?[code]if a is 1 then I want my program to run 'sub 2' and if it's not then it should run 'sub 3'.
View 6 Replies
Feb 9, 2010
I'm working with VB in VS2010 Beta 2.I'm looking for a possibility to use TreeView upside down.So, the root shouild be at the bottom and the childs are not going down, but they are going up, with the deepest level at the top of the TreeView.
View 4 Replies
Jul 20, 2010
It's there a possibility to search for files with progress? Example: I want to search for a file named "test.txt" and i want a label that will show the current folder that it's scanned.
View 2 Replies
Apr 24, 2009
is there a possibility to modify the Datasource that is used for a mailmerge in Word VBA? e.g in the MailMergeBeforeRecordMerge- event?I need to delete some unnecessary lines before proceeding with the MailMerge.
View 1 Replies
Apr 2, 2010
Is there any reason to favor one of these approaches over the other when inserting into a generic dictionary with the possibility of a key conflict? I'm building an in-memory version of a static collection so in the case of a conflict it doesn't matter whether the old or new value is used.
If Not mySettings.ContainsKey(key) Then
mySettings.Add(key, Value)
End If
[code].....
View 4 Replies
Oct 11, 2009
I am attempting to output data from a list box with the possibility of multiple choices selected(frmPrint) and output the data froma another list box frmMain. The code posted does nothing. I can get this form to output everuthing but multiple items selected by the user. I am a student and I have been working on this problem for a long time with no luck.
Private Sub btnAddBooks_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddBooks.Click
Dim intCount As Integer = 0 ' Counter
Dim mainForm As New frmMain ' Form instance
Dim strInput As String ' Input
[code]....
View 2 Replies
Oct 29, 2009
I've installed visual studio 2008.is the visual basic in that package known as VB.net? My 2nd question: how can i use scanner for scanning using VB.net?do i have to use WIA? or i can use the default program for scanning?
View 1 Replies
Feb 15, 2012
I have been messing around with the scanning packages(WIA and TWAIN) and have gotten WIA to work, but not as intended. At first I used the common dialog to show a Image Aquisition Wizard, but that did not return desired results. Next was twain, but st managed to find was the same C# program over and over and over again, "TwainGUI". A program written by NETMaster on codeproject.What I would like to do is scan from the ADF and save immediately to the users working directory. The problem is I can't get WIA to keep scanning until the ADF is empty.
Psudo Code:
Start:
"Set scan settings"
[code]....
View 2 Replies
Jan 29, 2012
How to create a Random quiz? I use groupboxes for every questions that i have because it has 10 items per quiz then i have 10 groupboxes. Another problem is, i was planning to create a .swf file in my visual studio project actually a button to make it more fascinating to use but it is possible to have a .swf file on my project and every time i click the button on ".swf" file the visual studio form will appear.
View 5 Replies
Mar 4, 2009
How I can use scanner to scan an image and put it in PictureBox using VB.NET
View 4 Replies
Jan 28, 2011
So - we are FED UP with our medical records packaging (document imaging) system and want to create a simple filing interface for our scanners to use in VB. Part of this deal is getting VB to interact with a TWAIN Driver.
There is some code out there for ASP.NET and C# - does anyone know of a VB.Net based code I could look at?
I have spent part of my day trying to recreate the ASP into VB but the calls are just different enough to get interesting.
View 5 Replies
May 18, 2012
how to program an application that scans the computer in the network in vb.net?
View 3 Replies
Nov 6, 2009
Is it possible to look for all current instances of a specified object without specifically IDing each instance as it's created?
View 12 Replies
Feb 18, 2010
I am making an application to scan with TWAIN. I can get to state 4 OK, and scan with the UI. But I need to hide the UI. When I do this the scanner does nothing. I believe it needs some capabilities set (like height and width). So I try to get the physical height and width so I can set them. Herein lies the problem. I get 18874402 back for the physical height and width. (neither can I get the units). I get RC=SUCCESS. I don't think it could be a signed/unsigned issue because what boundary is at 18 million +/- with whatever units? I tried some other code I found but that returns 0. I can't figure out what I am doing wrong. Here's the code:
[Code]...
View 8 Replies
Nov 9, 2009
So I got a request to update specific information on a thumb drive from my program. The idea is that the user does not have to select the drive. If you plug it in and select and option on the program, it will find the drive automatically and update some files for my specific purpose. Is there a way to automatically find a drive in a program?
View 1 Replies
Aug 7, 2011
Is there a possibillity to get in a vb program information from a called vb program?For example: Dim id As Integer = Shell("C:program.exe id_1") program.exe is a vb windows form program and must return a value back.
View 1 Replies
Jun 1, 2012
I would like to know if there is a built-in TWAIN Scanning library in .Net 4 to use it in VB.NET.
View 1 Replies
Jan 29, 2011
How can i connect a scanning device to a computer using .net? Code 128.
View 4 Replies
Dec 20, 2009
I 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 Replies
Dec 7, 2010
I'm using the LIKE command as in:
If str Like
"*[^s
!-~]*"
Then
Unfortunately, this expression is true for the space character. I don't understand why. I'm trying to determine if str contains any special characters other than the ones indicated by s. If it does, I plan to process the string further.ebassador "Find it, fix it, move on.
View 10 Replies
May 2, 2012
I am trying to perform Twain scanning using the twain_32.dll, but no luck. Whatever solutions I have got call the dll GUI.
I want to perform scanning by passing custom settings to the scanner for every scan. For eg. In duplex I want to scan the Front side in color & Back side in Grayscale. OR Scan every Alternate page as Color and B/W
The combination can be anything. I've tried & and succeeded using WIA but it limited me to a certain extent. how to proceed using TWAIN and without displaying the GUI. I am open to options where a communication to Twain Connection Manager is established & commands are passed.
View 4 Replies
Mar 31, 2012
I developed a winform .NET 4 application that has the ability to asyncronous save image from scanner using Bytescout Scan. Anyway I noticed that in some cases (with some scanners) the scanner's GUI opens and then closes immediately after load without performing any scan. Since no error message is raised either from my code and from scanner software itself; is there some settings/tweak somewhere I should pay attention?
View 2 Replies
Apr 19, 2011
I'm not really sure where to begin for this. I'd like to scan a specified server directory for all files that it contains in the directory. (I will then compare the sizes to files already existing on the user's machine, but that I've got covered.)
If there's any way I could get around using FTP, I'd be very grateful, as this won't be entirely secure.
I did some exploring of the WebClient and WebRequest classes, but failed to conceive of a way to do this.
View 4 Replies
Jun 12, 2011
I have a multiline text box which is used to enter barcode numbers into. I have a barcode scanner and all the barcodes will end in L2, L3 or L4. Once a barcode is scanned in I need VB to detect either L2, L3 or L4 then go to a new line and repeat. Where I can start to accomplish this?
View 4 Replies
Dec 16, 2009
I come straight to the point without going too far. I need to scan all the pixels of a generic image and for each pixel derive the RGB components. I started with the following function that performs its task very good and returns 3 array (R, G, B) with the different values, but unfortunately is too slow.
[Code]...
View 1 Replies
Nov 14, 2010
Alright well, I'm sort of new to VB.NET.I want to create a scanner that scans websites from lets say google or bing.It then dumps those websites into a list/textbox. It then scans each website for a directory, and if the site says something like "test page", then it dumps THOSE into another list/textbox.
View 1 Replies
Feb 18, 2011
Is there any C#/.NET code (or anything that is easily convertible to .NET, such as Java/Python) for virus scanning that is not under the GPL/AGPL ? I found a C# wrapper for ClamAV, but ClamAV is GPL... Something LGPL would already suffice, and as a matter of fact, would be something I prefer. Preferably something in fully managed code, but DllImport is also welcome. COM interop is a no-go, I need it cross-platform (=Windows & Linux).
View 1 Replies
Feb 2, 2010
Where I can find virus scanning/detection algorithms?
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