Search:

Type: Posts; User: ozirock

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    15,201

    Re: Is it possible to use cURL in vb.net?

    I noticed ASP.net mentioned when I was searching I'll look into it and see how I get on, thanks for the advice.
  2. Replies
    5
    Views
    15,201

    Re: Is it possible to use cURL in vb.net?

    Oh that should be no problem, I would have done that when I was reading my vb.net book. I'll have to dig that up where ever it is :)

    Any idea how I could control the API code when I get that far,...
  3. Replies
    5
    Views
    15,201

    Is it possible to use cURL in vb.net?

    Hi,

    As some of you know I'm most definitely a beginner so go easy please :)

    I've been looking at API and cURL and I'm thinking of creating a program for delicious which adds a bookmark for me...
  4. Replies
    24
    Views
    1,919

    Re: [RESOLVED] Code for memorising inputs

    Thanks for all your help, I'll post here with a video of it all working to show the finished product when I get a chance.

    Thanks again,
    Oisin
  5. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    I got it figured out I hadn't known about the program breaks that made it much easier to see what was happening, I didn't know how to properly fix it in the way you had originally designed it but...
  6. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    Hey, sorry for the delay in replying, I've been very busy and haven't gotten a chance to look at this project in a while. I have a bit of problem with the replay of the code, it's working, your last...
  7. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    All the new features seem to work well I needed to change the keyisdown to allow me to turn and move at the same time but I got that working. Also I had to use a - 4 instead of a mod 4 for the enum...
  8. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    I've upgraded to 2008e and the code gives me no errors, the control of the car works fine so I know that the key inputs work and so does the CarControllerAction function which you made.

    The...
  9. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    I tried the build menu like you said but it gave me, build failed.

    I have attached a screen shot of my form just incase theres something I'm missing in that. I only have a timer, some buttons and...
  10. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    Sorry it's for the three lines with carscript.values and carscript.keys in this code:


    If replayTime >= CarScript.Keys(ScriptIndex) Then
    'replay next script item
    ...
  11. Replies
    24
    Views
    1,919

    Re: Code for memorising inputs

    Hi,

    Changed the name to the correct spelling thanks BB.

    I've changed the code round the way that you said but I get an error for the CarScript.Keys and Carscript.Values lines.

    ...
  12. Replies
    24
    Views
    1,919

    Re: Code for memerising inputs

    Sorry for the delay, I've been working on a project just got finished there.

    So I changed the code like you said with the TimeSpan and DateTime (By the way I'm an engineering student, if a hammer...
  13. Replies
    24
    Views
    1,919

    Re: Code for memerising inputs

    Hey,

    I had a go at making the code like you said, I don't know how to do a timespan but I've tried to do the rest as best I could, let me know if anything is very wrong. And also the line...
  14. Replies
    24
    Views
    1,919

    [RESOLVED] Code for memorising inputs

    Hi Guy's,

    Probably another crazy question here, I have my rc car able to move by inputs I make to the keyboard of my laptop, is there a way for my vb code to record those inputs so that I can push...
  15. Replies
    0
    Views
    494

    timer, text boxs and check boxs

    Hi Guy's

    I'm trying to make a more complicated control for my rc car which involve the timer and user inputs. I have attached a print screen of my form to give you an idea of what I'm trying to...
  16. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    To power light on and off you would use the usb board to switch relays, the relays would be capable of channeling mains electricity. The board wouldn't be up to that on is own but it is possible.
    ...
  17. Thread: Using Timer

    by ozirock
    Replies
    2
    Views
    529

    VS 2005 Re: Using Timer

    Thats great thanks for the help, I made the changes to static like you suggested, the code works fine and is a lot tidier.



    Public Class Form1

    Private Declare Function OpenDevice Lib...
  18. Thread: Using Timer

    by ozirock
    Replies
    2
    Views
    529

    VS 2005 Using Timer

    Just a small question here, I'm using a timer in my program which I set to change a variable called "time". I want to put a few if functions in i.e. if time = 5 then change label colour or something...
  19. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    I picked up the rc car in Argos when I was younger, it's just a normal rc car. The other thing is a velleman k8055 usb interface board, I got that in maplin during the summer and put it together,...
  20. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Made a small video of it working, I got rid of the buttons from the form and just left the labels, here it is
  21. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Sorry you were right, I loaded up attempt two again and it worked, I don't know how I missed it, I'll work on the arrow keys some more during the week, I have a test in biomaterial's this week so I...
  22. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Thats annoying, I'm not at my computer anymore, I had to go to the lab so can't try again but I will later and I'll let you know how I get on, they were staying red when I was doing it, very...
  23. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    I was trying to have it change colour when the button is pressed and change back when the button is released, it's the changing back I'm having trouble with, sorry should have explained that
  24. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    I've one more question if you can help, any idea how to make it change back when the key is released I taught I could do below but i think it needs to be refreshed constantly or something like that....
  25. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    That is perfect, it's exactly what I was trying to do, thank you so much for all your help, your a legend. You've no idea how excited I am to head home and wire it up now :)
  26. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Ha thats it, you figure it out, well done, I'll just have to use letters instead of arrows I guess or just get rid of the buttons :)
  27. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Just to check I done it right, I click on the form, went to the properties section in the bottom right of my screen and changed the key preview property to true. That is what you mean right?
  28. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    If you add a few buttons to your form gonzalioz, does it still work?
  29. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    This code works on its own in a different form but when I add it into mine its not working, I really cant understand it
  30. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Oh wait a minute, if I don't push the connect button it wont read the rest of the code?

    I don't have the board with me, but it does connect cause I've controlled stuff by clicking buttons before...
  31. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    No that was the code in side my old form, which doesn't work for me, I have buttons on my form does that cause a problem?

    Also I notice this byval e piece of code is in both the button and the...
  32. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    I placed that into my form like below but it didn't work but it works in a new form on its own no problem.


    vb code:

    Public Class Form1

    Private Declare Function OpenDevice Lib...
  33. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Sorry I just meant I changed my code to try change the colour of the label like I had been trying to do originally but I have since deleted my attempts and replaced my button pressing code with yours...
  34. Replies
    45
    Views
    248,784

    Re: Cant figure out how to use keys, any ideas?

    Sorry about the mix up with the forums guys.

    Thanks for your help gonzalioz, I can get your code to work in a file on its own but when I try to integrate it to my original code, it has no effect,...
  35. Replies
    45
    Views
    248,784

    Cant figure out how to use keys, any ideas?

    Hi Guy's,

    I'm pretty much a newbie to vb, what I'm trying to do is control an rc car from my pc and I'm trying to do this through an interface board I have. I have code below where I have started...
Results 1 to 35 of 35



Click Here to Expand Forum to Full Width