|
-
Jul 18th, 2008, 05:42 AM
#1
Thread Starter
Member
[2008] Using ProgressBar
1. How can i use progress bar with a webpage loading .
2. I have a textfile and have got the data of the text file to a string now how do i arrange the date to the datagridview and the rows are increasing and decreasing all of the time so it should make its rows automatically
my current code is
Code:
Dim Filelocation As String
Dim Textfilestext As String
OpenFileDialog1.ShowDialog()
Filelocation = OpenFileDialog1.FileName
TextBox1.Text = Filelocation
Textfilestext = IO.File.ReadAllText(OpenFileDialog1.FileName)
Now some of the data is
Name,Startingdate,end date,age are the columns how do i arrange in
Datagridview
an example of the text files text
Name,Startingdate,end date,age
joe,2006,2008,20
mike,2005,2009,22
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|