VS 2010 Get More Information Of Picture File?

Aug 18, 2010

I'm making an picture manager for personal use, and was wondering if it's possible to list up more information of an image. For instance, In Windows 7 there is a feature when I left click one time at a picture I get a little thumbnail and some information about the picture, like: Dimensions, ISO-Speed, Camera producer, blitz mode etc.

So my question is; How can this be implemented to Visual Basic 2010?

View 5 Replies


ADVERTISEMENT

VB 2010 - Information On File?

Dec 25, 2010

-to know when the file was created (i remember that it is possible as i've done it before)-if there are any other copies of the same file in the entire pc

View 1 Replies

VS 2010 Anyway Of Getting Meta Information Of A File?

Nov 17, 2011

Is their anyway of getting the meta information of a file?[code]I've been searching Google for over an hour and found very little help.

View 2 Replies

VS 2010 Print Picture From File?

Dec 13, 2010

i have a form with ten buttons on it. what i want to do is, when i click Button1, it will print Picture1.jpg from a file, and when i click Button2, it should print Picture2.jpg from a file. Also, i dont want the user to have to wait between the button clicking(for buffering).

View 5 Replies

VS 2010 - Writing Information To Text File

Apr 17, 2011

I am working with the formula for writing information to a text file. I have a program with 4 text box's and 5 radio buttons. I need to the program to write all of the info from the 4 text box's that the user has entered and the radio button that the user has selected.

View 5 Replies

VS 2010 Save Information To A File And Read It?

Jan 22, 2010

Im making a program that can make diffrent profiles. So it have to save: Username, Password, etc. then be able to read it.But I have no clue how to read diffrent lines, and stuff.I was thinking if ex. the pass was like this:<Pass>Pass here</Pass>I can read what was between those things, but I coulnt get it to work ...

View 14 Replies

VS 2010 Combine A Picture File With An MP3 File?

Oct 9, 2010

Is there a way in VB to create a video with an mp3 file and a picture file?

Input picture file Input mp3 file

Output mp4 video (mp3 file, picture as overlay)

View 2 Replies

Retrieve Information From A Binary File, Alter That Information, And Put It Back Into A New File?

Aug 27, 2009

I am using VB2005 and trying to put an application together.What it needs to do is retrieve information from a binary file, possibly alter that information, and put it back into a new file.The file is a .wav file with data appened to the end. There is an additional section at the end of the .wav file which stores xml data.I have found that if I open this in a hex editor and make a 1:1 swap on any of the bytes that the application that the file is for can still read the XML.If I tried to add or remove characters from the XML then it would not read. I located a header byte and incremented it to resolve this.

This worked as an excellent bandage to do conversions where the data always needed to be changed to the same thing.What I have been asked to do is build logic that allows for different things to happen depending upon what data is contained within the file.The method that I am currently trying to impliment is:

Read through the file with a system.io.binaryreader

Searche for a bytestream that will signal data is coming

For example:

If System.IO.File.Exists("C: est estread.wav") Then
Dim findit() As Integer = New Integer() {&H3C, &H55, &H73, &H72, &H44, &H65, &H66, &H30, &H31, &H30}
Dim i As Integer[code].....

And then extract all the data till the end of element marker "<" It seemed like there should be a better way and I was looking for some insight. If I proceed with this method, I will have to read the file one time to gather the information and then a second time to write it all out with the header modified for length.This is my first experiene with working with binary files in this way.Also,I've been experiementing with building a string and slapping it back in at the end using the binarywriter.write(string) method.I noticed that it was putting in header characters before the string.These seem to change if I change the length of the string.At one point it was d0 07. Later it became e7 07. Does anyone know of a way to prevent this header from being inserted?

I tried a for each loop to grab all of the characters from the string, convert them to a byte array and deposit the byte array into the file, but the header remained the same. When I write the byte array generated from a system.io.binaryreader I do not get this header.

View 1 Replies

VS 2010 Replace Specific Picture In .bin File?

Feb 10, 2011

Somebody would know to show some function to solve my doubt?

View 12 Replies

VS 2010 Make VB Read The File And Put The Information In The Right Variables?

Jun 22, 2011

Im creating a game like CityVille where you create a city and such. The game allows you to name your city and such and because I dont understand how to use the settings thing to save stuff I want to use a text file. I want the textfile to look like this:

city_name: namehere
money: moneyhere
plots: plotshere
population: pophere
smallhouseowned: numberhere
etcetc

How do I make VB read the file and put the information in the right variables?

View 11 Replies

VS 2010 Store Specific Information About User In A File?

Apr 27, 2012

I need to store specific information about a user in a file of some sort. Something like an old ini file?

I will need to save a file for each customer.

CustomerName
OrderDate
DeliveryDate

[Code]....

All things point to a database but for several reasons I can't use a database.

View 2 Replies

VS 2008 Comparing Picture Boxes And Textbox Information?

Jan 8, 2010

I'm trying to make a Lottery program on visual basic 2008, but there's one thing that I am stuck with.Note: My explanation may be hard to understand, so if you would rather have me send you my code and see how it works, I'm fine with that. My code is pretty long so far, so I didn't know if i should post it on here.

My program has 6 picture boxes lined up horizontally, and has one text box underneath each one. There is a play and stop button on the bottom left corner.I've altered my program to have animations for the picture boxes. Instead of having a random picture picked, I have it so that each picture box scrolls through a series of 10 numbers when the user presses play.

When the player presses stop, the picture boxes stops scrolling, and random pictures are displayed in each box. (The picture is really just a black circle with a number in it).The text boxes below the picture boxes are for the user to put numbers in. These are the numbers they select for the lottery. Now this is my predicament. Since the picture boxes decides what the winning lotto numbers are, how can I compare the numbers in the text box to the pictures?

View 9 Replies

VS 2010 Creating A Console Application That Will Create And Store Client Information As A .txt File?

Apr 24, 2012

Basically i am creating a console application that will create and store client information as a .txt file it is going okay but i have come across a slight hick up i want to use something on the lines of this .....

dim lastname as string
Do Until Integer.TryParse(Console.ReadLine(), LastName) = False
Console.WriteLine("Invalid input, Please try again")
Console.Write("LastName:-")

[code].....

this works fine to trap out numbers from letters but the problem i am getting is when the program calls uppon LastName it is recording 0 and wanted to know if there is a way of getting past this ..... so basically i need a way to allow letter but not numbers and symbols and then dispay a pernolised error message but at the same time use Stream writer to save was the answer is in a .txt file.

View 3 Replies

VS 2010 Visual Basic Debugger Error: Debugging Information For 'EXCEL.EXE" Cannot Be Found Or Does Not Match - Cannot Find Or Open The PDB File

Jun 19, 2009

Whether I am using VB 2008 Express or VS 2010 Beta 1 Visual Basic, I get the same error: "Debugging information for 'EXCEL.EXE" cannot be found or does not match. Cannot find or open the PDB file" I have filled in the Debug Tab information: Start external program: C:Program FilesMicrosoft OfficeOffice12Excel.exe

[Code]....

View 2 Replies

File I/O And Registry :: Save Information Into A Text File From Runtime VB2005?

Jul 24, 2009

how to save information into a text file from runtime VB2005. However, I wish to be able to write the information into any kind of form of file that cannot be simply opened and read by anyone (such as text file can be). Is there anyway that VB2005 can do this?

View 2 Replies

Read The .txt File To End And Return The Information Stored In The .txt File To This Line Of Code?

Dec 9, 2009

I'm using Visual Basic express 2008.The application I am working on is the first major project I have ever undertook with visual basics. The application is a launcher for a private server for world of warcraft.I have a menu bar that pulls the file path of the wow.exe and puts it in a hidden textbox, I then have another option that saves this text to c:wowexe.txt. All of this works GREAT!

How can I read the .txt file to end and return the information stored in the .txt file to this line of code.

Dim RetVal
RetVal = Shell("This is where I need the data from the .txt file to be seen", 1)

If your wondering why I don't just type in the path of the .exe, it's simple, not everyone installs World of Warcraft on the C drive.

View 5 Replies

File I/O And Registry :: Exporting Information From A DataGrid To An Excel File Or CSV?

Jan 17, 2011

I am writing a program that uses several textboxes that a user will fill in and then click the add button to add the data into the datagrid. There is no backend database or anything. Just seeing the data in the program only.

What I want to do is then export this data from the datagrid into a file, preferably excel.

I've done copying textbox data into txt files but I can't find a method to copy datagrid data into a file.

View 1 Replies

Make A Program That Read The File Information Directly From A Specified File?

Oct 10, 2011

I am making trying to make a program that can read the file information directly from a specified file, but I am having a lot of difficulty reading things like file comments.An example of this can be found in windows XP when you alternate / right click on any file and click on properties. You'll get a lot of extra information.Now I have a few questions about this.

1.Can this information even be read in VB.NET
2.If so how
3.If not do I need to create some kind of data file to store the file information

Here is what I did so far

[Code]...

View 4 Replies

VS 2010 VB 2010 With SQL 2008 Server Report - Pass Login Information And Selection Parameters To The Report

Apr 13, 2011

I just got into VB 2010 with SQL 2008 Server Report. I was able to create a report as my wish and it's vieable via direct url (URL). But I want to pass login Information and Selection parameters to the report. But I don't want to pass them thru URL, So I want to load them from the application (winform) and launch the report in iexplorer.

View 1 Replies

VS 2010 - How To Get Information From One Form To Another

May 6, 2012

I wrote the below code for my final project and I need to pass the array players to the next form that I open called Game I don't seem to be able to make heads or tales of what I have read so far. I will just change where the team is loaded from but I want to do it this way.

HTML
Private Sub LoadToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LoadToolStripMenuItem.Click
Dim strFilename As New OpenFileDialog()
Dim result1 As String
Dim numplayers As Integer
[Code] ......

View 3 Replies

VS 2010 Get Information From Program

Feb 24, 2011

I want to ask is it possible to get a information from my program lets say for example: I have one circuit where I store number from one to ten and when the user click a button,the program print them in a list box. Is it possible with another program made with visual basic 2010 to take out that information ? Now someone will say that I will use this information for cracking goals,but that is not true.

[Code]...

View 4 Replies

Download File With File Information And Progress Bar?

Sep 16, 2009

well i'm currently making a downloader for miniclip games to play them offline. i could make the code to get the download link and i could download them getting the code to get the link took some time to collect . i could find through google how to download that link

My.Computer.Network.DownloadFile(TextBox2.Text, SaveFileDialog1.FileName)everything works fine and the file is downloaded successfully, what i need to know now is how to get file size, or how much is downloaded from the file, download speed and show the download on a progressbar

View 2 Replies

2010 Sending Information To Another Form

Apr 11, 2011

Once I have inserted all details into my booking form I want to send some of the details to a form called "Daily Jobs Form", When I click the save Button on the booking form.On the "Daily Jobs Form" I have a row of TextBox's and at the Begining of the row I have a Button called "View Job" and When I click the "View Job" Button, I would like to be able to view the whole job. And Choose a driver who has Been Allocated the job.

View 11 Replies

Copying Information From A Website Into VB 2010?

Jul 16, 2011

on my form i have a button and five textboxes... when i click the button it takes me to a website. on this website is a list of five items. i want to take these five items and place them in the 5 textboxes. up to now what i have been doing is highlighting the first item in the list on the website, right clicking and using the copy feature, then going back to the vb form and pasting the first item in textbox1... then go back to the website and highlight item two... return to the form and paste in textbox2.. then the same procedure for the next three items

is there a way to highlight all five items from the website, right click, select copy and then paste the information into the 5 textboxes on the form... one in each of the textboxes provided without doing it one at a time

View 2 Replies

Retrieving Information From Access DB In VB 2010?

Oct 24, 2010

I've been trying to get information from a Access DB that I have added into VB 2010, the code is as follows:

Imports System.Data.OleDb
Private Sub login_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmd_login.Click

[code].....

View 4 Replies

VS 2010 - Application To Get Information From Website

Feb 8, 2012

I am writing an app which gets information from a website. Basically I load the webpage into a webbrowser control and parse the document text for what I need.

My problem is: I have a German version of windows. The webpage returned has the German version of the webpage. I require the English version but there is no way of specifying the language in the URL, so it must be picking up the default language of my operating system. How can I override this, is there a property of the Webbrowser control which I can set?

View 1 Replies

VS 2010 - Extracting Information From Website

Dec 20, 2010

I want to extract some information from a web site (Bloomberg). This side has a search textbox with a onKeyUp event that, as far as I can understand, uses AJAX to create a table. Is it possible to insert some text in the textbox and then get the table created with AJAX? Given the source code of the page with the tabled already AJAXed (If you understand what I want to say here), I can easily retrieve the table. I just need to get the source code with the table already on it.

View 7 Replies

VS 2010 : Saving Information In A Form?

Mar 5, 2010

create a form with a seperate window attatched. At the moment i can open the 2nd window and save an integer there close the 2nd window and reopen it and the information is still there, but when i close the main form and reopen it the information has gone is there anyway to keep the information?

View 5 Replies

VS 2010 : Taking Information From A Webpage?

May 5, 2012

I need to navigate to a webpage and copy a string of information from it within the shortest possible timeframe. The site has the following written on it:This is the string that you need to apply to your algorithm.

Generated String: 61*76*83*47*69*88*

I want to copy the string from the webbrowser control and place it into a string called "GenString"

View 1 Replies

VS 2010 Delete All The Information Of The Variables?

Apr 2, 2011

I have declared a variable for all the controls of my form (Dim result As String) and when i close the form (me.close()) and open it again, the value of the result var don't go to nothing (""). Why is that happening? Close is actually the unload of the form. Shouldn't it delete all the information of the variables?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved