Search results for query: *

  1. PRo-Beaniie

    Question scroll label in panel

    Hey guys as i posted in my last topic i needed to find a way to make text scroll i have found this solution but ive been working all day and my head is scrambled! i cant see where im going wrong here... The text is supposed to scroll down and re-appear at the top, i used a panel to define the...
  2. PRo-Beaniie

    Answered Scrolling text...

    Hey guys, its been a while scince i last posted in this forum, but now im back :P Im now studying a national diploma! Anyhoo, im currently working on this project for my next assignment however i have run into some problems. I have been looking on the net for a while, to find a way to scroll...
  3. PRo-Beaniie

    Question Passing information between forms..

    Ok, I'm getting a little fustrated, ive been trying to figure out how to allow my main from access to a sub form. what I'm initially aiming for is control of text and font color via a dialog on the main form and the results to appear on the second form, if that makes sense. Most of my knowlege...
  4. PRo-Beaniie

    Question Typer Writer Effect...

    Hey Guys, I am almost finished with my vb.net application however, want to put in a introduction the the game. the code i am looking for is code that can make the text on screen appear in sequence like a type writer... this affect is seen in many military films, is there anyway to generate...
  5. PRo-Beaniie

    Question Key Down

    Hey guys, im looking for some code that can enable a e.keyvalue event when a player hits an object on form but i also want the form to load with the e.keyvalue event disabled any one know how to do this ?
  6. PRo-Beaniie

    Question High Scores...

    Hey Guys, As you may or may not know I have made quite a nice and tidy little game. Its based around space invaders and works quite well. however because i have finished my college project almost 2 weeks ahead of the assignments release date, my tutor has asked me to tweak my project and make...
  7. PRo-Beaniie

    Answered Progress bars...

    Hey Guys, I had some trouble a while back with my progress bars exeeding their maximum sizes. I though I had fixed the problem but obviously I was wrong every time the maximum size is exeeded the application enteres debugging mode .... this is really frustrating as the progress bars are a...
  8. PRo-Beaniie

    Answered Closing Button...

    Hey Guys, I have just built a full main menu for my pc game however the one thing i cant get my head around is terminating the runnning programme using a button held within the form. I have built a button labeled exit and tried a couple of closing codes such as, Me.Close ExitApplication...
  9. PRo-Beaniie

    Answered Audio Files

    Hey Guys, Im trying to play a mp3 on my main menu for my game however its not playing...:confused: ive tried hardcoding the file to the desktop, inserting the file into the solurtion explorer and even declaring it its own sub but i get no sound any ideas ??:confused: I just want the file...
  10. PRo-Beaniie

    Answered Resetting a form...

    hey guys, Im trying to achieve a complete reset of a form i have used. I have a parent form and want to reset the second form... Im completly new to using multiple forms however some researching has lead me to this... as posted by a previous user in 2005 'if it's a form that's opened from...
  11. PRo-Beaniie

    Question image appear randomly?

    Hey Guys, im trying to make a single image appear randomly at any given time i have tryed to figure out the code for this my self however i have had no success any ideas :confused: If HPU.Visible = False Then HPU.Visible = Int((550) * Rnd() + 1) End If
  12. PRo-Beaniie

    Answered Score...

    Hey Guys, I have been trying to link my scoreboard to a progress bar, i have managed to link the progress bar to the score value however. if i score over the progress bar limit i enter debugging mode a little help with this would be much appreciated ... :) here is my complete collision code...
  13. PRo-Beaniie

    Answered Client Rectangle Problem...

    Hey guys, For a while i have been playing a guessing game with this line of code. If Sdown = True And Shooter.Top >= Me.ClientRectangle.Height Then Shooter.top += Shooterspeed End If Basically i have a shooter on the form and whenever i press the down key the...
  14. PRo-Beaniie

    Question Scrolling Text...

    i was in the middle of writing out a all the instructions for my game when i had a idea why not scroll the instructions in a box. The text i would have in this box is somthing like this... USE THE ARROW KEYS LOCATED ON THE RIGHT OF YOUR KEYBOARD TO CONTROL THE AIRCRAFT. PRESS SPACE TO FIRE...
  15. PRo-Beaniie

    Question Random Event ... Timer Trigger?

    Hey Guys, As you may have read in my other posts i am creating a game in VB.NET for my First Diploma college course;) ... Im just putting the finishing touches on the game now. However Thought to myslef why not make te game that little bit more interesting... i have a genral idea of what i...
  16. PRo-Beaniie

    Answered MSGBOX loop

    Hey Guys, Im still fairly new to VB and i have a problem with a msgbox loop in my form it bugging me as i was in college earlier trying to figure it out my friend had the same problem too but he managed to fix his loop .... i however was not so fortunate... its probably a stupid mistake...
  17. PRo-Beaniie

    Question Two Progress bars ...

    Hey guys, Im having some trouble with my progress bars in VB.Net. I am currently making a 2d game for a college assignment. The problem is i have one for health and one for reloading the reload bar works fine but when i try to code the health bar i think it conflicts with the other Progress bar...
  18. PRo-Beaniie

    Question Explosion effect ...

    Hey guys, Im trying to make an explosion effect in VB.Net, i was thinking mabye somthing like a flicker book i have 25 images of explosion in sequence i have tried to make the flicker book effect but just cant figure it out ... :confused: i have not got any current code for this method...
  19. PRo-Beaniie

    Question VB.NET Random events & Progress Bars ...

    Hey guys, Im fairly new to VB but what i have learnt i picked up fast, so heres my problem :confused: Im currently in college and have been assigned to create a VB game, i have come quite far and have managed to create a neat and tidy little rocket game in 2d. However i would like to...
Back
Top