Search:

Type: Posts; User: sytaylor

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,505

    There is a properties tab and an events tab. The...

    There is a properties tab and an events tab. The events tab only seems to let you apply pre-written events to other events. Taht sounds strange but what you have is something like

    Onclick [...]...
  2. Replies
    5
    Views
    3,505

    Indeed, but for a checkbox when you do that you...

    Indeed, but for a checkbox when you do that you simply get the OnClick event and not the OnClickCheck event. Maybe if i called it a combo box? It has a series of checkboxes in a list, and I need the...
  3. Replies
    5
    Views
    3,505

    I guess nobody has used borland much huh? :( Oh...

    I guess nobody has used borland much huh? :( Oh well, thanks to anyone who read this thread anyways.
  4. Replies
    5
    Views
    3,505

    checkboxlist in c++ builder 5

    Hi guys, I've got a program I have to write in Borland C++ Builder 5 and it uses a checkbox list, anyone know how to create code of the OnClickCheck event? I can't figure it out! Thanks!
  5. Replies
    6
    Views
    1,883

    I made the modifications suggested and its still...

    I made the modifications suggested and its still simply hitting the else regardless. The reuslt it gets back from the:


    MyQuiz.Guess(UsrAttempt)

    line is false because the program is sending a...
  6. Replies
    6
    Views
    1,883

    *Utterly shameless bump* Sorry guys but im...

    *Utterly shameless bump*

    Sorry guys but im totally lost and don't know where to start with this issue. I'll accept URLS at this point! Its the one key issue stopping the whole thing from working...
  7. Replies
    6
    Views
    1,883

    It appears you are correct its getting a null...

    It appears you are correct its getting a null charachter. I'm not sure how to work with that?? I need the charachter the user is inputting to answer the question and it seems to make sense that...
  8. Replies
    6
    Views
    1,883

    Small Problem that could be a big problem

    Folks, I've been tasked with writing a program that calls functions from a tutor provided class. It stores a essentially the functions to create a spelling test program. I ask it for the next...
  9. Replies
    20
    Views
    6,722

    shameless i know but it worked.. ok i updated it...

    shameless i know but it worked.. ok i updated it like you said but now im getting compiler errors.



    #include <vcl.h>
    //Question Asking Assignment by Simon Taylor 2004
    //TMA01 Part 2,...
  10. Replies
    20
    Views
    6,722

    Sorry for the shameless bump but i honestly dont...

    Sorry for the shameless bump but i honestly dont understand where im testing/using the array when its out of bounds even when the string has two spaces on the end :(
  11. Replies
    20
    Views
    6,722

    My appologies you are correct its an array out of...

    My appologies you are correct its an array out of bounds error. What I don't understand is how its reaching that since the array ubound should be the characters number total including spaces.
    ...
  12. Replies
    20
    Views
    6,722

    I get a compiler error, something like an out or...

    I get a compiler error, something like an out or range exception. :(
  13. Replies
    20
    Views
    6,722

    Thanks for the suggestions guys, the reason I'm...

    Thanks for the suggestions guys, the reason I'm using a nested loop is that I'm writing from a given design. The best idea i have had to remove preceeding spaces would be to change the bottom loop...
  14. Replies
    20
    Views
    6,722

    //Setup Variables int Index; ...

    //Setup Variables
    int Index;
    String Line;


    However, I think "String" may have been defined as an AnsiString in a lib file that they use or something (i'm really no good with...
  15. Replies
    20
    Views
    6,722

    The function writes a character (in this case) to...

    The function writes a character (in this case) to the screen and the logic dictates this happens when a space is not found. I want it to do that.
  16. Replies
    20
    Views
    6,722

    Well I'm actually removing "excess" spaces. So...

    Well I'm actually removing "excess" spaces. So for example if someone typed in


    " hello world "

    I would in turn output


    "hello world"
  17. Replies
    20
    Views
    6,722

    Removing spaces from a "string"

    Hi all, I'm having some serious problems with a peice of work i've been asked to do from a given design. I have been given the following .h file to use instead of C/C++'s standard header files..

    ...
Results 1 to 17 of 17