1,899 Topics

Member Avatar for
Member Avatar for bagabont

Hello, I have a program that registers some .dll files in system registry. I gave the program administrator access on a limited user using windwos manifest, but this only works under Win7. My problem is that i need the program to be able to do that under XP, VISTA and …

Member Avatar for pritaeas
0
100
Member Avatar for garden4ork

Hello all again, hopefully the last bit I'm stuck on. So at the moment, I'm wanting a piece of code that recognises any time between say 9am and 11am, 11am and 1pm, 1pm and 3pm, and so on (To create a pie chart) It doesn't have to recognise time, it …

Member Avatar for pritaeas
0
259
Member Avatar for redrobby02

Hi I am using jedi visual code libary with rad studio xe2. I have a question about using TJvImage. When i place an image on my form and add all the correct image states to JvImage1.Pictures if i disable the control and then test my project, the image is not …

Member Avatar for pritaeas
0
138
Member Avatar for MrPlasticTramp

For a college project I am trying to create a system. For a part of this system I have saved information from a combination of edit and combo boxes input by the user into a txt file and I now need to input this information into a stringgrid that is …

Member Avatar for pritaeas
0
105
Member Avatar for Hackservex5

Hello, I need help creating an Algorithm for an IT school project, however it is due tomorrow and i'm running a little late, couldn't get help anywhere else. Can someone please help me out a bit. It's not as difficult. (pascal) 1. Develop an algorithm that will accept a company's …

Member Avatar for thines01
0
99
Member Avatar for getnit

Hi, I am porting Delphi project to WPF. I was using SDL Delphi Component Suite from [url]www.lohninger.com[/url][^] (Math pack & Gui Pack) for the engineering drawing graphs in Delphi. Math Pack - [url]http://www.lohninger.com/mathpack.html[/url][^] GUI Pack - [url]http://www.lohninger.com/guipack.html[/url][^] Can anyone suggest similar libraries in WPF environment?? Any suggestions will be highly …

Member Avatar for pritaeas
0
102
Member Avatar for DesignGhosts

Hi there, I am trying to apply a Manifest file to my delphi application so that it can run with administrative permissions, I have been following [URL="http://delphi.about.com/od/delphitips2009/qt/delphi-vista-registry-run-on-startup.htm"]this Tutorial[/URL] part Faking UAC Rights - How to Request Execution Level. I have got to step 6 where I start getting problems, I …

Member Avatar for DesignGhosts
0
2K
Member Avatar for garden4ork

Hey all again, I'm just wondering how you could get a graph to represent your data file (Such as a ValueListEditor) as I've had no success in managing to read from it or how it can be done. Wanting something like this; Video(5) DVD(8) CD(2) Video..|----- DVD....|-------- CD......|-- ...........|____________ Many …

Member Avatar for pritaeas
0
266
Member Avatar for kolibrizas

I am using R-project to deal with my statistics, but due to the amount of resources needed, R is struggling while pascal would do it way faster. Is there a way to use pascal code in R-project?

Member Avatar for TrustyTony
0
83
Member Avatar for garden4ork

Hello again, pretty simple question this time I would think. What I'm wanting is to be able to add 5 minutes onto a ttime variable. As what I'm trying to acheive is a queue system. (Time + QueueTime) and (QueueTime := QueueTime + ProductTime) However I get the basics, just …

Member Avatar for DelphiGuy
0
115
Member Avatar for DelphiGuy

I'm working with this rather popular DrawDisk procedure which pretty much anti-aliases a circle and draws it, filling it and the background in the process. At the moment the procedure call only lets you modify the background color of the WHOLE canvas and the fill color of the line. Have …

Member Avatar for DelphiGuy
0
221
Member Avatar for garden4ork

Hey, I'm having trouble transferring a single row of data from a StringGrid through a Client/Server module and then add the row onto another StringGrid at the other side. I keep getting array errors which would make sense however surely you can just take a row and add a row? …

Member Avatar for garden4ork
0
130
Member Avatar for DelphiGuy

Hello, basically I want to have two TImage components, one I will use and using the Bitmap tools in Delphi I will create a background. In the second TImage I will create objects which move around the custom background but I still want the first TImage to be visible. The …

Member Avatar for pritaeas
0
445
Member Avatar for straylight

So I have been working on Pascal's triangle and going about it a different way then most. I am attempting do to a series of if and elif statements to check for the values in rows and columns of those rows. However my novice skills in python are stopping me …

Member Avatar for straylight
0
236
Member Avatar for DelphiGuy

Hello, basically I am making a program which uses OOP to draw objects onto a canvas and they constantly move, I am making a feature which will save the position variables as the objects move each time and then once a file is outputted it can be read again and …

Member Avatar for pritaeas
0
148
Member Avatar for DelphiGuy

I'm having trouble getting GDI sample codes to work, I've seen the external packages and downloaded them but I couldn't get the same code to work and I believe it's because I don't know how to install the GDI packages properly, can anyone help me?

Member Avatar for DelphiGuy
0
205
Member Avatar for pit1

help me on how i can write a program for solving integrals using recursive subroutines for example: For given borders integrating A and B. calculate value a certain integral of the form: integral(1,x/((cos)^(n))x={((1)/(n-1))·((sinx)/(((cos)^(n-1))x))+n-2/(n-1)integral(((,x)/(((cos)^(n-2))x)) if n≥2 equal to lntan(pi/4+x/2)if n=1 and equal to x if n=0.

0
69
Member Avatar for garden4ork

I'm sure this is very simple and I'm missing a trick or something, but all I want to do is write something in a memo, click a button to save to a textfile and then be able to change the memo, click the button again and add what has been …

Member Avatar for pritaeas
0
90
Member Avatar for DelphiGuy

Basically I have a object class like this: [code] Type TSomething = Class Private Blah : Integer; Public Procedure DoSomething; End; Type TSecond = Class(TSomething) Public Procedure DoSomethingNew; End; [/code] [code] Procedure TSecond.DoSomethingNew; Begin ShowMessage(IntToStr(Blah)); End; [/code] ...and the code to call the classes is: [code] Try Something := TSomething.Create; …

Member Avatar for DelphiGuy
0
147
Member Avatar for Scottie_uk

I am a mainly Java and VB programmer. However, I am writing a program that generates computer code in various languages. One of these is Pascal. What I am asking is simple. To detemine the size of an array in Java and VB I would enter: [code] anArray.length[/code] What is …

Member Avatar for Smileydog
0
6K
Member Avatar for Dornio-san

Hi, I'm looking for with some pascal code. I have to make a program which allows you to input a name and an amount four times. Then it is supposed to output the name, three percentages of the amount and the maximum of one of the percentage out of the …

Member Avatar for Smileydog
0
395
Member Avatar for hasbi

Uses crt; Const M=5; Var A : array [1..M] of Integer; i,x : Integer; dapat : boolean; Function Cek(angka:Integer;batas:Integer):string; var Awal:integer; Begin For awal:=1 to batas do Begin If A[awal]=angka then Begin Cek:='Angka Sudah Ada !'; dec(i); End Else Cek:='Angka benar !'; End; End; Begin Clrscr; Writeln('Pencarian dengan fungsi Logika'); …

Member Avatar for pritaeas
0
93
Member Avatar for AKJo

An application from Delphi 1 (16 bit) has been transferd into Delphi 2007. The main form is always shown behind all other forms, whatever I do. How can I get the normal action from the form, so it is shown on top when it is active. Thanks in advance

Member Avatar for DanHamm
0
1K
Member Avatar for cubicbox

Hi everyone, I'm now nearly finished with my project which tells us to write a PASCAL program for entering the information of the employees. However, I came across a BIG problem is that I've got no idea on how to edit records in the text files or delete unwanted data …

Member Avatar for pritaeas
0
3K
Member Avatar for DelphiGuy

Heya guys, basically here is some code for a simple example program: [CODE] unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TForm1 = class(TForm) img1: TImage; procedure FormCreate(Sender: TObject); private { Private declarations } public { Public declarations } end; var Form1: TForm1; …

Member Avatar for DelphiGuy
0
2K
Member Avatar for BorisSobad

Making a logbook using editbox for entries that fill a listbox. I have two enter buttons. One would enter line in Red one in Black but I don't know how to change the font color in the listbox. My first pascal program and this is the last step for completion.:( …

Member Avatar for pritaeas
0
651
Member Avatar for RussCA

I bought a Wacom Bamboo Pen Graphic Tablet. The software which came with the tablet is way below my needs/expectations. I found some sample prgrams from Wacom that require Microsoft Dev Studio C++, which I do not have. But I DO have Delphi Pascal 2007. Does anyone know of any …

Member Avatar for dangerstick
0
403
Member Avatar for Krefie

hi Guys/Gals OK my question, it seems complicated why I want to do it this way but I have my reasons ^_^ I have 3 Forms, FormBlue and FormRed and FormFunctions Now, the code in FormFunctions e.g. **** uses Blue, red **** FormBlue.label1.color := clBlue; FormBlue.edtBox.text := 'Bla'; OK so …

Member Avatar for Krefie
0
198
Member Avatar for heatdav

Hi. I'm not sure if Delphi can do this, but I'm trying to create a variable that I can create once in the code and can't be changed, after its created. On the surface, it looks like I want a const, but I'm trying to create a variable which is …

Member Avatar for pritaeas
0
72
Member Avatar for Soft_Buffalo

I have a program I am trying to write. It is very basic but I'm not sure how to implement this specific function. Basically this is what I WANT my code to look like; Date Day Availability 1 Monday Free 2 Tuesday Free 3 Wednesday Free 4 Thursday Free 5 …

Member Avatar for pritaeas
0
93

The End.