Posted on 09 June 2010. Tags: Delphi, help, sockets
Hello,
I need help with my Delphi application. I have a server application and client application, I use a ServerSocket on the Server Application, and a ClientSocket on the Client Application. I need a way in Delphi to send text ( a string ) from the ServerSocket to the ClientSocket. I cannot use Indy or ICS since I have the free version of Delphi. Please tell me how to do this.
Thank You very much,
please answer as soon as possible.
An answer that works gets the 10 points.
Posted in Delphi
Posted on 09 June 2010. Tags: Delphi, scope
Hi i am a delphi developer working in India i want to know what is my job oppurtunities in European market(france)
Posted in Delphi
Posted on 08 June 2010. Tags: Delphi, GDI+
How can I use GDI+ in delphi?
I know that gdiplus.dll has functions for using GDI+.
Has anybody any reference for functions in this file?
thanks…
Thanks to Sunardy W.
I got those units and also I have some sample programs that explain using GDI+ in delphi.
But it seems those units have some bugs! I tested regions in GDI+ in a simple program but I found that each time I use regions, memory leak occures. I created some regions and then (after doing thome works) made them free. I could not underestand where and for why memory leak occures.
Would you help me please? I can send the code I use.
Thanks alot…
Posted in Delphi
Posted on 08 June 2010. Tags: databases, Delphi
I need to make a database in delphi, yet every tutorial for this Iv seen includes microsoft access or similar. I have written quite a bit of code before in delphi, but never needed a database. Can anyone explain what I would need? Or is it at all possible just to use delphi? (Im using Turbo Delphi06) Im very confused!
To be honest Im not 100% sure it is a database I need, I need to store (and be able to alter) things such as employee details, stock, and a timetable.
(This is just me practising for a project I need to make, yet I know no-one who knows about this stuff)
thanks if anyone replies =)
I cant use access, is there a free program to use instead? With a tutorial if possible??
Posted in Delphi
Posted on 07 June 2010. Tags: +vclskin, Delphi, error, runtime
In my delphi app I use vclskin 3.02, but when the app exit I got the exception “runtime error 216″. when I disable vclskin then there is no exception when closing my app. Why?
Posted in Delphi
Posted on 06 June 2010. Tags: Delphi, error
I’m receiving this error message when I run the program in Delphi
Error Fetching from SQL Server
Invalid field size
Anyone can help me?
btw, I’m using MySQL..
What do you mean by that steveo?
Posted in Delphi
Posted on 06 June 2010. Tags: Database.dbf, Delphi
How do I save info in Delphi to a *.dbf ?
And how do I load the data next time I open the program I created?
Thanks : )
Posted in Delphi
Posted on 05 June 2010. Tags: Delphi, Programming
Hello,
I’m making a program which consists of a RichEdit. I have set a function using StringFind and StringReplace to find and replace the word ‘cool’ in an example, the thing I want to do is to replace the color of the specific word cool. So in example:
all the colors were blue, green, cool <—– the word ‘cool’ must be blue in the example, so how can I replace color of an especific word in Delphi? Thank you very much, please answer as soon as possible.
Posted in Delphi
Posted on 05 June 2010. Tags: Delphi, frame
What is a frame in Delphi and what would you use it for?
Posted in Delphi
Posted on 05 June 2010. Tags: color, Delphi, determine, form
When I try to get the form color in a Delphi program at any pixel of the form, it always gives me pure white (255, 255, 255), when I know the form color is that sort of light beije of Windows XP Home Edition.
Posted in Delphi