Dim a As Integer
Randomize Timer
For i = 1 To 100 Step 1
a = Rnd() * 4 + 4
Me.Controls("te xt" & CStr(i)).Text = Me.Controls("form2.text" & CStr(a)).Text
Next i
,,,,,,,,,,,,,,, ,,,,,,,,,,
Iv'e tried it everywhere and it says that it cant find form2.text??.te xt ....
but i did create the second...
User Profile
Collapse
-
Here is a problem...
Now here is another problem i have.. Or should i create a new message??
Anyways..
---------------------------------------------------------
Randomize Timer
For i = 1 To 100 Step 1
a = Rnd() * 10 + 10
Me.Controls("te xt" & CStr(i)).Text = Me.Controls("te xt" & CStr(a)).Text
Next i
-----------------------------------------------------... -
I know it's an old version of VB but the thing is i'm an old person... I started learning Basic with QBasic in Dos... If you know what DOS is..lol.. Just teasing you...
Thank you, i found out why i had problem compiling my file into an executable file... I had to many lines and i just removed about 500 lines from my program into 3 .... lol... Been a while since i used VB..... The first version of VB i used was VB4 when i started...Leave a comment:
-
Just to add some information here, i'm trying to crop some lines from my program ... It might work to compress it...
At least i hope.Leave a comment:
-
My full project is about 420 k... ...
TExt document, Visual Basic Project, Visual Basic Form Binary file, Visual Basic Form fil and another Text document, they are equal to a total of 400 k..
but it's mostly the Binary file that is 398 kb...
It freeze's when at the Compiling section... Everything freeze's... Wont move and wont do a thing..
BTW it's Visual Basic 6 not Visual Studio 2005...Leave a comment:
-
dont worry i have the same problem with my vb6 version..
i have a large programe and it freeze's...
i would like to know why myself...
the file is only 450 kb and i cant put it into *.exe file... * = file name.
Is there an update on this program or do i need to re-re-re-re-re-istall it??
lol...
Thanx for the help.Leave a comment:
No activity results to display
Show More
Leave a comment: