User Profile
Collapse
-
Visual basic 2008 express edition
how do you make an object move using up left right down arrow keys in 2008 express in run time -
Timed Random number in 2005 Express
i have been trying to set a amount of time a random number has
like
...Code:TextBox6.Text = CStr(Int(Rnd() * 10)) ' This variable will be the loop counter. Private counter As Integer Private Sub InitializeTimer() ' Run this procedure in an appropriate event. counter = 0 Timer1.Interval = 600 Timer1.Enabled = True -
i dont mean to be bothersome but al this is in 2005 express sorry about this i was woundering why the code wouldnt work sorry to wast your time but ill be glad to give you the code im working on
...Code:Imports System.IO Public Class TileTest Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() -
Im Sorry if im impatient im new to these online fourms and can be demmanding at times but all is good i forget the time to time the help people give out im trying not to sound rude but im sorry if i am im also new to programming and us to the real world fast pace get there get it and get back as quickly as posible and programming to me is like frogger with a 10 lane highway with cars going 75miles an hour ...... any who back to the topic all what...Leave a comment:
-
-
ive tried that but it dosnt move the picture1 anywhere if i can get it to mave and still have the screen centered on the picture ht all i neeed i the code im trying is this
...Code:If e.KeyCode = Keys.Left Then CharacterLocation.Offset(-1, 0) ElseIf e.KeyCode = Keys.Up Then CharacterLocation.Offset(0, -1) ElseIf e.KeyCodeLeave a comment:
-
Keydown event in visual basic 6.0
i have tryied about everything to get a picture to move in code using visual basic 6.0 i need help i would like to move unit(man) to move while to screen is centered on the picture but i cant seem to get it to rea the key down and key left and key right and key up buttons on key board please help to get it to work
No activity results to display
Show More
Leave a comment: