2,103 Topics

Member Avatar for
Member Avatar for diego.valdez

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 …

Member Avatar for radu84
0
119
Member Avatar for zaslamlko79

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 …

Member Avatar for ExplainThat
0
289
Member Avatar for EnderX

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 …

Member Avatar for tsbrownstone
0
1K
Member Avatar for DelphiGod

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 …

0
54
Member Avatar for dodol

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 …

0
72
Member Avatar for Guismay

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 …

0
67
Member Avatar for crotty99

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 …

0
56
Member Avatar for n.aggel

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; } …

Member Avatar for n.aggel
0
123
Member Avatar for JaceDBN

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 …

Member Avatar for kb.net
0
132
Member Avatar for KenAs

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

Member Avatar for KenAs
0
77
Member Avatar for mr_mooz

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: …

Member Avatar for radu84
0
168
Member Avatar for spider485

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 .

Member Avatar for radu84
0
106
Member Avatar for sivapri

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 …

Member Avatar for radu84
0
188
Member Avatar for JustinV

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 …

0
42
Member Avatar for RRUDMAN
Member Avatar for radu84
0
95
Member Avatar for daycartes

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 …

Member Avatar for radu84
0
364
Member Avatar for lollerskates

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 …

Member Avatar for lollerskates
0
878
Member Avatar for JaedenRuiner

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 …

Member Avatar for waynespangler
0
168
Member Avatar for gauravsharma132

hi, can anyone give me some tips to make pascal triangle program. thanks in advance:)

Member Avatar for jwenting
0
49
Member Avatar for EnderX

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 …

Member Avatar for Dani
0
136
Member Avatar for EnderX

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 …

Member Avatar for Micheus
0
162
Member Avatar for Wernervt

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 …

Member Avatar for radu84
0
101
Member Avatar for lollerskates

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!

Member Avatar for lollerskates
0
170
Member Avatar for aj.wh.ca

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 …

Member Avatar for jbennet
0
151
Member Avatar for GrantW

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 …

0
65
Member Avatar for hamada_1990

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 …

Member Avatar for hamada_1990
1
82
Member Avatar for wonder87

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 …

Member Avatar for Aia
0
124
Member Avatar for Pim

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 …

Member Avatar for Micheus
0
98
Member Avatar for fayyaz

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

Member Avatar for Micheus
0
590
Member Avatar for Lioshenka

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 …

Member Avatar for Micheus
0
140
Member Avatar for sez90

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..

Member Avatar for Emelinn
0
92
Member Avatar for kimmorleykiller

[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 …

Member Avatar for Terry Robinson
0
110
Member Avatar for dodol

HI all, Where could I downlod XP manifest.. and xpman.dcu??? thank you DODOL

Member Avatar for radu84
0
66
Member Avatar for EnderX

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 …

Member Avatar for radu84
0
140
Member Avatar for grg

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 …

Member Avatar for radu84
0
94
Member Avatar for EnderX

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 …

Member Avatar for radu84
0
136
Member Avatar for Knightfall13x

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 …

Member Avatar for Ancient Dragon
0
121
Member Avatar for docdoc

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;

Member Avatar for docdoc
0
117
Member Avatar for EnderX

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 …

0
70
Member Avatar for dodol

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

Member Avatar for L505
0
210
Member Avatar for radu84

for those which need a html parser here it is an example [URL]http://positivesale.com/freePascal/HtmlPars/FastHtmlParse1.0.zip[/URL] best regards,

Member Avatar for L505
0
355
Member Avatar for EnderX

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 …

Member Avatar for EnderX
0
168
Member Avatar for Carson89

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 …

Member Avatar for radu84
0
84
Member Avatar for dima_q

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.

Member Avatar for dima_q
0
144
Member Avatar for juul

[B][COLOR=red]i am using delphi 5 and need help on how to start simple programs[/COLOR][/B]

Member Avatar for radu84
0
162
Member Avatar for Gammatech

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 …

Member Avatar for pty
0
139
Member Avatar for wanting2learn

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 …

Member Avatar for dugjohnson
0
190
Member Avatar for ponik

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) …

Member Avatar for dugjohnson
0
120
Member Avatar for lacoste78

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 …

Member Avatar for lacoste78
0
76
Member Avatar for aSa

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 …

Member Avatar for aSa
0
120

The End.