Advertisement

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

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Top Delphi Solutions: 1 - 25 of 100
 
Hi, I'm referring to previous question titled Decode hex text file into viewable bitmap image, which targeted VB.NET development. http://www.experts-exchange.com/Programming/Languages/.NE...
I've recently upgraded to Indy 10 and I'm having some issues with SMTP via SSL. My most frustrating problem has been locating the appropriate version of the libeay32 & ssleay32 DLLs. I looked ...
How get information about Processor: - number of processors (not cores) - temperature - name (like "Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz") - description (like "Description: x86 Fami...
I need to load simple text file to memo1 component and it is done easily by .Lines.LoadFromFile. Same with text save to file from memo1- .Lines.SaveToFile How can I add UTF-8 text format su...
Sending Text Messages using PC to my Mobile Phone Anybody knows how to communicate delphi application to any mobile phone? Like for example instead of using my Mobile phone for texting (which...
Hi experts, is there a way in Delphi of appending a TStringList to a text file. SaveToFile only overwrites the file but doesnt append to the end of the file. Thank you
Hello! I have a simple Delphi 2007 app with a button and a THTTPRio component. I have used the WSDL importer to got the the methods from a webservice. When I call some method from the we...
To all expert, I am trying to build a form using Delphi 7 and using the CoreLab MyDAC component to connect to MySQL 5.0 server.  In the form, i place a dbImage control and connect to the tabl...
Hi, I want to write firefox extension that woud monitor every page that is open tries to find some element in it (div or button) and gets its valule for example <html><body><div id="test...
Hello, is it possible to totally hide the right panel (Recent documens) on an Application Menu of DxRibbonForm? I'm using Delphi Thanks
I am a fairly experienced Delphi and PHP developer but I am just starting to use Delphi for PHP. I want to develop an application that connects to a MySQL database (using Delphi for PHP). I ha...
I have created compound components for BDS 2006 and Rad Studio 2007 by placing several controls on a frame, right-clicking on the frame and selecting Add to Palette. the resulting palette entr...
Hi expert here is my problem, I am looking for a piece of code. I have a dbgrid with info in it (my sql request work find) but i want to be able to click on the column and when i do that...
delphi i have code below i want to set a input focus on text box once the radio button is enabled how
Hi all! I'm making a program, in Delphi 2009, and I need to make a function with a parameter in a threaded object... Ok... More "clean" explication. I have a GUI with a ListBox and a Downlo...
I want to make an addon to IE using Delphi,can some take my hand to start doing this,by a tutorial or a guide ...
I am using Delphi TWebModule to write a Web Application.  When I first started basically everything was scripted; I simply spit back a concatenation of files and other logic in TWebResponse.Co...
I have a Delphi 5 application using a TRichEdit control. I use the command         SendMessage(RichEdit1.Handle, EM_LINESCROLL, CharPos, 0); which is intended to scroll to a particular c...
I'm installing "Barcode Components for Delphi" by "ZORN SOFTWARE" in my Delphi7 platform. Barcod Components consists of 4 components : - TZBarcode, a general purpose Barcode component; - T...
I have seen examples in PHP where a exe is called using shellexec and the result is captured. $output = shell_exec('MyApp.exe parameter1 parameter2); echo "<pre>$output</pre>"; In Delph...
I am trying to use TOleContainer to show a Powerpoint Presentation within the main form of my Delphi application. As you can see from the attached code, I am part of the way there. How d...
My question is 2 part: 1). I have a legacy Delphi 7 application that  has a very large file and uses a saved double value to find items  when seeking in the file. It always stores just inte...
I have an input string A which I would like to compare to  strings stored in a SQL table to determine which string in the table is the closest match to string A. How do i do this? The re...
I require the scroll bars on a TPanel to be activated.  I used ShowScrollBar(SitePlanPnl.Handle, SB_Both, True); to display the scrollbars but they dont function.  What else should I do to ...
Allo experts,  I have thiws error : [Pascal Error] EmailLogIn2.pas(172): E2010 Incompatible types: 'IDispatch' and 'Cardinal' When I run the code the fallowing code. I want to find a way...