User Profile

Collapse

Profile Sidebar

Collapse
austinra
austinra
Last Activity: Nov 16 '06, 10:24 PM
Joined: Nov 1 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • austinra
    started a topic association

    association

    i am searching for an answer but i'm not sure how to ask the question. in the program visual basic 6 i am writing i have a access file and a seprate folder that are associated with my program. the program, file, and folder are all located on my flash drive so becouse of the need to transport it to class. in the program both the access file and folder are located on the L drive (the name of the flash drive at my house), but at school the flash drive...
    See more | Go to post

  • austinra
    started a topic changing pictures

    changing pictures

    i have a splash screen that i want to change a picture once a second for three seconds; then load my main form. what i want it to do is load a picture into a picture box; start a timer which will stop the loop for one second then start the loop again add 1 to the pintcount which will result in the name of aneither picture (my pictures are named 1, 2, 3) i have it in the form load event procedure. this is the code that i have so far. what i have tried...
    See more | Go to post

  • austinra
    replied to controling the data control
    i have tried to write the if then statement in side the cbo click event, the cbo change event, and the dat reposition event.
    See more | Go to post

    Leave a comment:


  • austinra
    started a topic controling the data control

    controling the data control

    I am trying to control my data control box with a combo box. I want the combo box to change the data control's record source. i have tryied to write an if then statement
    if cbomoviecategor y = action then
    datmoviedatabas e.recordsource = qryaction
    else
    datmoviedatabas e.recordsource = moviedata
    end if

    i have tryied other things as well, but i have been unsuccessful.
    how do you write...
    See more | Go to post
No activity results to display
Show More
Working...