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 =...
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..
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.