Search results for query: *

  1. S

    How Do i Do A Recursion

    Someone told my i should use Recursion And i cant find anything on it so can someone help me thanks:o
  2. S

    IP Address Maker

    is there code so when i click on button1 it will random up my ip address then when i click on button2 it will put my IP address back to it's real one:confused:
  3. S

    Anyone know How To Make A pop up Blocker?

    I Need Help :confused: is there a site ware it tells you how to make a pop up blocker or can someone help me
  4. S

    Anyone know How To Make A pop up Blocker?

    Is There a site whare it shows you how to make one or can some one please help me??????!!!!!:confused: :eek: :o
  5. S

    How Do I Get My Form Transparent?

    ?:eek: :confused:
  6. S

    Opening text file

    i have a text file called (phone) and i want to be able to show what ever is in there show in a texbox :confused: Can This Even Be Done In vb.net
  7. S

    Help with Web Browser

    hi i have a prob in vb5.0 you have have a contol web browser and i need a web brower contol in vb.net 2003 but i cant find i please help :o :confused: :mad: :rolleyes: :( :D :p
  8. S

    Help With Pic touching other pic

    Srry about this but i don get what nor how that works :o
  9. S

    Help With Pic touching other pic

    i have a pic named (ufo) and another pic named (ship2) and the ufo is on a timer with this code Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ufo1.Location = New System.Drawing.Point(ufo1.Location.X, ufo1.Location.Y + 10) End If End Sub...
  10. S

    mouse button down help

    is there code so when i click the LEFT mouse button my pic wll move to he left
  11. S

    How to move a picture left or right with keystrokes

    ok i have a pic and when i press the left and right key i want the pic to move left and right BUT....... in the code window where you put code in when i look threw the Declarations on the top of the screen it dose not say keydown so can i not make a pic move left and right i hope you get...
  12. S

    set control location

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick ufo1.Location = New System.Drawing.Point(ufo1.Location.X, ufo1.Location.Y + 10) If ufo1.Location.Y = 400 & ufo1.Location.X = 32 Then ' i want it to start over a littel to the right please help...
  13. S

    picturebox keypress?

    i have a pic prob can you have a key press in a pic
  14. S

    transparent form

    can you make a transparent form?:o
  15. S

    keypress

    ok thanks but know i have timer with this code Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick TextBox2.Location = New System.Drawing.Point(TextBox2.Location.X, TextBox2.Location.Y + 5) End Sub and when it gets to the location 80...
  16. S

    keypress

    also is there a way to it will respawn faster when i press the button
  17. S

    keypress

    and what would it be for left and right:o :confused:
  18. S

    keypress

    i have a label and when i press the up key i want it to go up and i cant find the keypress code nor the code to move a label please help:o
  19. S

    RPG Game

    http://www.a1vbcode.com/code.asp?type=games or http://www.a1vbcode.com/
  20. S

    computer info code?

    it says that ManagementObjectSearcher is not defined
Back
Top