Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Top Delphi Programming Solutions: 1 - 25 of 315
 
Hi Experts, I'd like to simulate the mouse click within the form without affecting the mouse moment. Could I please have examples of code.
Hi Experts, Delphi app using an Access db. Trying to archive deleted records to a text file before deletion. (I'm testing this from a form button currently, but would integrate it in to the...
How i can do this actions from Delfphi aplication to opened FireFox Browser window ? 1. Select all links 2. Submit exsisting form 3. redirect this windows
Hello, I would like if somebody would be able to provide a simple demo code for sending screenshots (BMP or JPG, although JPG would be better), using a memory stream (I dont want to save the...
I added a RadioGroup, name=rbGroup1, to a form.   I used the Items property to add 4 buttons to the group. and the ItemIndex property to set the default.  I am also able to enable or disable t...
I'm attempting to make my delphi application run in Vista, and when the BDE attempts to read the PDOXUSRS.NET file, it fails.  I changed the net dir in bdeadmin to my user directory, so that i...
Found this really cool type library;    http://vbnet.mvps.org/index.html?code/imageapi/mswaidll.htm Believe this will do everything I could want with  webcam input. Having trouble figuring...
Hello All, There must be a simple solution to this but I can't see it. If you declare a TThread class in the same module as your TForm code then the compiler recognises its protected  "T...
Is there any expers here that has got idftp download progress bar to work if so. I need to be able to donwnload and upload mutiple files IdFTP and show a progress for each one. I just need...
While applying updates "applyupdates(0)" to tables in my local access-databases, used for storing temporary results, works well, I have so far not been able to apply updates to any table in my...
I am looking for a working example of useing INDY idftp to populate a treeview with all the folders on the ftp and subfolders . When you click on the treview and expand it any files will show ...
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 have a Access Database and a Field of Type DateTime; When I try to Locate, Locate always returns false, record not found. Here is my Code: var   date_ : TDateTime;   s_date : Stri...
I need to convert an integer to a string. Cant find it in the new helpsystem, im drowning in irrelavant information there. If u can help me out and also show me where in the new help system i ...
Hi. I want to copy a folder with all files inside, to another folder. The problem is that i don't want the "Copy File dialog" window to appear. The user should not see or press the cancel...
Having just experienced that wonders of TClientDataSets, and how it speeds up everything, and allows for multiple users of my application, I am left with the problem that the application takes...
1st thing . I can not get this progress bar to work . It downloads the files for sure but progress bar will not work on this idftp 2nd thing is i can download files with the extension .txt...
Im made a dll to intercept the "send" calls to the ws2_32.dll and modify the buffer before send the info. I need increase 1 byte the packet length to add a byte to the of the buffer. I use thi...
i tried to googling for nmudp(Fastnet), i found that component was used prior to delphi 6, but my delphi is delphi 2007. i also found indy and ip*works components have that methods but its fo...
Hello Guys I have a table with two fields Image_cod   = The code of image Image_blob  = The image jpg I have 1000 image recored in my table, they are Jpeg image recorded. I would l...
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 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...
I start Excel using the following code:- oleContainer1.CreateObjectFromFile('C:\test\master1.xlt', false);   oleContainer1.DoVerb(0);   xls := OleContainer1.OleObject;   if oleContainer1...
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 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...