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 have no knowledge of modules but i think im along the right lines, i have built this code but still have one error to content with, is this code correct?? (Error 2 Handles clause requires a WithEvents variable defined in the containing type or one of its base types...
  4. 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...
  5. 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...
  6. PRo-Beaniie

    Question Key Down

    so the code would be somthing like this... Distancebar.Increment(Math.Min(DTimer.tick, Distancebar.Maximum - Distancebar.Value))
  7. PRo-Beaniie

    Question Key Down

    yeah there is somthing else i dont know wether your familliar with this code but is there a way to link this code to a timer like have the progress bar increase for the seconds elapsed... this code is designed to stop the progress bars exeeding thier maximum value...
  8. PRo-Beaniie

    Question High Scores...

    So would I use a list tool from the tool selection such as 'list view'? i just want the top 5 scores listed in the HUD ... I honestly have no idea how to code this at all ive just done some reasearch and it looks like ill have to use databases and other stuff like binary code just even store...
  9. PRo-Beaniie

    Question Key Down

    Thanks ill give it a try :)
  10. 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 ?
  11. 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...
  12. PRo-Beaniie

    Answered Progress bars...

    yeah this works pefectly thanks guys. i love this forum i have learnt so much from you guys ... :) Many Thanks ,
  13. 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...
  14. PRo-Beaniie

    Answered Closing Button...

    ok many thanks ... works fine :)
  15. 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...
  16. PRo-Beaniie

    Answered Audio Files

    Thank you good sir for all your help on this subject everything works perfectly ... :) 'And im a bit more knowledgable on the subject' Many Thanks,
  17. PRo-Beaniie

    Answered Audio Files

    This Works Beautifully many thanks to you guys :) ... dont suppose your guys would have any ideas on how to loop a wav file as well ?
  18. PRo-Beaniie

    Answered Audio Files

    AHAAAA life at last thank you for your help guys..... i moved it from event load and put it into a button howver this now means that the user has to click the button when ever he/she whants to hear the tune is there any other way to makt the audio start when the form becomes visible...?
  19. PRo-Beaniie

    Answered Audio Files

    i looked at your link its based around visual studio VB does not have a media player tool
  20. PRo-Beaniie

    Answered Audio Files

    I have just converted my audi file from a mp3 to a WAV and its still not playing when the form loads heres the code but i cant see any errors ... Private Sub Menu_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Splash Screen Load...
Back
Top