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: 3901 - 3925 of 9232
 
how can i delete a row in a string grid?
How to detect a file has been changed using something like a shell extension or a hook... (I don't want a TTimer with constantly checking if a file's date is any different)
Hi, I'm trying to use to ReadSectionValues Method of an Inifile object using a TStringList just as an example in the Delphi helpfile. But I'm getting a AccessViolation Error. What am I doing ...
Is there a way to detect if a file of any kind (for example .mp3-files) is opened? I want to know if a mp3-file is being played on the computer where my app is installed.
I should assign a String-Value to a pChar-Variable. But the Compiler (Delphi 3 Prof) sais, 'incompatible types'. So is there any way to convert a String into a pChar ? I should use that, becau...
I need help with menu messages, like WM_MENUSELECT, WM_INITMENU, WM_ENTERMENULOOP etc. I want to use these messages (or any other) with SendMessage(...) to select items from the main menu. For...
How can I add a mp3 from a delphi program in the winamp3-list. I use this code to play the first song: song:='c:\...anysong...mp3'; ShellExecute(Handle, 'open',PChar(song),nil,nil,SW_SHOW...
I need a bit of help here in sorting out the clipboard with multiple, including non standard images. What I want to do is allow the user to select multiple "images" from Explorer, copy and ...
Do you have a Delphi 1 component that is a button that can detect when the mouse is over it, please? I have the "MsBitBtn" from the Delphi Super Page (http://sunsite.icm.edu.pl/delphi/) and i...
Unlike memo's, richedit components handle switching between Insert and Overwrite modes. I would like to know how to progamaticaly detect which mode it is in and also set the mode. I took a po...
I'm New to making my own components but could someone give me an example on how to make the background of a RichEdit component transparent? Couldn't I make a new component and inherit everythi...
Hi, After installing my application including SQL Server 2005, the database will be created. How can I connect the created SQL database to the SQL Sever from with Delphi (by code)? Rega...
I am using SQLConnection, SQLTable, DataSetProvider, ClientDataSet, DataSource method of displaying contents of a MySQL database on forms.   In some cases the same table needs to be viewed ...
I have a memo1 with 1000 URL in,  i want to remove all duplicate domain url in and keep only 1. www.site.com/hello.php    and   www.site.com/index.html   are same domain i want it delete al...
I have an application that needs to recieve UDP Calls.  On the visual control in delphi I set the remote and local host properties to "LocalHost" and the local port to 44966 and the remote por...
I need to use the services of a COM server application in my Delphi (2007) application.  I have VB code from a working sample application.  One of the subroutines that I need to replicate is a...
I am working on the testing program to show images on the form. The images are located on the network. I am testing two methods. 1. Image file names and their respective thumbnails are stor...
Delphi How to save the file without insert the extension filename How to print .txt on filename textbox  if "save as type is .txt" i have two type of filename .txt and .csv below is my...
I need to find the yahoo user group for Soft Gems Virtual TreeView. I cant find it, maybe it moved or changed name, anyone knows anything?
hey... How can i populate a web form using WebBrowser control? Thanks
If I use mxProtector component on my app , under Windows Vista it needs admin rights. If i am in VISTA and want to run my exe i have to right click on my exe and choose compatablity tab, and...
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 am trying to convert Visual Basic code (see attached) inside an Excel spreadsheet macro into Delphi 4 (see attached) and receiving the following error message, "Access violation at address 7...
I have a string that should only be allowed to include A-Z, a-z, 0-9. Is there away to check for these characters with out having to load all the characters into an array to check( ie. A, B, C...
I am COMPLETELY new to SQL Server 2008 so please don't assume I know even "the basics" on it. I'm  getting ALMOST NO help from the web given the lack of information for DELPHI and SQL Server....