Recent content by Kresimir

  1. K

    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 between additoon/subtraction/multiplication and i copied and pasted and changed the operator( + - x). I...
  2. K

    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 running but if i try to code it to do it itself how do i do it? I tried textbox.appendtext(vbback)...
  3. K

    Are there any softwares for the Nokia N97 mini to watch movies?

    I would like to put some japanese animes with english subtitles on my phone to watch when on the move but, i don;t wnat to convert them all to .mp4 or wahtever it is to be viewed. is there a software that i can transfer from my computer to the phone and if so what folder and what is the...
  4. K

    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 resources. Please tell me how to import it into local resources and what i type to put the .wav file in...
  5. K

    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 resources. Please tell me how to import it into local resources and what i type to put the .wav file in...
Back
Top