Jump to content
Xtreme .Net Talk

gotdamojo06

Members
  • Posts

    9
  • Joined

  • Last visited

About gotdamojo06

  • Birthday 10/28/1987

Personal Information

  • Occupation
    Student
  • Visual Studio .NET Version
    standard
  • .NET Preferred Language
    vb.net

gotdamojo06's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How do i make an object move? and the loop when it gets to a certan spot? This is what i have under my timer... Private Sub tmrshot_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmrshot.Tick imgbullet.Left = imgbullet.Left + 10 If imgbullet.Left = 656 Then imgbullet.Left=264 End If End Sub I want it to stop and start over at the spot it started at.
  2. what would the code look like? put this under timer1 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 pb.value=pb.value+10 Is that wat i do? or not?
  3. do i need to put some kind of code under a timer? or what?
  4. will they move automatically when i run the program tho?
  5. what i want it to do, is to make it look like it is installing something. have it move like it dose when you instal lets say, aol instant messanger. I dont want it to do anything but look like it is installing something
  6. what do u mean? dose it automatically move?
  7. ok what i mean is i have the form. there is only the progress bar on it rite now. the properties have not been changed. What do i do to make the progressbar have the blue things move?
  8. Hey thanks, but it dont work. like what is the code for the progressbar? thats what i dont know how to do. thanks with the process.start. how do u do that under vb 6.0?
  9. What is the code for a single progress bar? I want to have a progressbar on one of the forms i have in my program. Thank you. Also how do i open a .exe file when a button is pushed? Thanks for the help. Email me, IM me, private message me, or just reply to this post if u know wat to do! thanks
×
×
  • Create New...