Search:

Type: Posts; User: D-Lyrium

Search: Search took 0.03 seconds.

  1. Thread: Starting Out

    by D-Lyrium
    Replies
    7
    Views
    1,072

    In the UK we leave school at 16, and go to...

    In the UK we leave school at 16, and go to college for 2 years. I think you guys stay at school until you're 18, right? So our Uni is like your college.
  2. Thread: Starting Out

    by D-Lyrium
    Replies
    7
    Views
    1,072

    It's Software Engineering, so there'll probably...

    It's Software Engineering, so there'll probably be a bit of game programming involved (or at least stuff that COULD be used in game programming), at Bristol UWE. I've just finished a BTEC National...
  3. Replies
    94
    Views
    104,977

    That is so completely badass.... It would be...

    That is so completely badass....

    It would be even better if you could get it behind desktop icons too, but even so, it rocks ;)
  4. Thread: Starting Out

    by D-Lyrium
    Replies
    7
    Views
    1,072

    Starting Out

    I'm leaving college in two weeks to go on to University, and I'm studying programming. I'm fairly good at VB (and have a background knowledge of C too), and I was just wondering how to start dabbling...
  5. Replies
    2
    Views
    409

    As Static said, why not create a fuction to clear...

    As Static said, why not create a fuction to clear all the controls on the form (except the two listboxes obviously), and run that function when you change the parent company?
  6. Is this possible? (Concerns arrays and objects)

    Ok, so I've got loads of textboxes on a form, (not all of them are shown at the same time). They're all named P1 to P35.

    How can I use a counter to go through each of them in turn and put a number...
  7. Replies
    5
    Views
    627

    Is it not possible to save the file as a .txt...

    Is it not possible to save the file as a .txt instead of a .doc or whatever Word saves it as?
  8. Replies
    5
    Views
    627

    Re: Microsoft word and VB...

    Have you TRIED doing it that way?
  9. Replies
    4
    Views
    575

    Sorry, here's the code when you enter your name:...

    Sorry, here's the code when you enter your name:


    Type HighScoreType
    Playername As String * 40
    Playerscore As String * 3
    Playerdate As String * 8
    End Type

    Public HighScore(10) As...
  10. Replies
    4
    Views
    575

    Weeeiiiird Problem..

    Ok, my Hangman game from earlier posts is almost complete, but I have a really weird problem.

    When a user gets a high score, and enters their name, a piece of code excecutes and shows the high...
  11. Replies
    1
    Views
    306

    Argh! So Close To Working..

    Count = 1
    While Count < Len(mdlRandom.strTarget)
    If strDashes(Count) = "" Then strDashes(Count) = "_" 'If there's nothing there, put a dash in
    Count = Count + 1
    Wend

    Count2 = 1
    While...
  12. Thanks :)

    Thanks :)
  13. Finding Multiple Occurances Of Characters In A String

    I'm trying to make a Hangman program for a project, and there are two main things that are stumping me so far. The first I'll have another go at and retreat back to the boards if it beats me ;)

    As...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width