VS 2008 Scan A Picture Box?
Jun 11, 2012how I can scan a image I loaded in my picture box for a certain pixel (say red)
View 4 Replieshow I can scan a image I loaded in my picture box for a certain pixel (say red)
View 4 RepliesI'm trying to search a picture from a color or a color close to the original color and then mark it in the picture if it is in the picture. How can I do this?
View 13 Replieshow to display any image (by code)that scan it from twin scanner in picture box?
View 3 RepliesHow would I make a program that can "Scan" my screen for a hex color? I want the program to scan for a hex and then move my mouse there.
View 2 RepliesI have this code to scan my folder and list the files in a listbox:
[Code]....
Is there an option to exclude one path inside the "LOCAL"? Like scan and list everything but "F:FamilyPictures", "F:FamilyTexts"...
The program that I am creating needs to click on an image in a web browser. I have saved a bmp of the image and was wondering if there was a way that I could scan for the image in the webbrowser, and once found send a silent mouse click. Silent in the fact that it doesn't move the mouse. And I would normally use invokemember but the button is an image, not a "button". So I need to scan for it.
View 4 RepliesI was trying to play a bit with bluetooth devices but i can't find that much info about it. I'd like to build some sort of program that allowed me to send messages into bluetooth enabled cellphones. The idea was to send messages with tasks/events inside the building. This software would be part of other software such as ERPs or agendas.
View 4 RepliesI am currently writing an application, where the user clicks a button, it scans for empty folders and then puts them in a listbox.The user can then then select the folders in the listbox and click delete. how to i get the scan button to find the empty folders?
View 6 RepliesWe have become disenfranchised with our med records scanning package and are doing in house development to create our own. With most of the interface built out, the monster of calling the Fujitsu Twain driver and pre-setting scan options is what I am looking for. Fujitsu does not have an SDK available on their web for this.
[Code]...
i have a scanner set up which scans .bin and .iso files and returns the crc32 checksums (then displays various info based of that etc)
Im looking into adding support for .rar and .zip files, so the end user wont have to extract there files to scan them, how ever that adds to many variable for the crc32's based of what each persons compression is etc. So what about scanning the file inside of the rar/zip file.
So would it be possible to scan a rar or zip file, and get the crc32 of the .iso/.bin located within that archive?
A way to scan to whole screen, and find a specific color on it - and after that move the mouse over the color.
This is what i would like the process like, so you guys can have a better idea:
1. A timer that scans the whole screen after a specific color every 5 seconds.
2. When the color appear on the screen, it'll move the mouse to the x, y.
3. After that I'll run some code (i'll hopefully find out of that myself)
I actually don't care how the color should be found. If it's a RGB it will be 255, 209, 102 it should look after. Or maybe it could scan the screen after a matching bitmap. And it's not just 1 pixel I want to find the color of, it's the whole screen I'll like to have scanned for the color, and if the color is found - the program should react.
Visual Studio 2008 (vb.net)I made simple anivirus but when I make Full scan by this code:
FolderBrowserDialog1.SelectedPath = ("C:")
'first scan:************************************
Try
[code]....
I've made a video player, that can play almost all popular video formats. But the problem is that I want to add a pan & scan effect to the end user, also if possible a overscan effect also. I'm using MSVidCtl to view and then MSVidFilePlaybackDevice to play and control the file, I've searched the net a lot but found nothing helpful especially in VB.NET, I can use managed DirectX directxaudiovideoplayback.video but the same problem exists, can't find a way to add these pan & scan, zoom in and overscan effects.
View 2 Repliesis their a way for me to call my scanner to scan my files inside vb.net?
View 1 RepliesI want to add a .ico to a notifyicon, but i get this message:Argument 'picture' must be a picture that can be used as a Icon?What is the problem? It is a .ico file..
View 8 RepliesI am trying to load a pictue into a picture box by using code but it keeps saying it cannot find the picture. This is what I have
PictureBox1.ImageLocation = "E:100_2838"
PictureBox1.Load()
I go and find the picture on my computer right click on it and find its location and copy and paste it into the .imagelocation adding a and the picture name and every time it says picture cannot be found? I have tried loading it from C: or from my jump drive E:
Quick query...I'm trying to scan a long string and return any values that occur between the tags <FileName> and </FileName> I've got a bit of code here to use regular expressions to return the position of the occurunces of both substrings..Just wanted to find out if there is any way to scan for both substrings within one loop (as im currently doing 2, one for the first substring and one for the 2nd) so I can use something along these lines:
ringlist = Mid(XMLRESP, (startloc + 1), (endloc - 1))
MsgBox(ringlist)
to msg box the value between the substrings...either that or another approach to return the value between the 2 substrings (it can be of variable length)
Dim patternstart As String = "<FileName>"
Dim patternend As String = "</FileName>"
Dim matchesstart As MatchCollection = Regex.Matches(XMLRESP, patternstart)
[code].....
I need to scan either a drive are folder and search for .theme .VStyle and shellstyle.dll and there folder/subfolder names.The code scans for all .Theme files on the drive or in a folder, when it finds it it stores the folder name that file is in and also the name of the .theme .
View 4 RepliesWhat I want is: To scan a website every 15 mins or so, (craigslist in this case), and email myself any new posts that come up. I know I need to use WebClient, but I never used that before. Another question would be how to only email when a new post is up and not receive the same email every 15 mins.
View 2 RepliesHow Do I scan with WIA using VB.NET?
View 4 RepliesI'm looking for a way to scan a certain area of a PDF or Tif,
and extract the OCR regonizied text which will help me rename these documents I have.
What tools or libaries can I use in .NET to make a quick short program to rename
TIF or PDF files into their appropriate name coming from a portion of text that is on each file.
i'm trying to "Scan for hardware changes" programatically and all I can find so far is: [URL]
I'm not sure how to use it in a vb.net app though. this is for Windows 7 functionality and i'm not sure how to set up the API calls
there's this: [URL] but it doesn't tell you how to implement it
I have a requirement from my vendor to scan an image through my application. Then this image should appear in the picture box given on the same page. Also I want to read it as bit stream.
View 3 RepliesI am trying to scan images in VB.NET. I searched this site for almost an hour and found questions, but little in the way of answers, but some redirection which did not resolve the issue.
I downloaded the example here [URL] which has 7 projects doing a whole bunch of things. I do not have the scanner attached to my PC. Nor can I run any of these examples which do way more than I am trying to do. Then I went here [URL], found the VB version on planetsourcecode, but it will not run. I tried to duplicate what it does, but I couldn't get either of these line to be recognized:
Imports TwainGui.vb.TwainLib
Imports TwainGUI.vb.GdiPlusLib
I understand that the differences between .NET and VB are huge, but what I fail to understand is why no one has been able to post an example of how to scan? My company is not willing to purchase any 3rd party tools and my boss believes it can be done through the api, which some posts seem to imply but fail to show how.
1- how I can put picture in tool strip and put it convert to split button without the picture go invisible when i click on it
2- how can I make tabs in the forms
3- I want to put pictures in the form in the same place For Example when the user check the radio button or when the user choose the name in the combo box a specific picture should be display?
is there a way to add a progressbar to the scan button?i watched tons of videos and i cant figure it out
Using FB As New FolderBrowserDialog
If FB.ShowDialog = Windows.Forms.DialogResult.OK Then
For Each Ext As String In ListBox1.Items
[Code].....
I want to write code in vb.net to scan drive.
View 2 RepliesI'm using a TcpListener and TcpClient to search for a connection on a certain port,and display a message when a connection is made, but i do not know how to do this. My code so far:
Dim port As Integer = 81
Dim serverSocket As New TcpListener(port)
Dim clientSocket As TcpClient
Dim c As Integer
Dim ic As Integer
[Code]..
Using this Pixels Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]...
This will scan the whole screen for my specified colors. How can I make it scan the AxShockwaveFlash only?
I am working on a small music player software that runs from the thumbdrive and does not need to be installed. The problem is that when ever i scan the directory for files, it will not scan unless I am running it on a computer that has previously compiled the code. Regardless of whether visual studio is installed or not. Below is the rountine for the scan that is not working. It seems to stop at the 'ForEach ti in hi.getfiles'.
UserInput.Close()
Dim Found As String = ""
Dim C As String = My.Computer.FileSystem.SpecialDirectories.MyMusic
Dim Directory As String = My.Computer.FileSystem.CurrentDirectory
[code]....