Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zolken1
  • Content: Threads
  • Order by date
  1. zolken1

    Update new picture

    need a code that will check for the newest picture and display it so i need label1.caption to equal the newest picture that is added into the folder that is holding the images without having to click on it. label1.Caption = file1.Path & "\" & file1.filename Form1.Image1.Picture =...
  2. zolken1

    Background timer

    i want to make a timer run in the background of my program so it is un interupted but i dont know how to do this any help...
  3. zolken1

    run two loops at once

    is there any way you can run two loops at once that are not inside each other??? i want one loop to open a file and print a line and the other loop ti input and save a message. how do i do that .... srry im new with some of this stuff..
  4. zolken1

    open another program

    is there any way to open another program with qbasic???... any help is apreciated
  5. zolken1

    qb I.m. OPEN PROBLEM

    Ok so ive made this q basic instant messenger for my school, hah im only a junior, lol. and if you copy it and paste it onto a word pad and save it as a .bas file you can run it. its pretty simple but after a few messages have been sent, it stops the program and says cannot execute or something...
  6. zolken1

    esc = end

    im sure this has been asked but what if i wasnt my program to end by having the user hitting esc. if you could answer that would be great. or if you can give me the link to the specific page, that would help to.
  7. zolken1

    redo on the matrix saver

    i got bored and there arent very many threads posted so try this out SCREEN 12 COLOR 2 RANDOMIZE 509 WIDTH , 60 DO x = RND x = INT(x * 79) + 1 y = RND y = INT(y * 60) + 1 bit = RND bit = INT(bit * 3) IF bit = 0 THEN bit$ = "0" IF bit = 1 THEN bit$ = "1" IF bit = 2 THEN bit$ = " " LOCATE y...
  8. zolken1

    where

    where is the best place to get a basic compiler for qbasic 4.5

Part and Inventory Search

Back
Top