Search:

Type: Posts; User: alcoholic

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,638

    please help visual c++ edit control boxes

    hi all

    i was just wondering if i create a edit control box and i have a scroll bar in my dialog box how can i get the edit control box to display the position of the scroll bar ie position 0 is...
  2. Replies
    1
    Views
    1,359

    calling methods

    can anyone please help me

    I am creating a user interface but i wish to open and close the serial port. I want to declare these two methods in a seperate file and then call them just before my...
  3. Thread: visual c++

    by alcoholic
    Replies
    0
    Views
    996

    visual c++

    i want to create a new window which will have two scroll bars in the center of the window one that is horizontal and one that is vertical. when the bars are moved i want them to place the position...
  4. Replies
    1
    Views
    823

    quick question

    i have a program which performs several actions but once it has completed these the program exits. how do i get the program to return to the first prompt so that it can repeat the program again? I...
  5. Replies
    1
    Views
    1,044

    reading input

    I want to do a standard prompt to ask a user to input an integer value and then read this value and assign it to a unsigned char which I have already initialised so that the unsigned char variable...
  6. Replies
    6
    Views
    2,232

    could i mail you my code in full so that you can...

    could i mail you my code in full so that you can spot why it wont send the bytes to the serial port??
  7. Replies
    6
    Views
    2,232

    serial port still wont work

    Below are first my main file and then the port write function I have got no errors but i dont know where I am going wrong as the 3 byte protocol still wont send to the serial port!! can anyone help...
  8. Replies
    4
    Views
    1,246

    yep tried it

    i tried that but i have got probs in my main what should i have in there other than
    /*
    *
    * controller.cpp
    *
    *
    *
    *
    */
  9. Replies
    4
    Views
    1,246

    sorry

    no i didnt ignore your suggestions i just couldnt get them to work!
    could i email u my code so you could have a look at it??
  10. Replies
    4
    Views
    1,246

    problems with portwrite functions

    i need to write a 3 byte protocol to it with the first byte containing 255 the second 1 and the third 127. but in my port write function it gives me an error function does not take 3 parameters
    my...
  11. Replies
    1
    Views
    1,630

    sendng bytes to a serial port need help

    i think i have managed to open the serial port but i need to write a 3 byte protocol to it with the first byte containing 255 the second 1 and the third 127.
    how would i go about doing this iam...
  12. Replies
    3
    Views
    1,525

    re

    yeah cheers mate that would be gr8
    :)
  13. Replies
    1
    Views
    1,137

    please help serial ports again

    does anyone know how to write a program to send a certain number of bytes through a serial port??
    thanks in advance
  14. Replies
    3
    Views
    1,525

    serial port manipulation

    I was looking for some help on how to manipulate a serial port and so therefore control a remote control car. If anyone knows where I could find a library on how to manipulate serial ports or how to...
Results 1 to 14 of 14