Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Delphi Programming Solutions: 151 - 175 of 8490
 
Okay, for the current project I am working on I can only use the MSXML type library that I've imported from C:\WINNT\system32\msxml3.dll and absolutely NOTHING ELSE! I am not looking for an al...
I'm not that familar with databases so this question may be impossible to solve or sound stupid to you, but I hope you understand it :) I have selected a record in a TQuery and wants to ins...
Hi everyone, I'm a delphi 5 programmer and I'm using indy 9 to send a SOAP file, this is pretty new to me but I was able to create a idhtttp object and connect to the right url but when I post...
Can anyone help me, I would like to save a quick report in pdf format programmatically without first showing the report. I'm using Quick Reports 3.0 and delphi 5
Ok, my problem is that I can not figure out a very fast way to process file information.  I've tried using TFileStream... not fast enough, loading a file into a tmemorystream... not fast enoug...
hi could anybody tell me how to disable certain keyboard keys ie Ctrl, Alt, StartKey, Tab, ESC, F1, F4, Backspace, Del as i am lost with this would it be anything to do with hooking the ke...
Hello, i  load image that real size is  700x500 and would like to change image size on run time to 300x200.  Please show me examples how to do it. My Image is JPG format.
Hi guys, I have the following code in php (uploadfile.php): <? if(isset($_FILES['file'])) { $arquivo = $_FILES['file']; $ziparq_dir = 'Myfiles/' . $arquivo['name']; if(move_uploaded...
I need simple program to rotate entire screen contents by 180 degrees - screen contents have to be updated also so basic tbitmap with scrcopy and bitblt is out of question. Do I have to hook...
 Part 1 of this is here : http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_20604284.html   I suggest you read that question even if you can't answer it, as it pro...
Hi Experts, I am building a Delphi 7 app using MS SQL 2005 Express db. Can you please show me how a correct INSERT, UPDATE and SELECT statement should look if using ADO components? I ...
I want to lower the priority of my main thread because the real work is done in separate threads. It is a tray application so most of the time the main thread does not work much. Is it possi...
Hi to solve scroll problem in dbgrid (delphi 7) I use: procedure TForm1.ApplicationEvents1Message(var Msg: tagMSG;   var Handled: Boolean); var   i:smallint; begin if msg.message=WM_MO...
Hi, Does anyone knows where can I buy/find a) delphi to visual basic and b) delphi to java conversion tools???
This is the first part of a three-part question series.  I'll post the other parts after this.  They're related, but different enough to merit another topic and more points.  This question is ...
I have installed Delphi 7 and Visual Studio 2005  that brings Crystal Reports.  I can import Crystal Reports to delphi 7?  How must I do it?
Greetings experts, I was wondering if anyone could provide me with some tutorials (both in depth and basic) which detail how to use the Treeview component. Although i have no problem using ...
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.
I have a XML in a TXMLDocument. I want to change the StyleSheet (XSLT) on the fly. How can i do that?
Hi. I'm trying to copy a label caption to clipboard using :  Clipboard.SetTextBuf(Pchar(Label1.Caption)); ...But the text is not english and i get strange characters when i'm trying to pas...
Hi, I wrote a Delphi application that is used by many people over a network. The application executable resides on an NT network drive. There are no DLLs involved. In general, the program r...
Hi Experts!!! how can I Transcode Multiple mp3 files at once with VLC Media Player??
Let's say I have a RichEdit and the text in it is <HTML> <HEAD> <META NAME="GENERATOR" CONTENT="PP HTML-WRITER"> <TITLE>ddd</TITLE> </HEAD> <BODY bgColor=#ffffff> <P>Hi Tim,</P> <P> ...
     I need copy data from table 1 to table2. I have 10 table s, the biggest  table  have 5000 records, the smallest table have 1 record. I use 2 progressbar s to display when copy,1 progress...
Hi, I need a sample code to implementing a speed limitation procedure for IdFtp (indy ftp client). I know that I should use TIdHandlerThrottler, and in the indy official site there is a ...