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.

 
Top Delphi Programming Solutions: 101 - 125 of 470
 
I have this weird behaviour. Delphi stops and shows the debugger window when running an application from the IDE. The funny thing is, the first line is a NOP instruction. The debugger stops...
Hi, I have a very large 4mb text file with stock place holders like this %%%stock_DJB400%%% and then i have a large list of stock codes and qtys (7000+) in a csv file that i need to repl...
for reaching 1.000.000 points in Delphi TA as 3rd ever! you made it man!:) ziolko.
Hi, I got a php script that does ob_flush, flush() every generated line, so that browsers would show data when site isn't fully loaded yet. I would like to do the same with idHTTP components....
Hi my application is processing data and it can take up to 10 minutes to do. It can make tens of millions of cycles... to have some sort of screen refresh and indicator I put this to every ...
Hello guys I am having a problem when I install my system on Windows Vista. I need to give all rights to the user on the folder of the system and this has being my problem. In the main ...
hi experts commonly when you place a listview on a from and after running the program, a tooltip is displayed for each cell of listview that it's caption is longer than it's width but when t...
I need a barebones code fragment that shows how to post and get XML in String format via Post and Get. I don't need any help creating or parsing the XML. I'm running Delphi7 and have Ind...
Dear experts I want to concatenate two images that have are overlapped with each other. Sample of two such images are attched. Images 1.png, 2.png, 3.png, 4.png and 5.png are overlapped and...
Dear Experts, I've followed the guide here: http://delphi.about.com/od/graphics/l/aa040103a.htm but it doesn't seem to work with delphi 2007. Menu Component > Import Component > ...
Hi guys, How do I put a thick border on the listbox of the combobox when dropping down? The style of the combobox should only be 'csDropDown'. Thanks. By the way, what I did was I...
Hello Everybody I have a system that uses the MediaPlayer component, working with it on windows vista I have this kind of error when I play a wav file. no mci device open What is happ...
Hi I was wondering what can be the most efficient way to search through the contents of a large binary data file (eg. 10GB) to find a specified string ?
Hi I'm launching a console app using this code: procedure TmainForm.ExecWithPipe(FName : PChar; OutPut : TStrings); var   StartupInfo : TStartupInfo;   ProcessInfo : TProcessInformati...
I am developing a report in quick report 4.06. The client would like the total summary appears on the group header rather than on the footer as this quickly gives a view of total of each groou...
I have a Folder that Contains 2 Files C:\file.fd C:\fil.fd the file.fd contains : bla,blabla the fil.fd contains : bl,bla what i want is to search the C:\ for all *.fd files then from...
i've got an elementary question, so elementary that i'm almost afraid to ask,..but i gotta do what i gotta do...i'm trying to customize the CreateMessageDialog function from the Dialogs unit. ...
I wish that when the user attempts to access www.forbidden.com it is redirected to www.security.com. but the URL in your browser must continue www.forbidden.com can not get www.security.com c...
delphi below is my code i want to insert a complete sentence to a column but my problem now is i get a several colum for 1 whole sentence how to solve.
Delp 7 & MS ACCESS & ADO Need the code to add the foolowing fields at runtime via SQL Custom1 String Custom2 String Custom3 String Custom4 String Custom5 Integer Custom6 Intege...
Hi. I have a unit (Unit11) with 2 functions. I call one of them from "Unit7". ------------------------------------------------------------ Inside "Unit11.Function1"   i create a TStringL...
delphi below is my code how not to let curso go to next line after a message is shown by pressing enter from keyboard.
Hi, I have a problem with delphi and mysql.. when i save a boolean in the database, the false is 0 and the true is -1. Is there any way to force mysql to save it as 1 instead of -1? ...
I have a dataset (TZTable -- similar to other datasets like TTable) where I have cretaed some persistent fields. I need to make a copy of this table at runtime and only change 1 thing - t...
Hi all, I am using TEmbeddedWB and I am trying to change the proxy server settings and use them. Got latest version but cannot find a solution. Can someone help please? thanks