2,103 Topics
![]() | |
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 … | |
This question goes out to everyone who knows the latest c++ standard by heart:P. We have the following program: [CODE=c++] #include <iostream> using namespace std; void wow(int& x, int& y, int&z) { x=x+1; y=z; z=z+1; } int main() { int i=0; int A[2]={10,11}; wow(i, A[i], i); cout<<i<<endl; cout<<A[0]<<endl; cout<<A[1]<<endl; } … | |
Hi, Ive been [B]using Access [/B]2003 to build various databases on. These databaces however are effectively full products for certain functions. Eg of what I mean: I am busy building a database for a panelbeater. The system is able to capture client details, capture quotations, create invoices, control appoiontments, control … | |
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 … | |
Can anyone help me with an 'IF' statement that will prevent saving a duplicate record in MSSQL | |
I have been trying to design an application where I need to set the focus from my application to the last application eg word powerpoint excel etc and then to paste in some information to that application. I think that I should be using enumerate windows or get lastwindow functions … | |
Hi there I have an application that I've made in Delphi - it runs fine in Delphi and when I save it and run the .exe file, it works fine as well. My problem arises when I zip everything and email it to another computer and then try to run … | |
There once was a time when VB did not put on airs, thinking itself to be a little language it was great. And then they tried to make it into more than it should be and everything got fouled up. 1. How do i make an untyped array on the … | |
hi, can anyone give me some tips to make pascal triangle program. thanks in advance:) | |
Is someone messing with a system css or xsl page? Yesterday, I came onto the site, and after a few minutes, the coffeehouse messed up. The normal banners weren't working; all possible extended links in the dropdown segment up top were showing, and as far as I can tell all … | |
I've been asked to look into a project with a TcxMaskEdit component that's throwing some problems. The main one is this: The user is expected to hit tab to move between fields. The TcxMaskEdit in question is the last field, and it is suspected that the user will hit enter … ![]() | |
I am currently looking at developing a bluetooth application with delphi. I do not know where to begin and i do not want to spend money on third party components. all i would like to do is broadcast pictures and text to bluetooth devices in the imediate range. Ihave been … | |
Hi, just wondering if anyone knows where I could get a tutorial or even just sample code of a delphi application writing an XML file? I've tried google (obviously) but had no luck. Thanks! | |
Hi All, I have been observerving a declining trend in use and learning of C among new software engineers. Newer languages (Java) and more are gaining a foot hold. People are getting used to more user friendly environments. I was just thinking will C die out ? Forget legacy code … | |
Can anyone help me with this problem. I am converting a VB program to Delphi. The program accesses a DLL to get a session handle. It is necessary to pass a password, which I have, made up of Hex Bytes. The problem is with Delphi Char($C) returns '#$C'. In VB … | |
hey guys and girls i am ahmed kamal i come from sudan khartoum i am 17 years old i study medicine first year and computer is my second hobby :) i program bad things to hack my friends just for fun they know but i delete them after hacking them … | |
Hello!As a newbie programmer I don't know how to freeze my command line output,when I execute a C program,in order to see the output.Output opens and closes very fast.The trick I know from Pascal to put a 'Readln' statement as a last line doesn't work(with a 'scanf' or something like … | |
Hello, I'm very new to Pascal, just wrote 'Hello World', so just a silly question. In the tutorial I'm following now, it said you can put a comment at the top of your program, but in my case, the compiler then crashes (Free Pascal, latest version). Is it me, the … ![]() | |
Hi All I want to change format of system Time display by my program for example if format of system time is "hh:mm:ss AM"(12 hour clock format) I want to change it to "HH:mm:ss"(24 hour clock format) is any solution for this purpose? thanks ![]() | |
![]() | Hello again, I am doing my second project now and I am using database components. So when I run the application and the DBGrid is shown and the data is read in from the MS Acess database, all the fields are too big and you have to scroll horizontally. Is … ![]() |
hey there, umm so i have an array of words and now i need to be able to randomly choose one of those words when the appropriate button is clicked, its for a hangman game... i know that randomize; goes in there sumwhere... thanks heaps.. | |
[URL="http://www.freewebs.com/kimmorleykiller/AT3.rar"]http://www.freewebs.com/kimmorleykiller/AT3.rar[/URL] Hi all, im pretty new to programming and am having a little trouble with this is a task ive been set to keep track of payments been paid to employees working at a papershop. Its working well except for the 'Add employee' and 'Delete employee' procedures. I was hoping … | |
HI all, Where could I downlod XP manifest.. and xpman.dcu??? thank you DODOL | |
I am trying to build a program for ftp transmission purposes. I have been requested to use another program written by my predecessor as a model. At one point, my predecessor's code makes reference to an item called flstvwBags, a TFileListView object. I cannot find this component on my own … | |
I wrote a software in pascal. it "zoom switcher" - a mac os expose like application ("http://www.grg-software.com/") However, while writting it, i noticed that the PrintWindow win32 functions has problems with getting a snapshow of the desktop - in case there is a wallpaper, it is not included in the … | |
I'm trying to figure out how to send files via FTP in Delphi. A program written by my predecessor makes use of the Indy package IdFTP component, but I'm having some trouble figuring out how to use it. Searching google only gave me sites in non-english languages, and I'm having … | |
i am using visual studios 8 and have added the Platform sdk include and library files to visual studios. and i am when i debug my programs i get the following errors. (the program is just a simple shell program) the code for it is as follows: [code=cplusplus] // include … | |
Can anyone explain why the OnKeyPress Event does not work with a TButton on the same Form. What am I doing wrong? procedure TForm1.Button1Click(Sender: TObject); begin Label1.Caption:='button'; end; procedure TForm1.KeyPress(Sender: TObject; var Key: Char); begin if Key='a' then Label1.Caption:='OK'; end; | |
I know that most Delphi components have an 'on mouseover' event that activates when you move the mouse over the component. Are there any text-box style components with a 'mouse-hover' ability, where the event occurs if you park your mouse over the item in question? And if so, what's a … | |
Hallo all, I have issue to download a file in http: example : [URL]http://www.dodol.com/document.zip[/URL] how to download "document.zip" using delphi?? Thank you | |
for those which need a html parser here it is an example [URL]http://positivesale.com/freePascal/HtmlPars/FastHtmlParse1.0.zip[/URL] best regards, | |
I've been working on a program designed to allow the end user to offer data corrections back to my company. (That is, they send us the originals, we process those and store it in a database, and this program is supposed to allow them to search the DB and send … | |
How do i goi about assigning a unique serial number to each new copy of a program in delphi? For example: Application 1 - 12345 Application 1 - 12346 Application 1 - 12347 Application 1 - 12348 Ok. So basically each new copy of the same program has a unique … | |
Has anyone noticed any problems with the Delphi 7 system routines in GETMEM.INC with newer WinXP security updates? One of my applications just started throwing a random exception with ResizeInPlace after the latest WinXP update. | |
[B][COLOR=red]i am using delphi 5 and need help on how to start simple programs[/COLOR][/B] | |
I have an ongoing TurboPascal development that jumps into one of the units code on program termination causing a hangup. Running it in the IDE under Windows XP 'Just' locks up the instance of the Turbo compiler. Porting it to another machine running Win98 gives 'Code segment to large' when … | |
Hi, I have just had a project thrown in my lap and all I know is that it is written in Pascal (The files have the extension .PAS) I am trying to find a suitable IDE to open the project so I downloaded Bloodshed Dev-Pascal IDE but it does not … | |
Hi there! I've got a Delphi7 and i wanna to start with a small project. However I can't do that, so I need help I've got two sources: Unit1.pas [INLINECODE] unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, SHDocVw_TLB, StdCtrls; type TForm1 = class(TForm) … | |
SO! I need finish this task to create a program able to read 3 sides of the a triangle in Tedit and analyse the results and give some answers such as: the triangle is an isoceles, equilateral or scalene...and show a picture according to the answer. Also calculate the height … | |
Hi all, I have trouble with creating Windows Service serving as COM server I have created Service Application and com object in it, register and start it when i try to create com from client app - a new process of service is started. Question is: how do i avoid … |
The End.