937 Topics

Member Avatar for
Member Avatar for LasseDelphi

Hi every one My name is Lasse Storr-Hansen. I have been programming using Delphi since the very first Delphi 1 - even one before that. I also used the Borland Pascal for Windows just before Delphi 1. I am also a physics teacher in the Danish highschool. Lasse :-)

Member Avatar for thunderstorm98
0
27
Member Avatar for delphiman

Hi guys! I've been hooked on Delphi since Delphi 1 was launched in 1994 (?) and have been using Delphi 6 ever since it was alunched when I was still living in Australia. I am still using it, and won't change, since I re-settled in South Africa in 2005. If …

Member Avatar for zandiago
0
56
Member Avatar for hamkakf

hello My name is Hamka.And i wanna ask about my home work.In Delphi off course.I have try in 3 day`s but still cannot understand how to create / code it :( :( @ form1 //label// please input the number or string : _____________ //-> edit1 |process| //-> button output ____________ …

Member Avatar for Duoas
0
88
Member Avatar for jmatusik

Hi , My name is Joe and I work mostly with Visual Basic 6.0 Apps. Learning Labview (tried to get BrokenArrow as Username). Hope to be able to get and give some useful info here. My latest challenge is calling Matlab from VB6. Making good progress so far. I am …

Member Avatar for binoj_daniel
0
58
Member Avatar for Ged Feeney

Ged Feeney just returned from a Mountain Rescue callout to search for two divers reported missing in Ullswater, in the English Lake District; they turned up safe and well, no further details to hand. This is by way of an introduction. I am Statistics Officer for the national organisation Mountain …

Member Avatar for zandiago
0
89
Member Avatar for Brent720

I'm interested in web enabling my program. Here's an example of what I mean. Suppose I am translating some text and run into an unfamiliar word that I can't find in any of my dictionaries and would like to add a new definition. Of course I could manually access a …

Member Avatar for fairchild
0
93
Member Avatar for csy

[B]I try to use trayicon in delphi 5, but I can't hide the main form completely as which contain a MDI child form. Any solution for it? [/B] :(

Member Avatar for csy
0
714
Member Avatar for csy

I am using Delphi 5. I've add a trayicon in application and need to make the trayicon bright or change colour in different status. Anyone can help? Thanks and Thanks.:$

Member Avatar for csy
0
236
Member Avatar for zoe256

Hey guys, I was just wondering if anyone had used DPlot Jr & Delphi 7 (or any version really!) before? There is code for the module files in every possible language, except Delphi, and I really don't want to have to re-write it, I'm not sure I even could! I …

0
59
Member Avatar for Brent720

Hi. I'm a newbie at this forum. I've been using Delphi 3.0 for a long time, but have run into some problems I just don't know how to handle. I'm looking for some coding tips on how to do certain things in Delphi ObjectPascal. First of all, is Delphi 3.0 …

Member Avatar for Duoas
0
465
Member Avatar for adrive

guys, im trying to get bulleting to work. I've yet to see what's the output for this one, can someone help me out? It kept saying incompatible types between listtemplate, listlevel against variant types. But from all the examples i see on the net, the word document object is a …

Member Avatar for adrive
0
388
Member Avatar for Terry Robinson

I've used Delphi for the past 12 years, but now I need to get up to speed in C#. Since both systems were designed by the same person, there are lots of similarities. However, C# seems to have a big gap when it comes to centralized data access. All of …

Member Avatar for JerryShaw
0
399
Member Avatar for gastan

Hello. I would like to show a multiline caption on a button, but with the second line in bold. Can somebody do it? Currently I have a multiline caption, but don't know how to draw text in different font styles (color, style, size, etc.) within one button. (Delphi 2006) Thanks …

Member Avatar for ExplainThat
0
551
Member Avatar for fmwyso

I've "coded" in a few small, easy-to-use nonfunctional programs like VB express and AutoPlay Media Studio (more like scripting) and wanted to kick it up a knotch and heard that Delphi is a great program to use for it. So... I tried it and i am amazed at how completely …

Member Avatar for DesRodman
0
119
Member Avatar for dodol

Hi all, I have a case. Example: In Windows, I click a test.doc. my program running than it showmessage test.doc. and and then I click again dodol.doc.. my program is running... and it show message dodol.doc. any program I open.. It show the message (the file name).. How to create …

Member Avatar for dodol
0
101
Member Avatar for tsbrownstone

any idea how to get around this condition? using sql database explorer ... trying to gather a mere 17000+ records ... i'm getting a table is full error (i've been able to gather beyond 239,000 records at times) this same error appears in my delphi application using the same sql …

0
55
Member Avatar for felipevianna

Hi I am a PHP, Delphi, C programmer and now I'm studying Java I downloaded NetBeans and I'm searching to understand this wonderfull world I dream is mobile softwares in Java thanks

Member Avatar for happygeek
0
17
Member Avatar for EnderX

I am working with a delphi form that appears to have a rather interesting problem. I am developing on a laptop sitting at 1920X1200 resolution. On my form, I have a trio of components. One is permanently invisible, and clicked to align/left. The next is permanently visible, and clicked to …

Member Avatar for ExplainThat
0
155
Member Avatar for ycubed

I found a website that ansers a lot of the questions asked on these forums regarding [URL="http://www.webbudd.co.za/articles/dindex.php"]Delphi and Pascal. Click.[/URL]

0
72
Member Avatar for dinkle

I am new to deplhi coding and need help and examples when it comes to browsing files, pulling out data from files, looping, retrieving data, saving files. Any links to examples or any thing pls help. Thanks

Member Avatar for dinkle
0
287
Member Avatar for r0b0t1

I'm sorry for asking such a simple question, but I can't an haven't found a reference to my problem. Its fairly simple, and I don't think it will require much change over-all (I hope anyway). By the way: Its a plugin designed for an human interaction program designed for games …

Member Avatar for ExplainThat
0
103
Member Avatar for EnderX

I'm currently working on a Delphi program that, as its last step, calls up a php page to generate a report. On my test box, the default browser is Firefox, so the report opens in Firefox. On another box I've tested it on, the default browser is IE, so the …

Member Avatar for caperjack
0
96
Member Avatar for diego.valdez

Hello, I have a problem. I installed Delphi 2007 with a license that was provided to me, but it was invalid cause it had been used previously. So my Delphi 2007 was installed as an evaluation version, in the 'About' dialog a message was displayed stating that the software was …

0
53
Member Avatar for dumboo

Hello I need help in converting char * to TByteDynArray in Borland C++ Builder. Below code is suppose to work but it give me EAccess Voilation error. [code=c++] char *one = "test"; TByteDynArray two; two.set_length(sizeof(one)); Move((void *) one[0], (void *) two[0],sizeof(one)); [/code] This kind of code work in delphi and …

Member Avatar for Salem
0
1K
Member Avatar for badMF

Hi, I hope to find the solution here.... I want my app to minimize to tray and to use tooltip icon (in systray) for some info for the user. I've tried to find some source code for this but it seams that no one wants to share "the secret". I …

Member Avatar for delphidabbler
0
431
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 dombrat
Member Avatar for jbennet
0
77
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 genpopo

hi, i was pissed off with this problem.. it was obvious to be very simple and yet i cant solve it. i am newbie in .net. i want to attach my selected image file in image webcontrol using html upload component and my code is this.. this code is located …

Member Avatar for Kusno
0
64
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 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 RRUDMAN
Member Avatar for radu84
0
95
Member Avatar for interspire

I'm new to C++ builder learning C++ builder,i don't know how to install components.I'm trying to use the text highlight & line count feature for the text editor i've created by following instructions in help file of borland.I downlaoded the component from [url]http://delphisci.sourceforge.net/[/url] but there was no installation instruction.i tried …

Member Avatar for interspire
0
194
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 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 am working on a program in Delphi where I need to be able to escape the enter key. There is a method that might work, but using it requires that I know the Word datatype value of the enter key upon entering the code. Would anyone know where an …

0
54
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 eddie-jdp

Hi all, I've just joined this forum. I thought I'd go ahead and do what I was told and introduce myself to everyone. Up until now I have been primarily a Java programmer. I know a little PHP and right now I'm working on a project in Delphi. I hope …

Member Avatar for eddie-jdp
0
65
Member Avatar for lollerskates

Hi there Cool forum! I'm just looking for some advice. I'm designing an interface for a public display as well as an admin interface that will control the output for the display. The display will feature text, images and video - both normal video files and live streamed video. The …

Member Avatar for thekashyap
0
105
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 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 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 Terry Robinson

I'm an experience Windows programmer and I'd like to do some work for my wife's school on Mac OSX. The trouble is, I have found no decent programming tools for that system. When I work on Windows I use Delphi or Visual Studio. Does a visual, objected oriented RAD system …

Member Avatar for iamthwee
0
138
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

The End.