QUOTE(PennyBoki @ 20 Jul, 2007 - 09:35 AM)

Hi, I haven't work in RadStudio and since this is a visual prog. I have only suggestion to make. That would be the use of the same Start button as a Restart.
Just after it is clicked as a "Start" then change the caption as a "Restart", and according to the caption value do the code that needs to be done. I say this since you didn't mention you have a problem with the Start button.
As for why it is appearing randomly I have to see the code or something.
Yes excellent idea, thanks.
As for the code there is nothing complex, simply a restart button which has a visible property of false and I use RestartButton->Show(); to make it visible when the game ends...
I have another query which may sound pathetic to experienced people but... here goes:
I want to start using WinAPI to take control of my system and documents on this subject I have all use Visual C++ not Borland. I have tried a simple dialog box program and this works fine but when I try a full window the compiler throws up strange errors like unrecognized character '" which I can't understand and also unrecognized variable when it is defined in the precompile directives. What do I use in BorlandC++ to use WinAPI or am I better using VisualC++?
Cheers,
Carl.
This post has been edited by Skinner: 20 Jul, 2007 - 12:21 PM