Hey Brewingone<br>Well in my inexperienced state I can only give you suggestions.<br>a) Have you set compiler directives (I dunno, might help since it sounds ...
ihave a quiz that uses 5 forms the choice of question on the 1st and three radiobuttons stating how long to do the quiz 20seconds 30 and 60seconds . The ...
I need to write a program that prints out the prime factors of an entered number the output should look like this <br><br>Enter a number: 140<br>Prime Factors:...
Go to borland.com and join the Community, there you will find the code section. I think the last time I checked people had uploaded 6000+ blocks of code, ...
Lithium and TurboCharlie! May I suggest that the club possibly be moved to groups.yahoo.com? It is basically the same as here with more features. You can ...
I would think you could use a linked list controlling position on the list by a timer that you design. Don't know your level of experience but it shouldn't be...
I Thank You for considering this mess but its to complex to send. Just providing a description of function might cause someone to start drinking.<br>Spaghetti...
I need to populate a stringgrid, one co-ordinate at a time... but failed in all my attempts. Could someone please-please tell me how to?? What event to use, I...
Hi,<br><br>I can help you if I understand your problem better. How do you propose to populate the string grid ? - From user input directly into the string grid...
Hi,<br>Thanks for the advice, ok, that I have to give the co-ordinates I realize.. <br>The project I'm supposed to do is a graphic display for a movie theatre ...
Hi, I want to make a client-server application. <br>At the Client side I'm using Turbo Pascal, and at the Server side I'm using Borland Delphi.<br>Can I update...
I am new to Delphi, and trying to write a MUD client in it. I have some years of PASCAL, but have been out of the loop in that area for a while too, so I am a...
Hey All,<br>I'm writing a program to control the mouse with the keyboard. I have the movement working correctly.<br>But how do I simulte a mouse click. The...
i have a quiz that uses 5 forms the first one has the choice of questions and three radiobuttons stating how long the user has to complete the quiz in there...
I think thaat question has recently been asked in here... Look back at the posts.<br>Other wise I will give you an answer after monday.<br>Thingy_ma_bob...
'Field <Field Name> does not have a corresponding component. Remove the declaration?'. I keep getting this error when I try to compile and run my ...
Welcome new members! I'm back again, yep, this time after deleting my entire HD and reloading it all, which was annoying since i did this 8 times....i think ...
hi lithium381<br><br>i enjoyed your reading your PAS-files and used your mouse program in my redevelopment of programs i wrote in the 80s.<br><br>Is this ok ...
Sure, it's all out in the public domain, anything that i've made that is, some things up on my page aren't mine, and it should say something to that extent. ...
I was making a simple program to run an .exe file )For a front end I'm using) and I can run the program, however, it's not changing the active directoy yo...
I'm uaing free pascal, and chdir is no where to be found in any of the help files. I tried diffrent commands like that, but couldn't stumble on the exact ...
isnt there an online document with a list of commands(dont;' ask for a link because it was SO long ago i saw it)...but if it doesn't have one i'd be very...
I realise this is off topic, but that's fine, this is a free speech club! But i just need to know if anyone here plays drums, or knows anything about MIDI...
I am a recient addition to the pascal programmers club. I am using the Borland Turbo Pascal Complier version 7. I am looking for a routine which will convert a...
You cannot convert it because they are 2 different types of data, as LONGINT has 32 bit, signed and WORD has 16 bit, unsigned.<br>They have the same binary...
ok I got anew problem this time I have to write a program for a hospital to compute and print a statement for each patient. The program has to ask the user to ...