Hi all,
I've got a problem that is driving me crazy...hope you can help.
This is the scene:
I've got 2 Delphi Applications
Application 1 when it loads it executes application B which...
I am building some sort of language learning system using the computer. It uses videos, sounds, images, etc. Specifically I am writing a learning system from spansih to russian language. Many ...
I have a ListView populated with images and I want at runtime to populate a TreeView with an image from the listview and associated 'Label'
Once populated I need to check which item the us...
Hi,
What message to I pass to Perform to scroll a TDrawGrid up or down?
MyGrid.Perform(???);
Regards,
Bill
Hi experts,
I'm in need to find a solution for use ShellChangeNotify in a NT service..
I have tried to use shellchangenotify in a application. I have no problems to use shellchangenotify...
I'm just starting to used RAVE and whenever I attempt to execute the report in both the report builder or my code ie..RvProject1.Execute; I get an error
System Error. Code 183.
Cannot cre...
' I found the VB Script Code here, how to write it in Delphi?
dim websvc, site, root, dir
set websvc = GetObject("IIS://localhost/W3svc")
set site = websvc.GetObject("IIsWebServer", "1")
...
Hi,
I made a Service App. I (administrator) installed it as service, using "app.exe /INSTALL".
When I start the service under administrator users, it is fine, but when I start the servic...
Hi,
My app. is a service, and is set to Interact with the desktop (i.e: display a messagebox).
When windows user #1 logs in, everything is fine, the service displays the messagebox to the ...
Hello Experts,
Has one of you have ever used or tried the TadpMRU Delphi component? I implemented the About/Zarko Gajic' adaptation of it and it works beautifully, however setting the regis...
Hi Developers,
I am very thankful for all the assistance I get from all of you. This has been my number one resource for information whenever I need fresh ideas, examples or even when I re...
Hi there,
I am trying to delete some deleted files.
Now I have tried using Sdelete to do this (clean the free space) however when I do a scan I can still see the filenames (when I use a fi...
Dear Experts,
I have found a code on this site to make a file have a DIFFERENT icon
than the icon of the .exe file.
This is the way to do it:
[1] Create a file in Notepad and write t...
Hi Experts,
Previously I used Delphi 7 and used the database desktop to create table and view table (Paradox). Currently I change to use Borland Developer Studio 2006 and I can't find the D...
Hi,
Here is a snippet of code I am working on. Can anyone tell me how to read the points as per the psuedo code. All the examples I see from searching involve passing the handle directly ...
Experts:
sometime we navigate net and copy text from non English country . For example, we may look Japan ,Chinese stock market by net and copy some text data. I desire to know a te...
I want to retireve the logon SID, as explained in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/access_tokens.asp for the current user, or current process,...
I am using an application that includes Digital Metaphor's Report Builder. I have a report that includes a list of equipment with specifications and a picture of the equipment. All images ar...
Dear Experts,
When my application starts I want that a logon-form automaticly appears.
I have made this but I get an EAccessViolation, what do I do wrong?
procedure TMainForm.Startup;...
Hi,
I have a popup menu called by various components.
I am attempting to find which componet is calling the menu.
The PopUpmenu popup event is as follows:
procedure TCustSearch.ExP...
Hi,
I am a little unclear how to use FindComponent correctly.
The following is what I want to do but it returns Nil.
var
oGrid: TwwDBGrid;
oGrid := FindComponent('ContactGrid'...
Hi experts,
I have 2 forms: frmMain and a datamodul. Datamodul contains IBDatabase1 and IBTransaction1 components.
procedure TfrmMain.FormCreate(Sender: TObject);
begin
if OpenDialo...
Dear Experts,
2 days ago I have asked a question how to resolve the flickering of
my application, I received good solutions. I have tested it and the
flickering stopt.
But after closi...
Hi all,
Still stuggling along here in Delphi; hoping someone could help me get the usage of the api
FilterReplyMessage working... I can use it with no problem in C; just can't get it right...
Hi,
I want to write a program that will dock and or align (left,right,top,bottom) with another application. Much like the menus in Photoshop how they dock and align with each other. However, ...