image

  1. L

    Resolved output of .Location.X/.Y is not accurate?

    Hi, im having difficulty in getting the accurate location of the image i want to capture, how do i correct this? ive tried to manually put the X and Y number but the result was the same. (Please see Attached Image, The First Image is the whole form and the second image was the result after...
  2. P

    Question Adding and removing image columns in Datagridview

    Hi everyone, I?m having the following problem. I have a windows form application with 2 main forms, one of them is master form and the second one is the UNDO form, in the first form i input images in the datagridview based on the numeric key pressed, the second form is the undo form where i can...
  3. groupdocs

    GroupDocs.Conversion for .NET 3.0.0 API released

    What?s new in this release? GroupDocs team is pleased to announce the new release of GroupDocs.Conversion for .NET 3.0.0. It includes a large variety of document formats. Document conversion was never so easy. The legacy 1.1.0 version of GroupDocs.Conversion for .NET supported less document...
  4. S

    Question Consuming a SOAP Service to Get a picture

    I need to get a picture from a 3rd party soap service and display it on a WM 6.1 device using vb.net The webpage info for the service is as follows SOAPAction: "http://tempuri.org/GetPhotoByEntityId" <?xml version="1.0" encoding="utf-8"?><soap:Envelope...
  5. S

    Facial recognition API with individual pixel tracking

    Hi guys! I was looking for an API that could specify whether a pixel is belonging to a face or not. Hopefully, it could also recognize nonhuman faces. And also the other basic functions (identify number of faces, tell the location of faces to can draw a rectangle around it etc). Preferred to be...
  6. mond007

    How to Store Multiple Images in the Visual Studio Application Import to Resources ?

    Hi I have spent quite some time developing a Maintenance application. See the following link if need be. http://www.vbdotnetforums.com/xml/60658-create-effective-xml-schema-data-load-dilemma.html I am now at the point where I need to know how to store hundreds of images within the Application...
  7. N

    Question numerous pictureboxes overlaying

    Okay so I have built an image generator in VB NET and this may sound stupid but I need to know how to export/save the final image but my problem is that I have one main image as the background in a picturebox element and then numerous pictureboxes overlaying it with the generated content, how do...
  8. F

    Converting images, overwrite option help

    Good afternoon everyone :) I'm working on a program that converts images, and it works fine. I'm currently working on a piece of code that tells what to do when the file already exists. The situation:I got the converting system in the main form (form1), then i got a second form (instellingen)...
  9. B

    Question uploading Image

    Help needed. I am newbie on VB.NET and looking to upload Image to DB converting to Byte. I have a BD where in a table named "tbemp" with fields "eid, name, image". My application have a Database Access file DBAccess.vb with the following code: Imports System.Data.SqlClientImports System.Data...
  10. S

    Question Picturebox image without locking file?

    Hi guys, i have a picturebox on my program that will load a picture from file every 10 seconds (C:\Picture1.png), i have another program capturing a picture and saving it to the same location, my first app captures fine and saves it, and the second program loads the picture but when the first...
  11. F

    advanced image conversion help

    currently i have this piece of code, but regardless of howmany attempts i do in modifying it, it doesn't work, and when it does: i get the same quality image over and over... here is my piece of code: (it doesn't give errors, but im sure it is not good, and i can't seem to find the solution for...
  12. F

    Question selecting multiple images for conversion (out of listview)

    Ok, I'm writing a app that should convert a list of images to own size (x/y) and format The code works, i can preview, convert the image and change its size (x/y), and output format, I open the filespath of the images as a string via openfiledialog, and list them in a listview example...
  13. D

    ImageMan.Net 2012 Introduces new Barcode Addon

    Data Techniques, Inc. Release ImageMan.Net 2012 Introduces new Barcode Addon (support for reading and writing barcodes) Burnsville, NC, October 9, 2012, Data Techniques, Inc., a leading developer of imaging and facsimile development tools, today released ImageMan.Net 2012. New features and...
  14. T

    Image operations

    Hi, I have a few transparent .png images with same size and want to add or subtract them one of other and then put the image to picturebox. First picture: Second picture which contains white pixels (or it could be black pixels) which should be erased from first picture: The result should...
  15. T

    Question How to screen detection?

    Hello! I am making a program and I need to know how to detect if certain image on screen. I have saved some picture and if it see's it on screen i want to do something like make msgbox.
  16. martinandrovich

    Question Add new page as image (?)

    Hello dear forum, My question is a bit hard to explain, but I will try my best: Imagine a have a painting program with a PictureBox, which I can paint on. I would like to have the ability to press "Next Page", and the program shall store my current image/page as "Page#" (where # is the...
  17. G

    Introducing new optional QR-Code barcode recognition Plugin

    FOR IMMEDIATE RELEASE</SPAN> GdPicture release GdPicture.NET Toolkits V8.3 - Royalty-Free Document Imaging Toolkits</SPAN> Introducing </SPAN>new optional QR-Code barcode recognition Plugin</SPAN></SPAN> Toulouse, France – 29 September 2011, GdPicture, leading provider of comprehensive...
  18. A

    Question Whats The Cause Of This Error And How To Solve It?

    I have a program that takes a screenshot of the screen, then puts it on an Image control( I'm using WPF ) Here is my code where, With the line of the error highlighted : The error message in Visual Studio says : "NotSupportedException : The given path's format is not supported. What's the...
  19. A

    Question how to get any file of extension .TIF

    Hi, A very simple question guys... Using the below code I want to set the '*' to any file. This folder (C:\newtemp\) will only have one TIF file in it at a time so I want it to use that file as TextBox1, but that filename is dynamic, but always with extension .TIF. TextBox1 =...
  20. A

    Question convert image to base64 string

    Hi, Sorry if you don't understand what I'm saying but quite an amateur an VB.NET. I am trying to convert a TIFF image to a base 64 string. I have seen so much code on the internet like the one below, but I don't understand it :( I dont know what to change so it converts my image(s). Does...
Back
Top