1,899 Topics
| |
Hello. I would like to show a multiline caption on a button, but with the second line in bold. Can somebody do it? Currently I have a multiline caption, but don't know how to draw text in different font styles (color, style, size, etc.) within one button. (Delphi 2006) Thanks … | |
I was wondering if any one can help me with this: Design and write a Pascal program which will display the number of notes and coins need for a payslip. The user will enter the weekly wage and the program will display the coinage analysis on the screen. | |
I'm trying to write my own mediaplayer/music player for my company and for private use, and i am trying to find code or some thing to rip music to the pc via this program. Can some one plaese help me????? Tx....:confused: | |
Hi everyone, As the title says I am have two problems: 1) I want to copy a template database (.dbf) and name it based upon user input into an edit box, however, I am getting an error when I try to compile my code saying that the PChat type is … | |
I've "coded" in a few small, easy-to-use nonfunctional programs like VB express and AutoPlay Media Studio (more like scripting) and wanted to kick it up a knotch and heard that Delphi is a great program to use for it. So... I tried it and i am amazed at how completely … | |
Can anyone help me with pascals triangle . I got it to do a factorial number , now it want to display the results in a pyramid. #include <iostream> using std::cout ; #include <iomanip> using std::setw ; long int factorial(const int); int main() { long int k = factorial (5) … | |
Hi all, I have a case. Example: In Windows, I click a test.doc. my program running than it showmessage test.doc. and and then I click again dodol.doc.. my program is running... and it show message dodol.doc. any program I open.. It show the message (the file name).. How to create … | |
any idea how to get around this condition? using sql database explorer ... trying to gather a mere 17000+ records ... i'm getting a table is full error (i've been able to gather beyond 239,000 records at times) this same error appears in my delphi application using the same sql … | |
I am working with a delphi form that appears to have a rather interesting problem. I am developing on a laptop sitting at 1920X1200 resolution. On my form, I have a trio of components. One is permanently invisible, and clicked to align/left. The next is permanently visible, and clicked to … | |
I found a website that ansers a lot of the questions asked on these forums regarding [URL="http://www.webbudd.co.za/articles/dindex.php"]Delphi and Pascal. Click.[/URL] | |
please help me in my project.. we need to submit it.. as soon as possible.. i dont know how to create a program using cpu scheduling in Turbo Pascal.. Thanks | |
I am new to deplhi coding and need help and examples when it comes to browsing files, pulling out data from files, looping, retrieving data, saving files. Any links to examples or any thing pls help. Thanks | |
I'm sorry for asking such a simple question, but I can't an haven't found a reference to my problem. Its fairly simple, and I don't think it will require much change over-all (I hope anyway). By the way: Its a plugin designed for an human interaction program designed for games … | |
Im trying to build a system tray program which allows you to hover over the icon and it displays the volume percentage of the pc, maybe even getting the icon to display the current volume setting. Is there any way of retreiving the main system volume (not the wave volume, … | |
Hey guys! I found this site today and was wondering if you guys could help me out here. My teacher assigned us this homework assignment today. I was working on my code and was pretty deep into it, so I didn't here him explaining how to do it. He's kind … | |
Hey, is there any code that will automatically put the console into full screen when it runs? Thanks in advance. | |
Hello, I have a problem. I installed Delphi 2007 with a license that was provided to me, but it was invalid cause it had been used previously. So my Delphi 2007 was installed as an evaluation version, in the 'About' dialog a message was displayed stating that the software was … | |
Hi, I hope to find the solution here.... I want my app to minimize to tray and to use tooltip icon (in systray) for some info for the user. I've tried to find some source code for this but it seams that no one wants to share "the secret". I … | |
Hello, I recently installed Borland Delphi 8.0 for .NET framework, and I need to compile an existing delphi project. For this, it is required that extra design packages be installed, namely some Raize Components and TurboPower Systools. In the help file of the IDE, it is stated that in order … | |
The Delphi7 Application has two EXE. One main EXE and other Secondry EXE. Main Exe loads this Secondry Exe when it runs(executed) as I have checked it in the EVENT LOG. I want to debug this secondry exe. At present I am able to debug only main exe. The functionalities … | |
I'm supposed to be writing a program to pick up files left in an ftp server directory. I have ftp access to the directory, and I have a copy of the Indy pack components installed on my system. However, I'm running into a problem. The files I'm supposed to be … | |
I just like to create a complete media player project in Delphi 2007. Can you give me sample projects for this ff: features on the program I will create: › A Delphi project on encoding an audio CD to MPEG 3 format (MP3). › A Delphi project on accessing the … | |
Hi all, Any one know how to transfer file from website to computer?? In Visual basic , we can use catalyst. Any one has code in delphi 6 or delphi component to transfer file from web site to local computer? because before go in this website .. it need user … | |
Hello, I have created two applications, a client and a server. I created a multi transfer system, with Winsock, but there is a little problem again. For the transfer, I created 2 threads (one in the client and one in the server). During the transfer, the server use one TCP … | |
Hey everyone, im doing an assignment on pascal programming using TPW 1.5 and can not figure out how to create two parallel arrays based on information i have stored in a previously created text file. So first procedure asks the user for 8 ID numbers and their coresponding pay and … | |
Is there a way in Delphi to open the windows login dialog and (if the user logs in ok) retrieve the user name? Have done much searching on the web without success. Thanks | |
Hi I have a delphi object to store some music information (note, start time, duratrion...) problem is I always get memory addressing error when I run the code,can someone please tell me where I'm going wrong! I declare it in a seperate unit, with all my other declerations as follows: … | |
Hi it's my first post . I'm looking for mswinsocklib_tlb.dcu if someone had it please send me at [email]spider485@o2.pl[/email] . Thx . | |
Dear All, I have windows based delphi application.For reporting part.I am using Quick Report 4.0.I printing through my application.It will show the print preview no problem.After prview i am printing means.It will show the message floating point division by zero after this message.Cann't print anything.Pls help me how to solve … | |
Hello, I need to overlay a control (preferably a TFrame or TPanel) over a TRichEdit and I am not sure how to go about doing this. I thought about maybe juste overlaying it on top of the TRichEdit but I still need so that the cursor position can't go under … |
The End.