447 Topics

Member Avatar for
Member Avatar for amarkevans

I am having a problem in Delphi with the use of multiple monitors. My application consists of a main form, with several different kinds of child forms. If I started running my application (not from Delphi – the executable), and I then enable a second monitor, and then move from …

Member Avatar for Tobie
1
890
Member Avatar for aaa801

Hi java coder here im converting a program into delphi for a project basicaly ive forgotten my whole delphi maths soo can anyone convert this into delphi [CODE](l1 & 0x2 ^ 0xffffffff) == -3;[/CODE]

Member Avatar for dausmus
0
271
Member Avatar for WpgnGaming

So am looking for a way to only select caption text from a listview like the screen shot shows below I dont want to highlight image only text thanks. Yours Simon ![selected.jpg](/attachments/large/4/7befe0a3722ff61ba22a14ea74569724.jpg)

Member Avatar for rproffitt
0
378
Member Avatar for John_196

I am making a user form in Delphi for documents tracking application. I am interested in functionalities **input new entry (record) **and **view list by... (date, name of document, ID,...).** My problem is that I don't know how to implement these functionalities for more than one user. Currently, I have …

0
417
Member Avatar for ultimate_fusion

hi, i am looking for a sample program for delphi for a server client. I was wanting to use sockets and i am using pascal. if any one know of any good resource site or has some same code. I tired the following example [url]http://www.dcs.napier.ac.uk/~bill/delphi_page.htm[/url] but when i compile t …

Member Avatar for pty
0
1K
Member Avatar for riahc3

I want to write out a DXF file with line arc and maybe spline. My issue is documentation; While I have looked at AutoCAD's site I feel that there isnt enough to say "here is a BMP of a circle. Lets take it and convert it using this code". Its …

Member Avatar for ez4u2c
0
2K
Member Avatar for maglarp

I have a problem with a Delph Form that activates without my intention. The application has a mainform, SalaryF and 3 subforms. One of the subforms, PrintingF, enters it's OnActivate procedure as soon as it's onCreate procedure is finished. I am out of hints who is triggering the Form. How …

Member Avatar for rproffitt
0
153
Member Avatar for fayyaz

Hi I have writen a web service. this web service has a method that returnes a Table as XML format and I need to use it as a table. how can i use this web service as a table. is any way to convert XML format to Table format Thank …

Member Avatar for pritaeas
0
2K
Member Avatar for Nadine_1

I am in grade 11 and need help with creating a geocaching program in Delphi. It has to be intergrated with a database. Please could anyone give me ideas of what possible features this program could have Thanks

0
182
Member Avatar for Qazinix

I am having an issue with my program it should start the msconfig program when the button is pressed but it doesn't start, however when I change the file name to Cleanmgr it starts up perfectly. ShellExecute(handle, 'open', PChar('cleanmgr'), nil, nil, SW_normal); ShellExecute(handle, 'open', PChar('msconfig'), nil, nil, SW_normal); I assumed …

Member Avatar for Qazinix
0
474
Member Avatar for Simon180

Hi all, can anyone point me in the right direction to find some documents / demos on how to use opus codec within delphi I not found anything on official webpage. Thanks.

Member Avatar for rproffitt
0
350
Member Avatar for Simon180

anyone have a wrapper or know were to get a wrapper so am able to use the opus codec within my application ?. http://www.opus-codec.org Thanks

0
182
Member Avatar for Bo_1

If I doubleclick on a DirectoryListBox, Delphi returns the directory above the clicked one. A second doubleclick on the same directory returns the wanted directory. How do I select the intended directory in one doubleclick? In the OnDblClick event I use Dir:=DirectoryListBox1.Directory. What am I doing wrong? Anybody? Regards Bo

Member Avatar for Bo_1
0
481
Member Avatar for Simon180

Hello all, I been trying to add a hotkey to my application using the following code below but I have a issue were once added am no longer able to use any other shift commands as it will always call the the press commands so am wondering is there a …

0
146
Member Avatar for Qazinix

I have been working on a program for recording voice conversations as a mini project. I have the recording working 100%, my problem is that I have no idea how to encode the wav file to a mp3 file. Here is my recording and saving code: procedure TForm1.Button1Click(Sender: TObject); begin …

Member Avatar for rubberman
0
1K
Member Avatar for Simon180

Hello am trying to encrypt my strings in delphi I already encrypted my needed strings in php but am having a little trouble getting the matching string from my delphi test application below is the php code am using to encrypt on website then following code is my delphi app …

Member Avatar for Simon180
0
1K
Member Avatar for ww33ww

hello, i'm new in Delphi and i want to add a new record to a chiled Table(tbl2) but i have this Message 'valid date and time' what i wantto do is add to my project a 3 Buttom one is to add a record in chiled Table(tbl2) and the other …

0
140
Member Avatar for abdoalghareeb

I have windows7 64bit I am trying to install borland delphi 6 my Problem is when I run the program , the next message appear: ![2.png](/attachments/large/4/d7ae545f682db0c4751647130738edd9.png "align-center") and when I press (run program),the next message appear: ![3.png](/attachments/large/4/e91dca52deb056bea82a07be37995b91.png "align-center")

Member Avatar for SoftSoul6Co
0
237
Member Avatar for SoftSoul6Co

I have a 3 character fkLookup field sat_site in a table. I'm using TAdsTable table component. When I filter out records in my grid on a field sat_site, grid does not show any records. With ShowMessage() I check the value of field sat_site which shows blanks or boxes in the …

Member Avatar for SoftSoul6Co
0
486
Member Avatar for SoftSoul6Co

I have 5 date fields in a table. I want to place CheckBoxes against each date field to allow user to check the appropriate date for the employee's weekly holiday. I do not have boolean fields in the table. How can I place CheckBox against each date cell in a …

Member Avatar for SoftSoul6Co
0
1K
Member Avatar for hefaz
Member Avatar for Mya:)

Im writing a program that keeps track of a bussiness/banks loans and also shows results of the payments recieved and payments not recieved. basicly it's just a program for loans. i need a name and logo for it, any ideas?

Member Avatar for Mya:)
0
401
Member Avatar for Michaël

Hello, I have to make an MP3 player that can work on 3 different ways. - You click, it plays, you click again, it pauses - You hold down the mouse, it plays, you release the mouse, it pauses - A timer, you can set up a timer to pause …

Member Avatar for SalmiSoft
0
2K
Member Avatar for ipage

I am using delphi 2010 in WinXP. In C# and Java there are Normalizer function. It can transform letters with diacritics into ASCII (remove those accent marks). I do not know if there is Normalizer in delphi. What I am testing is below, but failed. I do not know how …

Member Avatar for ipage
0
3K
Member Avatar for glubbish

I have a backup program that used to work reasonably well. It used copyfileex to copy files from one unix machine to another. Recently it has been maxing out at about 5Mb/s So I changed to SHFileOperation and found it averages about 80Mb/s This is using delphi 7 on windows …

Member Avatar for Duoas
0
279
Member Avatar for finalist

I am trying to migrate from Delphi XE to Delphi XE7, so I opened my Delphi XE - project, but it can not bi compiled, because Delphi XE7 does not recognize IBDatabase, IBCustomDataSet, IBQuery, IBStoredProc. How to solve this problem ?

Member Avatar for finalist
0
201
Member Avatar for milanjmp

Does anyone have experience in translating finished desktop Delphi 7 applications in web applications

Member Avatar for pritaeas
0
88
Member Avatar for Simon180

Am currenrtly working on a voice chat system using lakeofsoft VCL package for audio processing but am wanting to expand my program to mobile phones soon but am unable to use lakeofsoft VCL package in delphi xe7 due to the age of it and no updates so am wondering what …

0
85
Member Avatar for Duoas

Hey all. I'm always frustrated that I cannot seem to find a reference that shows when a feature was *introduced* in Delphi. For example, to use ErrOutput, I have to manually create that value in D5. But what about D6? or D7? Does such a reference exist?

0
109
Member Avatar for Simon180

Am looking for a little bit of help to convert the following Visual C++ code into a delphi if its possible #define MARGINX 24 // this much for "mon" #define MARGINY 24 // this much for "00" char *dayNames[7] = { "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" }; #define …

Member Avatar for Simon180
0
220

The End.