User Profile

Collapse

Profile Sidebar

Collapse
Dracitus
Dracitus
Last Activity: Feb 10 '08, 03:28 AM
Joined: Feb 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dracitus
    started a topic Visual basic 2008 express edition

    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
    See more | Go to post

  • Dracitus
    started a topic Timed Random number in 2005 Express

    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
    ...
    See more | Go to post

  • Dracitus
    replied to Keydown event in visual basic 6.0
    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()
    ...
    See more | Go to post

    Leave a comment:


  • Dracitus
    replied to Keydown event in visual basic 6.0
    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...
    See more | Go to post

    Leave a comment:


  • Dracitus
    replied to Keydown event in visual basic 6.0
    is their anyone who can help me please
    See more | Go to post

    Leave a comment:


  • Dracitus
    replied to Keydown event in visual basic 6.0
    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.KeyCode
    ...
    See more | Go to post

    Leave a comment:


  • Dracitus
    started a topic Keydown event in visual basic 6.0

    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
    See more | Go to post
No activity results to display
Show More
Working...