2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Top Delphi Programming Solutions: 276 - 300 of 321
 
Hi, I want to select values from my DBGrid. I want to use the selected values for query. There are 2 variables - 1-st is Truck_no and secound is Date. Please help Vaalar
Hello, I need someone to translate the attached code from PHP to Delphi. Please provide me with the fastest way to download the page in the loop. Thanks.
I have a Delphi app that uses RTF documents for it's reporting system. I am needing to know if there is a (cost effective) solution to creating a PDF file from a RTF file.
Hi, I want make recovery files programme at delphi.. How i can this... how i can use method? regards
Hi, I'm trying to make logger for my computer (its Windows 2003)... In onCreate of form i gave: Hook := SetWindowsHookEx(wh_journalrecord, play, HInstance, 0); I made it to run as Administr...
Good day I use a component AutoUpgrader Pro! from www.appcontrols.com in my applications, but I have upgraded to delphi 2009 now   I tried and contact this company again to ask for a delp...
I need code to parse an XML structure: It is basically the following structure -report  + emergServices  + transServices     + transAutoServices         - transAutoService           ...
Hi Folks, I have 2 directories. Dir1 contains only flv files. (source directory of conversion program flv2mpg) Dir2 contains only mpg files. (output directory of conversion program flv2m...
I need disable taskmanager on WinXP and Vista, this code below given error on vista. Please help-me.
Dear Experts, I have an example with a Treeview, 2 DbRichEdits and 2 Buttons on it. The 2 buttons are for making a file-node and a folder-node in the Treeview. The Treeview-nodes along wi...
Hi. I defined a class that implements an interface as follow: TmyClass = Class(TmyControl, MyInterface) ... When the reference count goes to 0, _release frees the object. TmyControl ...
Hi All. I am trying to undestand what are the advantages of using interface in delphi. I have already learned the basical things like how creating a new class that implements one or more i...
I have been playing World of Warcraft for years and got into a conversation yesterday with my wife about how bots work..  (it came up in our guild) I told her that they read memory to gathe...
I have a custom component, which has a property called Regions, and this is an enumeration.  It seems to be working fine in the Object Inspector. The problem is that I can't figure out how ...
I would like to do it from main menu. Maybe with opening of some dialog box with TEdit for inserting of path to the picture. What is the simplest way?
Hi I have a Zebra LP2844 printing light, I tried blowing off the optical ports below the label path with no improvement.  Any tips much appreciated. TIA
I'm in the process of converting my app from D2007 to D2009. Everything was fine, until I tested it on Vista. For some reason, all the TLabel components, including those on TLabledEdit co...
Hi Folks, I have a list of ip addresses. Each of them falls within a group of ip adresses. How can I check those ip adresses and find out which one falls in which group? The list I have ...
I have one application which mainly i use as GUI. Within this main VCL thread i have components that create some secondary thread. The worker thread do some work and update the GUI. In orde...
I'm looking for a component or sample code or inexpensive or free toolkit (or dll even) to allow us to convert a pdf version 1.6 to tiff using Delphi 7. Any suggestions?
What is the best way to generate the answer choices for the user to select? I am writing a multiple-choice training application. There are two tables: one for questions and one for the cho...
Hi Experts, I found a source code on the Internet that shows me all mssql servers in my lan, now my question is if i can adapt it to work with MySql servers too. I use AdoConnection with ODBC...
This question follows from this: http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24463129.html "Hi, what i need is how to make wordwrap works in a TRichEdit?, taking ...
Dear Experts, I have a Delphi 7 Application that demonstrates various tax and social security benefit policy options.  In some places you have a list of taxes displayed on a dialog box in  a ...
I'm trying to make sense of ServerSocket and ClientSocket in Delphi 5 by writing my own little chat program - like many others have. I have separate server and client programs - the server run...