Advertisement

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.

 
Time Tested Delphi Solutions: 26 - 50 of 169
 
Experts, I have an TObject class (TBreakData) and a TObjectList (MyBreakList). MyBreakList is a list of BreakData objects and they are displayed in a Virtual list view. The example code ha...
Hello experts, I am developing IE tool bar in Delhi 7. My query strings passed in the URL contains unicode Hindi (Mangal Font) characters. Relevant fonts are installed in my System. When I ...
folks i need an example of how to connect to sql server 2000 using delphi 7 has anyone go an example? all help will do
Hi Experts, I am using Delphi 7 and Indy 10 for a project. I receive a compiler error: "Undeclared identifier TidBytes" This is the first time I am getting this error although I have wo...
The following code works in Delphi-7 fine. But D-2005,2006 & 2007, OleObject.Document property is not available. WB.OleObject.document.body.style.overflowX := 'hidden'; WB.OleObject.docum...
Hi there! I'm looking to take a screenshot of the active window as a JPEG, and store it in memory so that I can later send it via an HTTP POST operation. I need to be able to manually adjus...
delphi Why i received "access violation at address.." error message i try to get column header name of TVirtualStringTree from another form the form name is Form2 TvirtualSTringTree ...
Hello experts, I need some sample code for making an windows service application which downloads some files at a given interval. This programme should be started at system startup and runs co...
I need to call a dll created in delphi from vb.net. Heres the delphi code that uses the dll.
Delphi i use form1 to insert data. When i click ok a message box prompted to tell me my data has been inserted . How can i auto close the form1 after i click ok on the message box.
In Delphi 7 I need to open a utf-8 encoded file, replace a token [%FILE%] with a string value, and save the modified file.   I guess that I need to use a filestream, and a widestring, but I...
I try to make a RichEdit control accept drag-drop files. If a program is associated with the file type on the user's machine (for example, Microsoft Excel for an .xls file), the contents of th...
I need help parsing a string in delphi.  The string is a file path (sometimes containing a command line arg after the path sometimes not).  Sometimes it has quotes around the path (easy to rem...
I am totally lost. I used my delphi6 and . I am lost: too much versions avaible ! which one should suit me: I need a DELPHI version that installs and runs on XP and VISTA and generates .E...
delphi i have 3 edit box i set this edit box to keypress(press enter to save record) i have one save button my save button will first be disable. save button box enable only when all ...
Hello experts, How can i change another exe icon??
Hi Experts, This is my basic setup: In Delphi, I have a main form with a button, and asociated handler. If I add the activeX to the form and call functions within it from my event handler...
i had declare variable name for TVirtualStringTree component in type clause virtualTree := TvirtualStringTree; but still i received this message Field Form.virtualTree does not have a co...
I would like to develop an application for mobile device that runs on windows ce. Programming language I use is borland delphi 2007 professional. Is this possible at all?
Hello experts, I'm developing a simple chat program using Serversocket and Clientsocket, I'm looking at my code for at least 1 hour and cant find the error. Where is the damn error in this...
how to allow only one checkbox can be check at a time in TVirtualStringTree below is my code
How can i filter in adotable if i have a space in a field name(access database). Example:
Hello, I created the function attached to strip all the punctuation from a string. It seems to work except for the " and ' (single and double quote). I am at a loss - I have tried alot of thi...
delphi I was thinking how to update record that has no unique key. say i have this data field studentID | studentname | BookTitle Record for this data field is 1 John "lord of th...
delphi i have 2 edit box. i named it studentname and age i have a table called studenttable student table have 2 datafield which are studentname and age datatype of studentname is varc...