Want Form To Loop Infinet Times

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yoda
    Contributor
    • Dec 2006
    • 291

    Want Form To Loop Infinet Times

    I need the code for a standard exe and I want it to start as soon as you open it and

    Sorry Sashi it took me an hour or so but could not find the code and that stuff.

    Thanks
  • Ben3eeE
    New Member
    • Dec 2006
    • 8

    #2
    infinite loop goes like this:
    Code:
    Do
    msgbox("Loop")
    Loop

    Comment

    • yoda
      Contributor
      • Dec 2006
      • 291

      #3
      Originally posted by Ben3eeE
      infinite loop goes like this:
      Code:
      Do
      msgbox("Loop")
      Loop
      thanks I ma still in high school so i'm a new to this stuff

      Comment

      Working...