VS 2005 Reading DBF With Long Filenames
Mar 24, 2009
Do you know of a method to read dbf with filename more than 8 chars?I'm stuck here because all my dbf's have long filename and is located on another networked server. Copy and rename the dbfs to a short file name to the web server.
View 2 Replies
ADVERTISEMENT
Jun 18, 2009
I'm trying to do something to delete a folder with files and subfulders ,my problem is that sure that the one or more directorys are with full long names. So what i can do?
[Code]...
View 4 Replies
Oct 26, 2011
connstringadd = IO.Path.GetDirectoryName(openfile.FileName)
connString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & connstringadd & ";Extended Properties=Text;"
[code].....
View 4 Replies
Jun 15, 2010
I'm selecting multiple files from a FileOpenDialog box. Now I want to store the names in an array. This is what I'm trying to do:
For i = 1 To fileOpenDialogOpen.FileNames.Length
ReDim Preserve fileList(i)
fileList(i) = fileOpenDialogOpen.FileNames(i).ToString()
[code].....
View 6 Replies
Jul 27, 2009
I have a windows user control that reads events from the application log of a remote server. I can read in the information alright, and it appears to happen very quickly, however the thread hangs up for about 30 seconds afterwards and keeps my application from displaying the log.
I am afraid that this is probably caused by my lack of experience in dealing with threads, but I cannot be certain. I am definitely open to any suggestions with my threading here.
The easiest way to see what I am referring to is when the btnClear_click event handler is called. After jumping through the threading worm hole, it goes to the LoadFilteredEvent method. The results load fairly quickly from the ManagementObjectSearcher, but it hangs up for 30 to 60 seconds on the next statement.
[Code]...
View 3 Replies
Jul 22, 2010
I would like to know if there is a way to see how long a program runs. I have one that takes a very long time to run, which is not the problem. I start it and go to bed or leave for the day. When I come back it has finished. I do know it takes hours. Is there a way to find out how long it does take to run give or take a couple of minutes?
View 3 Replies
Jun 23, 2011
My code below will save records to my database as long as all the parameter have values. One of the parameter is @MI (middle initial), however, there are times that student have no middle initial so when I click my button I get error. I want to still save the record even if one of the parameter value is missing.
[code]...
View 12 Replies
Sep 18, 2011
Is there a easer way of coding in stead of wrighting long long paragraphs like this in one line [code]All of this is on one line and i got lots of info to put down.."The game will begin on your 16th birthday with your mother waking you up. Today you are to go to the castle for the first time. Leave your bed and open your dresser for a Strength Seed. "
View 2 Replies
Feb 12, 2011
This code:
vb Dim s As String = strContents '<a global variable) Dim currentPos As Int64 = 0 Dim endPos As Int64 = strContents.Length - 1 '// A dictionary, used to count the frequencies Dim characterCounter As New Dictionary(Of [String], Int64)() While currentPos <> endPos '//
[CODE]...
Gives this error: Value of type 'System.Collections.Generic.KeyValuePair(Of String, Long)' cannot be converted to 'System.Collections.DictionaryEntry'.
View 2 Replies
Dec 26, 2009
In Visual Studio 2008 I am using :Private Declare Function BlockInput Lib "user32" (ByVal fBlock As Long) As Long To stop input from occuring during a search-replace operation.
BlockInput(True) ' do not allow input during search and destroy
Dim cursorIcon As Cursor
cursorIcon = Cursor
Cursor.Current = Cursors.WaitCursor
Then setting it to false at the end of the operation. It did not work, so I thought maybe it was because I was calling it from a child window, so I created a function in the mainwindow, and ran it like this:
FrmMain.BlockFrmMainInput()With these functions is the Main window:
[Code]...
It did not solve the problem. I thought maybe it was because I was running under the debugger, so I tried compiling and running it debugger-free, but that did not do any better. I am still getting input when I double-click the mouse on either form.
View 2 Replies
Feb 3, 2009
i'm working with xml for first time..
HTML
<?xml version="1.0" encoding="UTF-8"?>
<Books type="metadata" source="books.info" version="1.0">
<chapters>
<chapter index="1" paras="7" start="0" name="Good" level="easy" order="5" />
[code]....
How do u get, for example the value of 'paras','name' and 'level' of element(or whtvr its called)<chapter> with index="1" frm the <chapters> ?How do i write the code? for example, if i give the index no. i want its values to be loaded in textboxes...say
txtparas, txtname and txtlevel...
View 6 Replies
May 20, 2009
I'm in high doubt of this actually exsisting but still want to check, is there a way so that whether the VB form has focus or not it can still read the keys being typed? I am using winamp and i type something and the form picks it up, so when i type something like ctrl+"exit" the application closes. the thread should be running as the form is Always on top, however for obvious reasons the form does not have focus, so something like keyPressEventArgs won't have an effect, is there any way that you can catch the keys in a global perspective.
View 4 Replies
Jun 13, 2010
Normally CSV files I work with lookes like this : d,e,f,g,1,2,3,4,5 What I am trying to do now is importing a CSV file that contains a title field, HTML description field ect. so at the end the CSV file format looks like this:"Record Title",1,2,3,"HTML description, which contains "",, ect",1,2,3,4,5, I need to know how to work with the above CSV format, where all the strings are inclosed with "" and may contain commas, so I can't use the split function as is to split where it incounters a comma as it may be part of the HTML description or Title field.
View 3 Replies
Oct 1, 2009
I need to read PST files and retrieve the email messages inside the files. Googling does not give me really give me an answer. As I'm new to this, can someone please tell me where I can begin?
View 5 Replies
Apr 26, 2009
I am a noob to VB and have tried messing with this code for hours now.[code]How do I get the line of the file to correspond with the number that is inputted in the text box? [code]
View 5 Replies
Sep 26, 2009
I have to read in certain fields from one XML file and compare that to another similar XML file to see if something changed. Is it an API, or a method?
View 8 Replies
Oct 29, 2010
I am using the following code to read a .txt file into a dataset sucessfully..I am trying to alter the code to read a .csv file into a but get an error on the [code]I read the .txt file by changing the strDelimiter to (vbTab)
View 8 Replies
Aug 22, 2010
VS 2005 Reading .CSV File with StreamReader
View 2 Replies
Jun 22, 2010
I am trying to read in and eventually manipulate an 'XML-type' file. I have picked up a hobby called 'Geocaching', some people probably have heard of it, where you use gps coords to locate items placed by other people. Well, you can download the gps coors within data files from the website,'Geocaching.com' and these files are in a XML format.
There are a lot of programs out there that people offer, some are better than others, but I am not happy with the results. So, I am trying to see how I can use these files myself and create my own program to use the data in a way that I want to use it.
I have tried to use Linq, XMLdocument, XMLreader and probably a couple of others over the past week. I have had marginal sucess with each of these methods, but nothing great and I owe that to my lack of knowledge.
I eventually hope to add the data to a Access db that I am using and manipulate the info from the db.
I am attaching a sample of one of the downloaded files and if someone would have the patience to help me work my way through it, p.s. The file typically ends with '.gpx', but since its an xml and thats what the system recognizes, I added the extension in order to upload the sample file.
View 16 Replies
Apr 28, 2009
I am using single line textbox to add and appened strings into multiline textbox.
Now, I need to check for words that are appended in multiline textbox.
I know that I can add these words into array, and then search array.
But can I search a multiline textbox, to avoid using array?
View 6 Replies
Sep 24, 2009
What I am trying to do is save a value (from a textbox) to the registry, and later retrieve the same:This is the code (not working) that I have at the moment:My.Computer.Registry.SetValue(My.Application.Info.Title, (TextBox1.Text), "MyFCA")
View 17 Replies
Jan 9, 2009
I don't know if this forum is the appropriate place for the question, but here it goes.I need a hand of someone who knows "iTextSharp" - it was created mainly to build PDFs, but I am using "PdfReader" function to retrieve all the plain text out of existing PDF files, in my VB.net project.
[Code]...
View 6 Replies
Feb 4, 2009
My project needs to read and count the individual characters in a textbox. Is that possible? If so, how so?
Nameone = TextBox1.Text.ToLower
For F = 1 To Nameone.Length
L = Nameone(F)
[code].....
View 10 Replies
Aug 15, 2011
My program reads a 3rd party .txt file using OleDb and reads the file into a datatable. It's overall working fine except a user will occasionally have a problem reading a file. At this point.
Line that gets hung up
Try
Dim comm1 As New OleDbCommand("SELECT * FROM " & safeFileName & " Where " & Status & " = '" & StatusClosed & "'", con)
Dim dasold As New OleDbDataAdapter(comm1)
dasold.Fill(dtsold)
AddColsold()
[Code] .....
It can not retrieve a date for one of the fields, then gives error and does not get dates for each records after the one it gets hung up on but the date is in the file. If I open the file in excel and play with the column sizing, for instance just autoformat column width then it read the date and will work fine. I have looked at the file in notepad and cant see anything wrong in particular on the record it gets hung up on. I have no control over the .txt file since it comes form a 3rd party.
View 16 Replies
Jan 9, 2010
I want to read a file from a specific position and at the same time i want to use the StreamReader.Peek to check out how it works....... So i tried out this
[Code]...
View 13 Replies
Jul 23, 2009
I have created football (American) play creator. When the user is satisfied with a play he has created it is saved it as a file with a .play extension. What I want to do is to cycle through all the files in a folder (probably named after the team), and place each one that has the .play extension into a CList (of ClPlay) collection.I have been able to successfully load one play at a time by using this code...
Dim fs As Stream = New FileStream(diaOpenPlay.FileName, FileMode.Open)
Dim bf As Runtime.Serialization.Formatters.Binary.BinaryFormatter = New Runtime.Serialization.Formatters.Binary.BinaryFormatter()
Dim Play As CLPlay
Play = CType(bf.Deserialize(fs), CLPlay)
...but that was when a specific play was selected from a load dialog box. This time I want to load all the plays in a folder and store it in a collection, and I'm not sure how to modify the above code to do that.
View 2 Replies
Jul 27, 2010
(1) easy way of learning WMI, because i red many articlas on net but i could,t fallow whats what and MSDN is also not very understandable is there any MVP articles regarding please send me link
(2) how can i read HDD manufacturers serioal number
View 4 Replies
Mar 25, 2011
i just want to read unread mails from mail server and to download the attachment of the mail.
View 1 Replies
Feb 20, 2010
I want to open a text file from a url (example: http://domain.com/mytext.txt)
and then load it into array. (Separated by new line)
I have another question. I'm thinking to develop a simple chat application. I'm thinking to write/read all chat messages in xml. is the idea logical for chat application development?
View 3 Replies
May 7, 2010
i can anyone tell me how do i save the below codes into textfile and make my program read from it? i'm trying to make a chinese calendar and below are the months of it. i'm gonna need to save up to about 3 years of months.
[Code]...
View 6 Replies