Thanks for replying.
Here is the code that I am using. It is rough. Here is the actual text file lines.
I have a large text box that I first pasre the text file into to look at. Then I have a command button that actually parses the textbox.
command button code to parse the text file into the textbox
Dim nfilenum As Integer
Dim llinecount As Integer
Dim snextline As String...
User Profile
Collapse
-
-
Creating database records from a Text File
I have a program that I download a text file that has multiple lines in the following style:
This is the title.
Verse 1
This is the first line
This is the second line
Verse 2
This is the first line
This is the second line
I can parse the text file to some degree but what I really need is to be able to read the first line and add a new record and then read the... -
First, thank you for your replys.
Here is the code for creating the controls. Please be kind, I am not that proficient in VB but here it is.
I basically search a folder that has the pictures and then create appropriate picture boxes and load them with the image.
I have it in the Form_Load
Dim ctlname as vb.picturebox
Dim l as integer
Dim lfilename as string, lpic as picture...Leave a comment:
-
Interacting with controls added at runtime
I have created a number of picture boxes and filled them with an image at runtime. The question is "How if possible can I create a click or double click event for those picture boxes?"
I am trying to be able to change the background from the available pictures in the picture boxes so I need a click event.
Thank you,
Keith Kelly
No activity results to display
Show More
Leave a comment: