Search:

Type: Posts; User: Aptana

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    8,442

    Collision detection in Visual Basic

    My game looks like this:

    http://imgkk.com/i/gy5U59r.jpg

    The plane moves up and down, and the missiles go from right to left at a random height and velocity.

    I'm having trouble detecting if...
  2. Thread: Random Number

    by Aptana
    Replies
    9
    Views
    872

    Re: Random Number

    ^ Yeah that's it, could get it off the top of my head haha.
  3. Thread: Random Number

    by Aptana
    Replies
    9
    Views
    872

    Re: Random Number

    Do while mynumber < 5
    mynumber = Int((Rnd * 10) + 1)
    Loop

    Can't remember how to set a lower limit for a random number, lol. :D
  4. Replies
    7
    Views
    790

    Re: Adding Visual Basic controls

    Thanks for the replies, this is starting to make sense now.

    I'll speak with my IT techies tomorrow about it. Thanks :)
  5. Replies
    7
    Views
    790

    Adding Visual Basic controls

    I am on my college PC at the moment and the entire C:\ directory has been locked down, meaning I cannot add the .OCX files from the system32 directory to my components in Visual Basic. I need these...
  6. Replies
    4
    Views
    617

    Re: VB.NET style componenets with VB6

    Do you know the name of this control? :)
  7. Replies
    4
    Views
    617

    VB.NET style componenets with VB6

    One of the things that bugs me with vb6 is that all the form components look like the old Win98 theme, whereas the .NET ones look sleek and more like the rest of the system.

    Is there a way to get...
  8. Replies
    7
    Views
    753

    Re: Sorting file contents in order of date

    Thank you, I shall try it when I get home.

    And it only needs to sort about 14-50 items so it doesn't need to be particularly fast :D
  9. Replies
    7
    Views
    753

    Re: Sorting file contents in order of date

    It's for my school, they asked me to build a room booking system and they need the data hosted in a file so it can be stored on the network. I have already asked about the possibilities of a...
  10. Replies
    7
    Views
    753

    Sorting file contents in order of date

    I need an algorithm that reads through a text file, and sorts each line in order of date. I have some idea of how to do this, but I'm afraid my VB knowledge isn't good enough for me to actually...
  11. Replies
    4
    Views
    479

    Re: Help with ListView

    Thanks very much :D
  12. Replies
    14
    Views
    634

    Re: We've got swine flu!... maybe.

    Care to elaborate?
  13. Replies
    4
    Views
    479

    Re: Help with ListView

    Yeah I'm not importing from a db, just reading a file into an array and adding it from there. Thanks for the help :)
  14. Replies
    4
    Views
    479

    Help with ListView

    I decided to use ListView instead of a FlexGrid because i've heard FlexGrid is bloated and a lot more complicated, and I'm having trouble settings ListView up.

    I need to have 5 columns in the list...
  15. Replies
    14
    Views
    634

    Re: We've got swine flu!... maybe.

    Really? You should let them know it's no more harmful than the common flu virus :/ Laying someone off is just stupid.
  16. Replies
    4
    Views
    1,013

    Re: Writing to and reading from INI files...

    Thanks for the help :)

    After a bit of thinking, I'm wondering if it would be better to use a line-by-line structure for what I want, rather than an INI file. For example:
    ...
  17. Replies
    15
    Views
    1,037

    Re: Register page...

    Didn't show for me, I don't have ABP or NoScript, I have JS enabled too :/
  18. Replies
    15
    Views
    1,037

    Register page...

    Just a heads up, on the register page there is an anti-spam question about a toolbar, and it asks you to enter the 3rd item on this toolbar.

    problem is, the toolbar doesn't actually show in...
  19. Replies
    4
    Views
    1,013

    Writing to and reading from INI files...

    I have an A-Level computing project coming up, and my task is to build a computer room booking system.

    I am going to use a FlexGrid to display the data of each room, and I wanted to retrieve this...
Results 1 to 19 of 19



Click Here to Expand Forum to Full Width