1,899 Topics

Member Avatar for
Member Avatar for GregPeters

Hi all. I have another problem. Basically I have a project where I need to create a number of folders in one go. This is the code I have: [CODE] program create_folders; uses crt, sysutils var value, name : string; i : integer; begin for i := 1 to 10 …

Member Avatar for finalist
0
184
Member Avatar for khipasi

Hi, I am trying to write a program that will show the difference between two days. The end or ( to date) will be given(CONSTANT). But the from date must be entered in the edit box in the following format: YEAR, MONTH, DATE, HOURS,MIN,SEC. example 2009,01,22,12,32,02 I will be happy …

Member Avatar for finalist
0
156
Member Avatar for browne

I have written the below program for a homework and am really stuggling to find out how to do the email verification. Could anyone please help? (I have looked online and in the text book). Thanks so much. [code] program DataInput; uses Classes, SysUtils, crt; var sname: string[15]; fname: string[15]; …

Member Avatar for FlamingClaw
0
124
Member Avatar for student65

[COLOR="Red"][INDENT]hi every boby, i need an example in pascal for my project that is about [U]file ,truncate file & seek in file[/U]. thanks in advanced[/INDENT][/COLOR]

Member Avatar for FlamingClaw
-1
55
Member Avatar for seto.girl

[B]hi I want my delphi db programm to run automatically in resolution 1024.768 and when I close the programm it returens to previous resolution (windowes resolution)like the most games what should I do? [/B]:(

Member Avatar for Ionelul
0
121
Member Avatar for iin

Hi, Is there any vcl in D2010 to make treeview with checkbox support. Actually I want to make tree explorer (left side in windows explorer). I know there are several vcl available but I want to make custom node in the tree. Many thanks.

0
52
Member Avatar for gerhardjl

Hi All, ( I use Delphi 6/7) 1.0 I wish to display a picture, eg jpg-pic, to the User. 2.0 On the pic I wish to define 'hotspot'-areas, such that when the User moves the mouse-pointer over a 'hotspot'-area, the cursor changes, or such to indicate that the User is …

Member Avatar for pritaeas
0
133
Member Avatar for instinctfx

After having a look at a few freeware components that support drop shadows (solid colours only) Does anyone know of a panel that supports drop shadowing that does not allow inner components when aligned to client to sit over the drop shadows ? or a way to get the panel …

0
76
Member Avatar for Nexum1

Hello! Thank you for watching.. :) How is it possible to loop a sound without a delay inbetween?? I need a few sounds, about 100, loaded into the memory, all ready to play, And loop, without a delay inbetween. How is this possible in delphi?? I don't want to play …

Member Avatar for Nexum1
0
1K
Member Avatar for cgetty

Hi all I'm looking for someone to make a small program that will take data from one text file & write it inside an existing text file. The file that is written into need to put the data in just the right place. I have an existing app that was …

Member Avatar for FlamingClaw
0
79
Member Avatar for kyndig

Hey, I have a DirectX Window which has various different parts. The problem is one of these parts has to be able to scroll up and down. I have tried using a TRect to scroll but it just keeps going over its bounds is there any way to contain this …

0
69
Member Avatar for Dawiss

Hello, Im making a program which when you run it opens up a small form which asks for your password and username, if its incorrect it shows Alert message but if it's correct closes the first form and opens second form with the stuff... so My question is - How …

Member Avatar for radaniro
0
145
Member Avatar for josh48

im trying to draw a box using gotoxy and fucntions. this is what i have at the moment, but dont know what to do next to complete it: [CODE]Program box; uses Crt; procedure draw(x1,y1,x2,y2:integer); begin gotoxy(x1,y1); write('.'); gotoxy(x2,y2); write('.'); gotoxy(x1,y2); write('.'); gotoxy(x2,y1); write('.'); end; begin draw(10,10,15,15); end. [/CODE]

Member Avatar for FlamingClaw
0
2K
Member Avatar for zourha

Hi, I would need some help to resolve a problem. I need to create a programm that contain 10 basic math questions. After 3 fails in a row, the programm must stop. After each question the good answer should show if the student entered the wrong answer, and the result …

Member Avatar for FlamingClaw
0
164
Member Avatar for ipage

Hi, All: Previously, i made a program using d5. It works well in xp. But when i recently build it again in d7, many problems appear. Below is one of them. When executing in d7, this chop file function prompts I/O 123 error? why ? Please help. Thank you in …

Member Avatar for FlamingClaw
0
1K
Member Avatar for especta
Member Avatar for gerhardjl

Hi All, I wish to open a drive, read the dir file names to a text file. eg > Open Drv H, where exist a number of .mp3 files, which I wish to capture the filenames only, to a text file eg dirnames.txt (not copy the contents, just the file …

Member Avatar for finalist
0
142
Member Avatar for instinctfx

Major a/v sync issues using Logitech webcams and directshow and dspack Followed various MSDN methods and other peoples thinly described methods on the net and still to no avail. Im using a logitech quick cam pro 4000 and CANNOT get the audio and video in sync. Ive tried tonnes of …

0
73
Member Avatar for m610

This must be an old problem whose solution must have been posted many times, but I can't figure out how to phrase it for Google. Anyway, I have a TPanel-like component that has a TLabel-like component on it, and the TLabel thingy fills the whole client area of the TPanel …

Member Avatar for m610
0
118
Member Avatar for ipage

Hi, all: Years ago I installed a icmp component in d5, now i am using d7 , but i am not able to install that again, please help the icmp component is at: [url]http://www.torry.net/vcl/internet/other/azping.zip[/url] please help, thank you in advance.

0
78
Member Avatar for revski

hi i am using delphi 2009. i am looking to have a grid on the form, and draw a 2D shape from lines on that grid and have it rotate around a central point. first of all i would like to ask what would be the best method to do …

Member Avatar for m610
0
236
Member Avatar for fayyaz
Member Avatar for instinctfx

Hi Im writing an application that uses the Microsoft Tablet PC api's When im trying to set the FACTOID for an ink recogniser, im getting an OLE Error that i cant seem to find a plausable explanation for The code is this [code] vPicture := (Components[i] as TInkPicture); case vPicture.Tag …

0
71
Member Avatar for finalist

I have a symmetrical matrix [B]A[/B] 8 x 8. First I need to find matrix [B]B[/B] = [B]A[/B][sup]T[/sup]*[B]A[/B]; Next I need to inverse B and find [B]C[/B] = [B]B[/B][sup]-1[/sup]; Help please !

Member Avatar for finalist
0
1K
Member Avatar for leon777
Member Avatar for HelpMeIT

Simply put i would like to open a new form as simply as possible using a button i looked at this [URL="http://www.daniweb.com/forums/thread99518.html#"]http://www.daniweb.com/forums/thread99518.html#[/URL] but it confused me i dont want any values passed on i just simply want it to hide the old form and open then new form can this …

Member Avatar for House_of_Dexter
0
2K
Member Avatar for fotsung

[CODE]procedure TForm3.Button3Click(Sender: TObject); var i,j:integer; var str1,str2,str3:string; begin with adoquery1 do begin close; sql.Clear; if combobox5.Text='' then str1:='' else str1:=' and new_blade_type='''+combobox5.Text+''''; if combobox7.Text='' then str2:='' else str2:=' and team='''+combobox7.Text+''''; if Edit9.Text='' then str3:='' else str3:=' and operator='''+Edit9.Text+''''; Sql.Text:='select * from blade where 1=1'+str1+str2+str3; open; First; stringgrid1.RowCount:=RecordCount; stringgrid1.ColCount:=Fields.Count; for i:=1 …

Member Avatar for Ionelul
0
127
Member Avatar for revski

hi currently i have a few memo lines on a form with a large memo for viewing all the lines together which are saved to a text document when savedialog is executed. when i add the load function i wish for the text to return to each of the seperate …

Member Avatar for revski
0
123
Member Avatar for kamatatul
Member Avatar for JohanT
-1
150
Member Avatar for su-moose

Hello.. This is my first time posting here, and I'm hoping I can find some help I have missed about a week and some of my programming class, and I am very behind. I haven't been able to figure these out on my own. I need to write a practice …

Member Avatar for FlamingClaw
0
97

The End.