I have imported the Windows Media Player active x as a component in Delphi 2007 running Vista.
Is there a way to make the video screen show to a panel inside of my application?
Also, do ...
I have a program that, when running, requires the desktop to be disabled (icons disabled and right-click disabled).
I got this working fine in XP and Vista, but Windows 7 keeps throwing me ...
I'm using a TClientDataset to store temporary data in memory.
The table is not too big, just like 30 rows.
But this rows are updated with information every few seconds.
As the time goes, af...
Hi
I use a splash screen in my app that works like: (see code)
After // Do lots of code, I need to tell windows to tidy the screen up again, or tell all applications and the desktop to r...
Using Delphi 2010
Imported a Type Library from a DLL written in VB
The object _cTC2005 is created fine and I'm able to access most of the properties/methods.
Function StockLists is defined ...
Hello everyone, I have a delphi application that I would like to run as a service on my server here. From what I understand, a service is different from a standard application, I'm not reall...
Hi
Is there a way that I can count the capital letters in a string?
Thanks
Let's call my input the DECRYPTED string.
Let's call my output the ENCRYPTED string.
Here's an example of the DECRYPTED string:
555
2009/09/15 04:00:00 AM
77
X
47234
65465
A
THRE...
I'm trying to display the select data source dialog from a program I'm writing in Delphi. The same dialog as MS Access displays when going to file -> get external data -> link tables -> set fi...
Hi all, I need a way to convert pdf to jpg using delphi. Either using a component or not. Sample code or demo highly prefered please.
Thanks
St3vo
Hi
I am sending an attachment of HTML and JPEG file from my delphi application using indy to my yahoo email and also to my microsoft outlook.
Now I can see the contents of the html and jpe...
I am using TJvMail from the Jedi Project to send Mail via the default Mail Client. Everything works 100% in all Mail Clients, except when it comes to MS Outlook. The Mail gets stuck in the Out...
I have made a little programm that has a Treeview, a RichEdit.
and 4 buttons on a Panel. 2 buttons are for loading and saving
the treeview nodes with its associating text on the RichtEdit
t...
How to convert strings in delphi from UTF8 or other charsets to the URL standard
iso-8859-1
In JavaScript you can use the encodeURI() function. PHP has the rawurlencode() function and ASP...
We have an application that is installed on a Windows network. When the app is installed to the server, the installer writes to an ini file stating exactly where our data is installed. For in...
For an app I had this code that where the app was installed there the ms access database file was also. Before I had the code, I had in the connectionstring of adoconnection the link where the...
Dear Experts,
I have an application with a treeview, a richedit and 2 buttons on it.
The buttons are for making a file-node and a folder node in a treeview.
The treeview-nodes along with ...
I have created a appointment in outlook using the code found in experts exchange
procedure CreateNewAppointment;
When I change the details after it displays and I save I get an error
Re...
Each node in the Treeview has associated text that will be displayed on the
RichEdit. The treeview-nodes with its associated text will be loaded and saved
to a database.
f.e: I have a bu...
Hi I could do with some help, I'm trying to convert a C++ .dll header file into Delphi and I'm struggling with the syntax for a callback function. I've attached a snippet of the C++ header cod...
In Delphi, I want to create a treeview control with checkbox for each item. How to do so? The control should support Windows 95/98/NT4.0 and all higher versions.
I'm coding a TGeoPoint class in Delphi 2010 which will be used a lot by other classes later on. For example I'll have a TNetwork class which will hold a collection of GeoPoints.
I read sever...
With TidHTTP I post a password to a page and receive a cookie that enables a GET command to work. The cookie is managed with TidCookieManager.
This GET command retreieves the HTML of anothe...
Hi,
The following I need to accomplish:
In table "Systemsettings" an Integer field called "NextID"
When a user (application) wants to use an ID then it must be increased (for the next use...
This always worked fine before - but now my ISP have closed port 26 and there is something different with the SMTP on port 25. I can open the connection, but when i try to send mail i get a 10...