I am working on a project where I create image files from calculations done from user inputs. The work is saved as jpg images in various sized and I want to add EXIF data to the saved filed and later on retreive these data again so the user can continue working on the basis of a re-opened image file as I hope to store the project variables as metadata in the image file.
How can I access the EXIF data stored in a Nikon NEF file? I can't seem to find a lib that will allow me to extract some basic information from the metadata. (Preferably without having to install the Nikon codec)
I need to create something that will retrieve new Users from a VTiger CRM and create a FTP folder and user/pass on another server.
SERV-A: VTiger CRM, powered by MYSQL. With WSDL directory. SERV-B: FTP server
The reason why I thought doing a WebService is that I must constantly check for new users. The language used isn't an issue. How to automatically retrieve changes of a MySQL DB from a webservice // Better solution?
I have programme which contains two list box. when exe is launched it retrieves data from web references [from web services] and immidially it creates folder of cache so when next time exe. is launched it displays data so fast in listboxes. and if cache folder is deleted and exe. is again launched it takes some time to retreave data and again it create cache folder.. how can be this done. if i wish to added controls in cache
I am trying to create a LINQ query statement that retrieve intersecting data from 3 datatables (dt, dt1, dt2). My first attempt to do so with the following LINQ query statement was successful: [code] However in my design, I would need the LINQ query statement to be dynamically generated, because I want a user to be able to retrieve intersecting data entries from VARIABLE number of datatables. In this case, the first option is not as good as the "INTERSECT" query operator, with which I can just easily connect each SQL query statement with a "INTERSECT" operator. The problem is that my second attempt using the "intersect" operator fails, and after many trials and errors I still can't get it to work. [code]
I'm using the ExifTools code to read and update the EXIF for JPEGs in a VB.NET project I am developing. So far I've been successful with doing what I need to but I'm having difficulty with the last thing on my wishlist- the "Keywords" or "Tags" entry. The "Tags" property (as accessed by file right-click->properties->Details and just below the rating stars) is populated with information but if I use the PropertyItem for Keywords (Value 40094) with the ExifTools GetPropertyValue() function, it returns nothing.
It's pretty obvious that the "Tags" entry under file properties is not the same thing as what EXIF defines as "Keywords" but I have not been able to figure out what the correct PropertyItem value to pass is.
I'm looking to create a csv file of image_names, latitude, and longitude extracted from EXIF headers of several jpegs. I'm having trouble parsing the lat and long byte array items to decimal or ascii. Here is what I have so far.[code]...
I have an app which I want to use exifworks to set the date on a scanned image this is the property of the class ExifWorks
Public Property DateTimeOriginal() As DateTime Get Try Return DateTime.ParseExact(Me.GetPropertyString(TagNames.ExifDTOrig), "yyyy:MM:dd HH:mm:ss", Nothing) Catch ex As Exception
[code]....
What is the format for setting date on this property?
I have been looking for weeks for a way to update the exif metadata on a picture. There have been some individuals who tried to help, and there were others who simply referred me to a website, without any knowledge of the problem, or a possible solution.
Now I will take a different approach.
I will PAY for a working library. I want to be able to do these things from the inside of a VB program. Does anyone know of any commercial packages that will allow me to EASILY update the metadata on a picture? I am sure SOMEONE has already done this successfully. I just don't know if these companies wrote their stuff from scratch, or purchased libraries themselves.
I have many jpg images from a camera, I add a description using exifworks to modify exif data. What is the difference between saving as format.jpeg or format.exif. I had been saving as jpeg with no differences noted but which is correct & why?
I'd like to look into extracting EXIF tags/data from jpg images. I've looked around but can't seem to see any simple example. Anyone able to point me into the direction of pulling out the model/date values etc out of EXIF data?
I have three tables in SQL server which I would like to show and access on a form. Table 1 contains account data, address, contact details etc. Table two contains data attached to a Person, tel no , Mobile no, Email etc. Table three contains details on what awards the person holds, i.e. one person can hold several awards.
Therefore I have a one many relationship between the first two tables and a one many relationship between the second two tables. This is set up in SQL
The first two tables are shown on a form, table 1 via a set of text boxes, table 2 via a datagrid control.
I would like the functionality whereby I could select a row in the datagrid showing the persons name and find the Persons_ID number then use that as a filter to a second datagrid view so that only the selected persons awards show in the datagrid.
I've almost finished my multimedia project. On the photobrowser (which constructs thumbnails of every photo in a folder and draws them onto a bitmap which I then make persistent and from which the user can select a thumbnail and the image is shown in full on a new form). You can print the bitmap consisting of 100s of thumbnails or the full image associated with a thumbnail. The onloy thing missing is getting all the Exif info - which is proving more difficult than I expected despite the propetyitems in vb.net. Yes, I have set the encoding to UTF8 etc.
i want 2 select data from data gridview and want retrive that data into another form in to the textbox ...is it possible ? i 'm doing like this for that
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.[code...]
I want to obtain the individual data in rows and columns from my database. I mean after loading the data in a data table.... I think I need some attributes of the data table, so as to obtain data from the rows and columns.
I am using VBNET2008 and SQL SERVER 2000.I tried to create this SQL string to retrieve CustomerID and a CustomerID and Name together but it's not working.Here are the SQL String that is not working.
Dim strsql As String = "" strsql &= "Select CustomerID, " strsql &= " ( CustomerID & " - " & CompanyName ) as [Companyname]" strsql &= " From TestCustomers Order by CompanyName"
This is the error message"Conversion from string "Select CustomerID, CustomerID & " to type 'Double' is not valid.
Cause by this SQL String coding: strsql &= " CustomerID & " - " & CompanyName as [Companyname]"
I am using the NORTHWIND DatacBase in SQL SERVER 2000 and the table is Customers
I want to know how to create an image column in a SQL Server table and retrieve it in ASP.NET using VB.NET create table Tbl(ID int primary key,Name varchar(20),Image ....)
1. user writes he's details (textbox1 for username, textbox2 for password)
2. user hits "Login"
3. application tries to retrive data from sql server. (in this case localhost/127.0.0.1)
4. application retrieves data from test/tables/members
5. if the specified account information matches the servers data, it will let you through to the next form. Else, it will give an error that the user/pass is incorrect.
Using VB 2010 Express, I will try to explain what I want to achieve:1. The user installs my program.2. In an Explorer window (Vista/Win7) the user will right click any file.3. The program checks if there is an item called "MyApp" in the context menu (i.e. the menu with for instance the "Open with..." item). If not, then create the "MyApp" item which launches "TheRealApp.exe" that the user installed. Place the item after the "Print" item.
I am retrieving data from a csv/txt file using oledb driver ConnString = "Provider=Microsoft.Jet.OleDb.4.0; Data Source = " & System.IO.Path.GetDirectoryName(strFileName) & "; Extended Properties = ""Text;HDR=YES;FMT=Delimited""" strQuery = "SELECT * FROM [" & System.IO.Path.GetFileName(strFileName) & "]"
In the last line I am getting following error if the filename is large Is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long.
My question - Is there any limit to filename or the select query or there is some pattern which I need to follow?
I need to retrieve data in array. We are asked to get id number, name and section and put it in a array and then if we clicked retrieve button it will prompt an inputbox requesting for the id number of students and after we input the id number of the student the name and section will be in the msgbox.
i created a database in my visual basic . and in this database i created 1 table...
i created also a query which is calculating the SUM of a colonm..i want to know how i can do to retrieve this data inside a textbox whos is on my program..ans of course i want that data to be update everytime i inserte data in this colonm...