User Profile

Collapse

Profile Sidebar

Collapse
ncag
ncag
Last Activity: Sep 23 '07, 08:53 PM
Joined: Jun 13 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post
    Last edited by ncag; Sep 6 '07, 01:30 AM. Reason: Not Finished

    Leave a comment:


  • ncag
    started a topic Creating database records from a Text File

    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...
    See more | Go to post

  • 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...
    See more | Go to post
    Last edited by ncag; Aug 30 '07, 02:10 AM. Reason: Not Finished

    Leave a comment:


  • ncag
    started a topic Interacting with controls added at runtime

    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
    See more | Go to post
No activity results to display
Show More
Working...