Delphi
Delphi is a software development package created by Borland.
Application
Platform
Windows
Remove
License
Any
: So, I've decided to pick up one of my earlier friend components, the AC tools, but the problem is that the DsgnIntf is missing. How can I acomplish the install in D7EE without it?
:
DsgnIntf...
: This message was edited by GarryPaxton at 2004-12-19 10:25:7
: I wish to browse for a directory, rather than a file, so I have been using the SelectDirectory() function in Delphi 6, which gives...
This message was edited by GarryPaxton at 2004-12-19 10:25:7
I wish to browse for a directory, rather than a file, so I have been using the SelectDirectory() function in Delphi 6, which gives me...
It is a great idea to use windows api call. You can find help in your windows SDK help, but I'd also suggest you to try ceating your own file handling rutins, with using AssignFile, Reset, Rewrite,...
: : i want to kill other applications but i dunno how, i'm a beginner in Delphi programming! please help me !
: : Thanks!
: :
:
: You can use EnumWindows (you can search all windows) or...
: i want to kill other applications but i dunno how, i'm a beginner in Delphi programming! please help me !
: Thanks!
:
You can use EnumWindows (you can search all windows) or FindWindow (you...
: hey ama student learnin sum delphi codin and i wanted to kno how to create a windows screen saver in delphi. i compiled an .exe d other and renamed it to a .scr, den copied it. that kinda worked...
: I need to search through directories of files. In Pascal and Delphi I used functions "FindFirst" and "FindNext". Is there any equivalent functions for C/C++, I am using Borland C++ 5.02?
:
Try...
: HI all ...
:
: I am currently creating processes, example run notepad through delphi 5. When i open notepad, it use windows handles, but when i close notepad, not all the windows handles are...
HI all ...
I am currently creating processes, example run notepad through delphi 5. When i open notepad, it use windows handles, but when i close notepad, not all the windows handles are released....