Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Pascal Solutions: 176 - 177 of 177
 
Hi there, We're porting one of our Delphi 7.0 Applications to FreePascal/Lazarus, but are getting heaps of compiler errors.  One of the most basic errors is that we use the Ptr() function q...
Here is my XML: <?xml version="1.0" encoding="ISO-8859-1"?> <company list="company">   <companys name="Rollsroyce AB" title="">      <task name="2008-05-15 | Install Printer">           <timeasumpt...
I have a database of countries along with their GMT offset and date and time (In GMT) that daylight saving occurs. In order to correctly interact with these time I need to find my local time i...
Gents, I am calling a Tlistbox using a regular button. (Changing the TListBox visible property) All works fine until I maximize a pannel within the form and restore it to its original lo...
hi there,   I want to know the basic difference between VCL and ActiveX control from the Delphi perspective. And why VCL are not thread-safe, but supports multi-threading.   Could you pl...
need a  faster way to get width and height of a bitmap that my current solution      var     LBitMap  :   TBitMap; begin        LBitMap := TBitMap.Create;        LBitMap.LoadFromFile(...
I need a bit of help with app. I am using lnet and synaser and trying to open multiple sockets. While I can create the sockets, I can only open the first one called. Any Ideas?
It is possibile to have a small example how to trasnfer  all files in a directory using delphi and indy?