1
vote
3answers
2k views
How to do HTTP POST in Utf-8 -> php script -> mysql
I am using Delphi 7 and ICS components to communicate with php script and insert some data in mysql database...
How to post unicode data using http post ?
After using utf8encode fro …
4
votes
4answers
694 views
Playing mp3 with delphi
Which component to use to play mp3 files from streams/files and also to know the lenght in seconds of that mp3 stream?
…
1
vote
3answers
1k views
Correct way to maximize form in delphi (without caption)
I have a form without caption, using on double click to maximize : Code looks like this:
procedure xxxxxx;
begin
if Form1.WindowState=wsNormal then
begin
Form1.W …
1
vote
3answers
1k views
INNO Setup: How to implement file update based on different versions of the application
I have an application written in Delphi that has several versions that contain binaries and database (MDB) with catalog data.
During the product life cycle fixes/enhancements are either in …
0
votes
2answers
424 views
Delphi : How to create MP3 file with certain number of seconds of silence ?
I need to create a mp3 file with certain number of seconds of silence?
What would be way to do it programatically?
Edit:
It doesn't need to be re inserted in mp3, just a single mp3 …
2
votes
2answers
363 views
Delphi 2009: Search skipping diacritics in unicode utf-8
I am having utf-8 encoded file containing arabic text and I have to search it.
My problem are diacritics, how to search skipping them?
Like if you load that text in Internet Explore …
5
votes
7answers
342 views
Migrating Delphi App to Java or to Web App
We want to migrate UI rich application from delphi to java or Web Application.
Reason is that we want application to be portable on all Operating Systems.
Current Components and Mod …
0
votes
1answer
88 views
Highlighting effect to text and/or image similar to be synchronized with audio
I am looking how to approach following problem:
We have application that displays text with audio recorded material. We use Browser Control (Internet Explorer) in Delphi App to do this. We …
