Does anyone know how output and input with the<br>computer's ports? Under the help menu I found one command<br>"port[index]" but that doesn't tell me much....
the port[index] is the command that you use to access those ports. 'index' here is the address of your port. For example, the normal parallel port address ...
hrm, wave? mine has wave, fm, and cd audio, along with mic..... i just need a program to produce a specified tone on the SB!!! i've searched everywhere for it,...
First of all, you can toggle a bit by masking it either using AND or OR or XOR command. It depends on how you want the program to run. I hope that you know how...
Check:<br><a href=http://www.borland.com/devsupport/pascal/ target=new>http://www.borland.com/devsupport/pascal/</a><br><br>A patch page (I have used the patch...
I am certain that most of you are aware of a growing technological movement called 'Peer to Peer' or P2P for short.<br><br>Morphtek.com Inc. has created an...
Write a function that will create a palindrome from any given string. A palindrome is a string that reads the same may way backwards and forwards. The ...
Program Strings;<br>Var<br>String1, String2: string;<br>i: integer;<br>begin<br>Writeln('Enter the String to be Palindromed');<br>readln(String1);<br>String2:=...
hi there<br><br>not quite a delphi/pascal question but i'm using pascal to write it so here goes....<br><br>does anyone know how to set the wndproc for a...
i feel your question is a little abstract.<br><br>a little more of how/with what/using would be appreciated. <br><br>but on a faciscious note, you can display ...
I must admid I have not tried this.<br>Check getwindowclass(AwndClass :TWndClass);<br>You will have to make an new class(Name)and make sure you have a...
Um, well ive never actually attempted an undertaking of such a sub, but i think it can be done, SOMEWHAT easily...keeping track of the coordinates shouldn't be...
hi there<br><br>thanx... it sounds so logical yet i never even thought of it. I've been always trying to get the lpfnwndproc var from a predefined class ...