I wrote a program to display a picture using Delphi 5.
>Target:
Put a image in a scrollbox. Hope the image locates at the center of the scrollbox, when the size of image is larger than the...
I spend some hours trying to add a checkbox to my tree. I cant get it to work. I tried to backwards engineering some code examples - no effekt.
It looks simle, i think this is all i need to...
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 ...
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...
I want to hide my Delphi 5 for Win 98 application from the taskbar, task list or manager, alt+tab, etc. Is there a component or code to do this? Thanx Magnus
Hi,
How do i load .png file into tBitmap in Delphi?
Thanx for help,
FlashT
Delphi. string grid
How to control the color of the focued line; (focued or selected after arrow up down, or mouse click)
Hello Experts
I can send emails as web pages
but i don´t know how to embed
images in the web page i send
in the body of the mail.
I´m using IDSmtp component for
mail sending.
¿Somebod...
how do i flip the screen UPSIDE - DOWN and RETURN it to normal in a button click command?
When I put my URL string in to the indy client component httpd.host it comes back with a socket error 11004, direct IP address works.
I can't use the IP address as the the url swaps between I...
Is there a command that duplicates the sendkeys command in VB or C++?
Delphi
How can i save a file using save dialog
e.g: i have 2 file type.In my file extension i have txt and csv
i want to save testing.txt in c:/
how?
I am trying to write a delphi client which access a java Axis2 web service. The web services returns an array of complex data type. I was able to import the wsdl successfully and also can see ...
Hi you all, it is my first question since here, only answering untill now, so here comes my question:
How do I connect to a document from OpenOffice (spead sheet actually) using OLE, read s...
Hello,
How can I bring a window to front once? No "Always On Top", just bring the window to front once.
Thanks.
rng
How to save a jpg to SQL Server table
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...
How to change an EXE file's icon by programming?
Please give me some codes or an example.
Best regards.
Goomoo
I have a problem about how to insert the current date time when i insert a new record in my database(Firebird).
I set the field of the table for the date as a Date field.
I use this co...
Hi.
How do i programally open ports on Windows XP firewall? Alot of application does that... how?
Thanks for your help!
FlashT
How to solve my ADO connection string
I am using ADO connection which connection string by use data link e.g test.dsn in c:\Program Files\Common Files\ODBC\Data Sources.
Connected set to...
Hi!
Do you know the WindowMenu property of a (parent) form?
It links to a menu that list all current MDI children of an application.
I want to list all existing children also in other p...
Hi,
I am developing an application that uses the EPSON TM-U210B printer. This is a POS-printer (POS=Point Of Sales).
On the EPSON-website, I have found the specific driver and also some ...
I need an example in Delphi 7 code on how to create a simple excel file, some worksheets and how to insert and format rows and columns. I know I have to use the server controls but I couldn't...
hi, im trying to make something that will change the value of a specified field in an html document, so far i've got to the point where i can get the forms details.....but im stuck when trying...