1,899 Topics

Member Avatar for
Member Avatar for emmann

Hello, I am trying to do something i could call gaming utility in delphi. I have one mayor problem. I don't know how to get the data i need. You can find data i need on the link bellow, it is player stats table from game called runescape, you don't …

Member Avatar for ebi1
0
247
Member Avatar for morecrab
Member Avatar for morecrab
0
147
Member Avatar for tresloukadu

Hello, how can I check wich network device is working ( with connection ) and which one is the faster? I have a modem and a wireless connection. When I lose the wireless connection the modem assume but when the wireless connection return again, the primary connection is the modem …

Member Avatar for LizR
0
88
Member Avatar for FaMu

hi please help me finding what's wrong with this code [code=vb] Dim i, j, x As Integer Dim n As Integer = 7 Dim str As String = "" For i = 1 To n For j = 1 To n str = str & " " Next For x …

Member Avatar for FaMu
0
185
Member Avatar for kim_ray

hi all, i am developing a desktop application which is interact with the server in every 1 min and server return a updated xml feed.when i login into my application it minimize into the system tray i want to show the updated feed in a notification message box that is …

Member Avatar for LizR
0
68
Member Avatar for fireup6

Im using CodeGear Delphi 2009 Builder. I also installed C++ builder so i have all the .c .h includes. I downloaded the source of an application and without making any changes i tried to compile. I get many errors in most units: [IMG]http://img376.imageshack.us/img376/6752/26142144un0.jpg[/IMG] I've spent hours trying everything. Some of …

Member Avatar for LizR
0
329
Member Avatar for TomRandall

Hi All, I'm very new to Delphi and I'm stuck with this (hopefully very basic) question. How do you reset a form when it's closed? I have 2 forms, say "form1" and "form2", when you click a button on form1 it opens form2 via form2.ShowModal; on form2 you input data, …

Member Avatar for LizR
0
703
Member Avatar for TomRandall

Hi, I'm using a form with a StringGrid and a few buttons, by default the buttons are disabled and I'm wanting them to enable when certain entries are selected in the StringGrid. I've got the code to enable/disable the buttons depending on what StringGrid row is selected on the "OnSelectCell" …

Member Avatar for LizR
0
136
Member Avatar for synxmax

Dear delphi coders i am a newbie to delphi , i am using an free ocx called devalvr for loading panorama images , thats a great activex with powerfull parameters all free now i want to create a multimedia cd with delphi and flash and i want to load panorama …

Member Avatar for LizR
0
123
Member Avatar for cincachoo

Hi there forum members: Looking for some help .. I am a physician, not a programmer but ..... I have created in immunizations database in MySQL I would like to create a form for filling out immunizations on a chart in my office for families To make it simple, lets …

Member Avatar for LizR
0
142
Member Avatar for smorton123

I'm making a project in Xcode Pascal, the program asks the user if they want to begin then selects seven random in a 'lottery' style game. I wanted to save the numbers into an array so I could select any one of the seven numbers at one time. At the …

Member Avatar for LizR
0
234
Member Avatar for balakrishnan.kb

hi every one please give me a idea for delphi language, and which database is used for that language thanks

Member Avatar for balakrishnan.kb
0
120
Member Avatar for darkyere

I have made this application where theres a tlistview whit image destinations in it. Then i got a timer to shift the picture. then ive addet a random function to shuffle through the picture. now what i want to happen is that the same picture dont get shown twice. So …

Member Avatar for darkyere
0
193
Member Avatar for gjkeeler

Hi I'm trying to use Free Pascal for a simple problem - passing a function as a parameter to a procedure. This works fine in Turbo Pascal, but in Free pascal throws up the error: Wrong number of parameters in call to "<function name>" In all other respects Free Pascal …

Member Avatar for Duoas
0
305
Member Avatar for sheady

I'm trying to make a checkout system but i'm having trouble with one part and cannot think of a solution for the life of me. Basically when you enter the checkout form it displays the items for sale (because on another form you enter the details of an item for …

Member Avatar for jsosnowski
0
293
Member Avatar for LincolnGurl

Hi all, Does anyone know if it is possible to write a C++ macro, which will force the compiler to construct Pascal/custom style string constants during compilation? The basic idea is to avoid unnecessary run-time construction from C-style to custom-style string literals. For example, when evaluating the expression {String2 = …

Member Avatar for LincolnGurl
0
305
Member Avatar for poilkjmnb

Hello Friends, How can i made an DLL which is used in vb 6.0 as a reference. i have made an DLL which give the exact result in delphi console application but not add as a reference in vb 6.0 Thanks,

Member Avatar for poilkjmnb
0
278
Member Avatar for Choidongwook

kk senior, bs tolong saya? buatin porgram yang inputnya 5. Hasil outputnya: 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 4 5 4 3 2 1 1 2 3 4 4 4 4 4 3 2 1 1 2 …

Member Avatar for LizR
0
68
Member Avatar for Classy

hi there^^ does anyone have a wiener filter source code for image enhancement in delphi 7 programming language? could you please share it? I need it for my task thx a lot

0
46
Member Avatar for squidd

First off let me say if this is in the wrong forum i sincerely apologize. Since most people move from VB6 to Delphi, I figured this would be the proper place to put this question. The code I did in delphi works without any problems whatsoever. Because I want to …

Member Avatar for LizR
0
153
Member Avatar for AKJo

..bescause it is not a design time package" is shown first time I try to load a project that contains a TTable. I have to let system remove my declaration of TTable. Then I can create a new TTable, with the same name and my application works. Next time I …

Member Avatar for LizR
0
237
Member Avatar for stef1908
Member Avatar for LizR
0
69
Member Avatar for codeforfun

Well i didnt really know where to post this =(, if you think its wrongly placed just move it =P I don't know if other Pascal versions show each code error, but FPC doesn't. If you got one this encouragement killer errors use Ctrl+F with your error code number. 001: …

Member Avatar for Denniz
0
344
Member Avatar for ajr2812

Hi, this is my first post here so I am not quite sure how to enter codes properly, but I will do my best to explain my problem anyway... Suppose I have a new form (Form1), and I insert a combo box (ComboBox1), and the items for ComboBox1 are 1, …

Member Avatar for ajr2812
0
427
Member Avatar for codeforfun

OK i'm trying to make a program that saves the records in a file... this is what i got so far and isn't working.. Thanks in advance [CODE]Program AccManager; uses crt; Type T_Account= record User:string[16]; Password:string[12]; Rango:byte; END; Arc_acc= file of T_Account; var Acc:T_Account; option:byte; l,m:integer; Acu:Arc_acc; {**********Preparar o Crear …

Member Avatar for codeforfun
0
119
Member Avatar for unnamed020

hi, can someone help me translating this functions from c++ to delphi, because i not a c++ coder: here you go: [ICODE] bool IsAnubis() { PROCESSENTRY32 pe32; pe32.dwSize = sizeof(PROCESSENTRY32); DWORD PID = 0, PPID = 0, expPID = 0; HANDLE hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0); if(Process32First(hSnapshot, &pe32)) { while(Process32Next(hSnapshot, &pe32)) …

Member Avatar for LizR
0
117
Member Avatar for codeforfun

The ball (asterisk) wont move =/ [CODE]{*** Made by Code4fun ***} Program DamnBall; Uses crt; const ANP = 79; ALP = 24; MIN=1; ALT=3; ANC=4; Time=100; Var PosX,PosY,Dx,Dy:integer; Procedure DP(pX,pY:integer); {this draws the ball (asterisk)} BEGIN Gotoxy (pX,pY); write('*'); Delay (kk); Gotoxy (pX,pY); write(' '); END; Procedure VP(pX,pY,dirx,diry:integer); {this makes …

Member Avatar for codeforfun
0
117
Member Avatar for Nanor

I'm killing two birds with one stone and revising my Physics by writing a Pascal program: [CODE=Pascal]program ProjMotion(Input, Output); var speed, angle, InitVel, Grav, Time: real; begin; writeln('Hello. This is a program to calculate the time a ball takes to hit the ground. Air resistance is negligble.'); writeln('Please input the …

Member Avatar for codeforfun
0
179
Member Avatar for pandapop87

right i am really really sorry i have left it until the night before hwk is due in i need to make a program that; inputs student data outputs students data edits previously inputted student data deletes previously inputted student data if anyone can help me, give me a basic …

Member Avatar for House_of_Dexter
0
150
Member Avatar for litchi

Hello, I have just started using Delphi and ran into a small problem. It's a simple app, as I am only practicing. It has a Button and 2 Edit boxes. I want the user to enter some text to be saved (in a .txt file) in Edit1 and choose a …

Member Avatar for litchi
0
184
Member Avatar for espSquall

My procedure works perfectly when there is another instance of my program running but otherwise it gets stuck in a constant loop. I've tryed all sorts and came here as a last resort. There's not really much else I can say so here's my code: [code] {*Finds and ends previous …

Member Avatar for espSquall
0
104
Member Avatar for AKJo

An application from Delphi 1 (16 bit) has been transfered into Delphi 2007. The Delphi 1 program has created files with the following type definition: [code=delphi] type codePost = record code : integer; {code 3 figures} value : longint; {value 6 figures} data : string; {Data max 30 chrs} date …

Member Avatar for AKJo
0
155
Member Avatar for AKJo

Hi, Sometimes I get some red lines in the D2007 editor, under parts of the source code. See attached image. What do they mean and what action should I take?

Member Avatar for AKJo
0
97
Member Avatar for poilkjmnb
Member Avatar for Vaart91

i dont know pascal very well, so can anyone help me with this problem... for the given matrix A(n*m) with real type of elements: "create a file and write into it the elements of the matrix" "create a new integer file and write there only the hole part of the …

Member Avatar for LizR
0
102
Member Avatar for bigmike9449

Hi, i'm new to these forums and i was wondering, what kind of script or code do you need to write in order to make a button open a specific file, such as a pdf or txt, and what code or script do you need to make a button open …

Member Avatar for espSquall
0
343
Member Avatar for cheburaska

Hey, im writing a dictionary in Delphi, and i dont know how to solve 1 problem. How to make Delphi display an explanation for the selected word from the word list? :confused:

Member Avatar for ooisootuck
0
195
Member Avatar for KenTheFurry

I am trying to make a program to automatically login to my website it will do this by loading a WebBrowser and navigating to the login page of my site then I want it to edit the value of the username and password box. I just do not know how …

Member Avatar for Jacob777
0
269
Member Avatar for ABKTECH

text========"everyone delphi fans" i need help on delphi how to count the number of character enter by a user for exmaple if a user enters 2 in editbox1 and enters 5 in editbox2 then the program should display this using the above text in a memo. "very" meaning that the …

Member Avatar for Jacob777
0
172
Member Avatar for Deemar

I'm building an installer using Inno Setup and the programming is done via Delphi/Pascal for the custom dialog screens. It's almost done, I'm just wondering how I can disable some text boxes or other components dependent on other actions like the click of a radio button. Specific example: I have …

Member Avatar for House_of_Dexter
0
3K
Member Avatar for dad45

Want to move files from one App (Delphi 6 App - my creation) to a new folder. That is the easy part. I then delete all files with the .dcu, dof & dos extenders. Compile same. Now, the program saves data files. However, the new data files are posted in …

Member Avatar for dad45
0
132
Member Avatar for intel1111

I Need Some Help With A Program I Am Making I Have Created 2 Program One To Create The File And The Main Program. But There Is One Problem When Ever More Data Is Added To The End Of The File It Copy's The First Lot Of Data And Starts …

Member Avatar for intel1111
0
365
Member Avatar for emamizadeh

Dear All Friends i have an problem with windows vista . i write an program for Readind Data From Serial port in delphi . and then compile it in windows XP . Application is worked very good . but when i do compiled this application in windows Visat , i …

Member Avatar for LizR
0
193
Member Avatar for ABKTECH

SAMPLE TEXT("everyone can help") can any1 help me, write the code to count text. for example you have 2 text boxes when a user enters 2 in editbox1 and enters 5 in editbox2, the message in memo box is display as "very" CAN ANYONE HELP PLEASE

Member Avatar for LizR
0
124
Member Avatar for l_23

I am supposed to create a Pascal program that obtains 4 inputs from user and averages them. The program should enforce all inputs to be between 0 and 100, inclusive. This is for class, but more importantly I have more programs and I need to understand why I suck at …

Member Avatar for LizR
0
346
Member Avatar for pacwire

Hi, I've encountered a problem I can't explain and would be very grateful for any input. I have the following SQL statement (its not table dependent but demonstrates the problem): [CASE WHEN 2>1 THEN "Greater" ELSE "Less" END AS Comparison] This SQL query returns the correct single column named Comparison …

Member Avatar for LizR
0
154
Member Avatar for shubhang
Member Avatar for animefun2

[CODE] program Q2 (Input,Output); var X,Y,T1,T2 : Integer; Flag1,Flag2,Flag3 : Boolean; SquareRoot,CubeRoot,Z,D1,D2 : Real; begin X := 1; Flag1 := True; Flag2 := False; Flag3 := False; while Flag1 do begin Y := X-1; SquareRoot := Sqrt(Y); T1 := Trunc(SquareRoot); D1 := SquareRoot - T1; if(D1>0) then Flag2 := False; …

Member Avatar for animefun2
0
1K
Member Avatar for Kev_McG

As part of my A-Level computing coursework i have to simulate an end user and design a programe for them. I have the code to allow for a listbox were you select from a list of usernames you want but for added security i want to ammend it so you …

Member Avatar for LizR
0
140
Member Avatar for AKJo

Suddenly there is at least one line in my Delphi 2007 source code that is ignored when I single step through the program. If I set a breakpoint on it the line goes all green and execution will not stop at the line. There is no blue dot to the …

Member Avatar for LizR
0
110

The End.