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.

 
Top Delphi Programming Solutions: 201 - 225 of 470
 
if any action in TRichedit has not been made. How can i do that?
There are error messages when I compile my project: in Delphi 3: undeclared identifier: 'pad' undeclared identifier: 'padstr' Uses   Windows, Messages,Classes, Graphics, Controls, Forms,...
I have this code below. To make it easier to write i use f instead of frm_newAcc. But it hangs, and i cant see any difference between the two approaches.
I need to open a new web page from a  program in delphi  and send  post  login info example postdata will be pass=pass login=login WebBrowser1.OleObject.Navigate('http://xxxxxx.com/test...
I want my application to read the variables and SESSION from php pages. the php code use this SESSION  to filter the data $_SESSION[SESSION_EMPLY_NO] I want my delphi application to read ...
Alright, I decided to go with my first shell extension menu this time. //When this is clicked, the program runs           InsertMenu(PopupMenu,0,MF_STRING Or MF_BYPOSITION,idCmdFirst,PChar...
Can you store a bitmap in Interbase using delphi 5 and display it using a tDBGrid if so how eg   I want to display Product name then next to it a tBitmap (Picture) so ifyou scroll through...
see my code. i want use BeginThread with using components like a Tmemo etc.. see the example get better understand.
   I need procedure which will count from cursor in left direction to the specific text.    I use TRichedit and 2 Tedits.   In first TEdit i have to  write  text to which program will c...
delphi i have textbox and button i insert value into the textbox and when i press enter it clear all the value in the textbox i can press enter thru' keyboard or mouse click if by us...
I have a Dll that's export procedure requires PByte parameter, I have a given string which I need to use as the value, but think I am doing something incorrect with the conversion. Any help?
Hi, I am developing a Delphi application. While updating a record for a second time using ADO Stored Procedure Component, I am getting the following error: Application.exe raised exception c...
for being the 1st expert to go over 400k points this year in the delphi area. good job ;)
Hi Folks, Using this procedure > TForm1.dbNavClick(Sender: TObject; Button: TNavigatorButton); begin How Can I differentiate which button is clicked a working sample would be great ;) ...
Next line adds line at end of text: AddColorLine(RichEdit1, DateTimeToStr(Now)+' xyz',clblack ); but what must i do ,  if i wont to insert text in line where i position the cursor?     ...
Alright experts, Let's say I have an component in which I don't have the source to that I'm using. It's created with a filename does some work and reports back to an OnComplete event when i...
I want to show tree different frames in a part of a window, like in a guide. How can i problematically switch from one frame to another, so another frame with the same size and position swaps ...
I need to be able to draw a powerpoint slide in a TImage in Delphi. I know how to connect to a powerpoint presentation and how to get at any of the slides. I know how to assign a bitmap to...
I am looking for the way you extract out the ID3v2 tags out of an MP3 file. I have done the code to get the ID3v1 tags but, sometimes those are missing and need a way to extract the v2 Tags....
I have a set of values located in the registry I want to get a specific entry in the registry '\Software\Test\Pick\' and the name of the entry is PRINT_GAME_INFO what I need to do ...
hello, I am trying to make a program in delphi which can list all the opened files in the system, and I found this source : http://www.delphifr.com/codes/SAVOIR-QUEL-FICHIER-EST-UTILISE-TE...
Kind, Can you tell me what can be wrong with my dbchart becouse if i choose the range of filtration for example 1 day - the number of records close to 1000, the chart behaves in very strange ...
How do Implement a Progress Bar - when displaying a WebPage in a TWebBrowser. I would like to show the progress as the page is loading....just like all webbrowsers do thanks
I've a problem with the ChangeServiceConfig2 function. What I want is to change a Service to start in Delayed Mode (Vista only). I get a LastError of "The parameter is incorrect". QueryServ...
How can I uninstall software programatically using Delphi 6  (similar to Add/Remove program in Control Panel) in Windows XP?