User Profile

Collapse

Profile Sidebar

Collapse
vadrian
vadrian
Last Activity: Aug 14 '07, 02:56 PM
Joined: Jul 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vadrian
    replied to Here is a problem...
    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...
    See more | Go to post

    Leave a comment:


  • vadrian
    started a topic Here is a problem...

    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

    -----------------------------------------------------...
    See more | Go to post

  • vadrian
    replied to Won't save as .EXE
    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...
    See more | Go to post

    Leave a comment:


  • vadrian
    replied to Won't save as .EXE
    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.
    See more | Go to post

    Leave a comment:


  • vadrian
    replied to Won't save as .EXE
    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...
    See more | Go to post

    Leave a comment:


  • vadrian
    replied to Won't save as .EXE
    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.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...