Gents,
I already use the following function to get the volume label using a specific drive letter. I need to be able to scan each connected drive and call this function for each drive. (Unl...
Hello,
I am trying to make a call to the stored procedure SP_FKEYS from MSSQL 2005 using BDE And ODBC.
If I make the call using the management studio, I get 14 columns : PKTABLE_QUALIFIER,...
Hello,
I need some help, I would like someone to create me a demo source code if possible for the following thing:
I need two apps, a client and a server, made with Indy 10, and I would like...
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...
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...
What does this framework mean
framework - In object-oriented systems, a set of classes that embodies an abstract design for solutions to a number of related problems.
Can elaborate what doe...
I want toload & an XML file, from an TMemo. directly into an TWebbrowser, showing the complete XML code incl. this nice collapse function of the IE,
what is the best methode to go for this? ...
I know that I can visually represent the hierarchical structure of a HTML document using a TreeView component. However, how what would be the best data structure to use to store the same hier...
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...
No idea what is happening in my Delphi program
On one form, when I call the .show method, I get a EAbstractError exception
No idea of what to do to fix this
I#m using a stringlist for collecting all error and others information in my software project.
The stringlist is defined in my Mainform and share as a property with many other forms.
I use a...