What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Delphi Programming Solutions: 101 - 125 of 7752
 
I want to retrieve the MAC Address of installed LAN card on local machine using Delphi Pascal. Anyone has code?
Is there an easier way to do this ? The button holds a multi line format, reason for the Tlist, im wondering if there is an easier way to convert the string to a Tstring so that i dont get an...
hi am using this componet for popup hints (balloon style) i use BalloonControl1.ShowControlBalloon; to show the balloon it has a timer when to close or you can click it  but i need a ...
Hello I have a problem. In my app i'm creating a couple forms. everything is fine when only one of them is shown using showmodal. When a modal form views another modal form it's fine also, ...
Hi there, I am looking for commands or a component to empty or clear the keyboard buffer if it is not empty. Thanx Magnus
I am using Delphi 2006 vcl. I used the WSDL importer to import some services I want to access.  The importer worked fine and I am able to connect to the server and access the services except f...
I have a project on a server pc controlling I/O's. I am using the server socket to update three other pc's over a lan on the status of the server computer. I can log in and out of the server c...
I have a client that is using a program developed under Delphi 4, that we wrote. Client bought a new computer and was making the move from old computer to new  and now gets an Error on the ...
I have a Delphi WebBrowser component on my form that browses to a web page.  Filling in some boxes and clicking a Submit button on the form does a POST which opens up the results in a separate...
I have been using Delphi 7 on a machine for 6 months this morning when starting Delphi 7 I get this message "Borland license information found, but is not valid for Delphi" Therefore, ...
Hi Experts, I have a master detail form, the table are connected in ms sql with cascade update deletes... I wan't the form to open on a new record... I have the following code in my form...
Does anyone know where to get freeware skin components for Delphi 7. Cheers Chris
Question: How can I find the instruction line in the program from the AV instruction address using the MAP file. Introduction: I am using Delphi 7, however I don't think it's relevant her...
Hi, I need a function that is able to convert a 4byte, un-signed Cardinal/LongWord to a Hexadecimal String.
Hi. I'll try to describe the problem : I download a string from MySQL dbase to a Memo. I store it in a string and then i use : Memo1.Text := MyDownloadedData; The problem here is that...
How to save a jpg to SQL Server table
Greetings.. I'm having problems with posting files witch over 3.5mb to IIS servers with the Indy IdHttp component. I get this error: "Socket Error # 10054 Connection reset by peer" In thi...
I want to print barcode 128 text to a Zebra printer. How do I do that? For example, how do I print ABC123 in barcode 128 code on my Zebra TLP 2844 printer? It is connected to my computer with ...
Hi Experts, I'd like to simulate the mouse click within the form without affecting the mouse moment. Could I please have examples of code.
Hello,   I am more of a java programmer now a-days but I decided to give 2005 Delphi a whirl. I wanted to load a hashmap with data from a file and then find items in the map. I found out th...
Hello, I would like to delete 'C:\Temp\*.*' permanently (without sending to recycle bin) by delphi's code. DeleteFile doesn't work for wildcards. Which function can I use ? Thanks. r...
My app worked until last week - then I went to do some changes and now none of the clients, except my own pc which I use to code, wants to load the application. What util can I use to get this...
I need take list with Windows active processes and CPU usage with them. Any ideas? Thank you.
Does anyone know how Delphi knows the version of the unit and what can i do to ignore this error. PS. I allready tried what the Delphi Helps says and one of the option is to get the older vers...
I have the following form with ListView1 in Reported mode. I need to write a code which will sort columns when I click on them. For example when I click on INFO1 column, this column needs to b...