Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Search:

Type: Posts; User: Kresimir

Search: Search took 0.09 seconds.

  1. VB.Net - Random integers turning into random floats? why?

    Sub randomsub(ByRef num, ByVal max)
    num = Rnd() * max
    End Sub

    That is my code, both num and max are integers.
    Before it worked fine, but then I added an extra option to choose...
  2. Replies
    0
    Views
    824

    VB.Net - Backspace inside textbox?

    a problem with my code is it prints out multiple lines which is what i want, but then there is 1 more newline at the end.
    How do I get rid of that newline? I can manually do it while the program is...
  3. VB.Net - How to import a .wav into the local resources?

    Hi, i was to import my .wav file into my local resources. i went to my project, resources and added it in there but then it still fetches the file from my other destination rather than local...
  4. VB.Net - How to import a .wav into the local resources?

    Hi, i was to import my .wav file into my local resources. i went to my project, resources and added it in there but then it still fetches the file from my other destination rather than local...
Results 1 to 4 of 4