I need to be able to drag highlighted text from a TEdit component over to a TTreeView component and drop it as a new node.
I have been simply programmatically placing it into the TreeView...
delphi
how to prompt a message when user does not select the checkbox and press the button send
i do as follow
if vststudent.GetFirstChecked(csCheckedNormal) = 0 then
ShowMessage('S...
for being the 7th expert to go over the 100k points in the delphi TA
you finally made it :)
Hi
I trying to update a update date (now ) to the record if a user updates any DBEdit fields on the form
The onchange event crashes when opening the form as its not in edit mode.
I g...
delphi
I have a query where i set student name as wild card
I have student name, student id, age, address as my data field
I have 3 search text box where i can search for
student name(w...
Hi
I set this question to high points because I am running out of time.
I am a bit stuck. I want to color individual cells to the value of data, the below works fine for entire rows, bu...
I'm having trouble getting any files back when calling FindFirst on a UNC Drive, as in FindFirst('\\Dev-dx\*.*')
It always comes back false.
Is this a rights issue?
I can browse the t...
Hi,
I have made this code:
procedure TfrmTextToSpeech.FormClose(Sender: TObject; var Action: TCloseAction);
begin
SaveRecentFileList;
end;
procedure TfrmTextToSpeech.FormCloseQ...
Hello experts,
I have DLL with global variables and set of functions (in the same dll) using them.
My application will be working using threads now.
Many threads will be using the sa...
Hi, I'd like to add items into the playlist of WindowsMediaPlayer1
procedure TForm18.Button4Click(Sender: TObject);
var bb:IWMPMedia;
begin
WindowsMediaPlayer1.currentPlaylist.Clear;
...
I'm sure it's easy for someone who have experience with inno setup.
Let's say I have entry:
[Files]
Source: "D:\Projects\Exe\test.exe"; DestDir: "{app}"; Flags: ignoreversion
now, in ...
Hi
I trying to have a control show one image of many at a time every 10 seconds, I have battled with it for a couple of hours.
I have come from vb programming so this is quite new to me....
I need to work with Unicode in D5. The TMSUnicode components for D6 won't install in D5. If there is a way to do that, this might solve my problem. If not then here's what I've been able to...
I need to quickly generate a random number between 1000 and 65000 but it must be even.
I am using Delphi 6.
I am giving the maximum 500 points as this is urgent. Many thanks for you...
I am using Delphi 7 and mysql 5.0 with MySQLDAC.
I am creating an app which uses a 3rd party component (DBPanelEdit) which automatically generates the edit controls based on the table fields....
What i did was took an existing routine and got it to check for 4 function names within the dll/exe, I figured if it had all 4 it had to be a valid com/active x object as normal dll's don't ha...
I need a list of weekend dates ( nonworking days ) between two dates in delphi language ?
need to modify this code to check for a decimal' 0.0 ' or '0.00' format.
delphi
How to count number of rows been check in TvirtualStringList
and print it on the screen
example: (value + 'check box has been selected');
as shown in diagram below
Hi Experts,
Please guys help me. I have a thread TFirst this thread creates a second thread TSecond (each instance of TFirst creates a TSecond), but I need that TSecond execute some procedu...
I downloaded and installed a component into delphi, then moved the project.
Everytime I open the project, there is a message it cant find blah.dcu, I have installed it already, and when I i...
I am trying to find information on how to write code to get MS Windows AD Password Date. Once I can get this information I plan on evaluating the date to show when an end users AD password is ...
Dear Experts,
I have made a little Notepad. And I want the user to be able to open
a PDF-file in my TRichEdit. But just the content of the PDF.
So I have to convert the PDF to TXT.
...
Dear Experts,
I have made a Notepad programm with a SaveDialog and a MainMenu-component on it.
I have put this in the SaveDialog under Filter:
Text files (*.txt) | *.txt.
Because ...
Dear Experts,
In my previous question I got the comment that I had to be more specific about my problem.
My appologies.
I am Dutch and my English isn't very well. So I try to explain my...