Do not use on any
shared computer
September 5, 2008 08:12pm pdt

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Delphi Programming Solutions: 1 - 25 of 391
 
FIND OPEN FILE HANDLE How to find file handle ? And it is not close, and it is open ? For example if it is open like that : FileOpen('C:\TEST.TXT', fmOpenReadWrite); and if it is NO...
I need to tell Delphi to copy a file to the server's file folder (a "shared" folder with shared access): For example: COPY THIS FILE "C:\Documents and Settings\John\Desktop\Artwork.pdf" TO ...
I try to get the following to work: { var s: string begin s:= 'www.anything.com'; ShellExecute(0, 'OPEN', s, nil, nil, SW_SHOWNORMAL); } but i get error : Incompatible types: '...
I'm extracting "hexadecimal images" out of RTF documents and I need instructions on how to convert them back to their original format (PNG, JPG, etc.). Can anyone give me any pointers on ho...
I have a stringgrid named 'Sg1' It has 6 columns and many rows depending on data loaded into it.  I need to be able to click any cell in column 0 and have the text returned as a string. Fo...
I have a thread communicating with a window via messages. I want to use PostMessage, but for some reason I seem to lose many of the messages sent via postmessage.  This happens occasionally...
I need retrieve information using Delphi 7. I do it using Kixtart. I need retrieve information and create a text file with it. I already have get all teh classes in MSDN, but i don't know how ...
Hi,    I put a couple of .PNG file in a resource file Image.res. Now how can i load these image in a TImage when im in run-time. Thanks for your help.
In Delphi help i find a lot about converting between unicode, utf8 and widestring - but i cant find anything about how to get them into a normal string. How do i convert a utf8 to a normal del...
Hi all, I have a disaster, I'm working on a very big project in BDS 2006 using Delphi win32. Everything was running smoothly until today when I click save in the IDE an error msg with "Invali...
Hi, I'd like to know how to make a certificate of my software or a digital signature recognized by my software, but we can see the famous programmes of large companies like Microsoft is digit...
Delphi How can i save a file using save dialog e.g: i have 2 file type.In my file extension i have txt and csv i want to save testing.txt in c:/ how?
I'd like an example of making a form alpha blended with different alpha values, according to a PNG image. There is an article here on how to do it, but it's all C++ and GDI+: http://weblog...
I see in borland's QC there's still an open issue since 2005 about a 64-bit compiler, with no clear roadmap about this. Are there any 3rd party options to compile a native 64-bit applicatio...
Hello, I would like to make a backup of my contact list at MSN delphi, I would like to export my list of contacts for a memo! how to get a list of contacts from my msn by Delphi? Code examp...
Hi. I want to create a simple Firefox extension for Firefox to access DOM in Firefox. Please advice about it. I need a link for needed SDK and an example of code for it or an advice. ...
I have a form with an edit box and an Exit button.   The edit box is initialized to 100. I have a function to check for only numeric is an edit field.  It fires on Edit1Change.  When I dele...
I wish to print a report on each record of a database.  How do I set up a code based report to do this? In other words  how do I get a new page for each new record?  I wish to print reports c...
I am currently making an administrative application that will be used to verify registry values at several client systems. The application has to connect to > 500 computers, and verify that a ...
I have several chunks of code that is supposed to reset the network card. One piece of code uses the hnetcfg.dll (ActiveX) and works great, BUT, it only works under Windows XP and higher. I ne...
This is the scenario: - I open a popup menu after a specific event occurs, and the main window of the application is either active or minimized. - When I click somewhere else than the menu...
Im trying to display an integer in Tedit with a space as 1000 separator. any tips?
Hi I have a ListView with some columns containing string and other columns containing integers. I know which columns that contains numbers and which ones that contains strings. If I use ...
Hello all, Im having difficulties with using HRTimer in programme. Whenever compiling Delphi shows that following: StartTimer; same with readtimer;   is an undeclared identifier. proc...
I have developed an app that hooks into a MySQL database.  It all works fine and deploys correctly on customer's system (must say I was getting an error when closing the app down though). H...