I have a ActiveX control written in Delphi 6 which handles WM_QUERYENDSESSION message to pop up a message box to let users to save changes before开发者_如何学编程 shutting down windows.
I\'m looking for software protection and/or code obfuscation software like Oreans Themida, VSProtect, ASPRotect and similar. However, antivirus false positives is a deal-breaker for me. I cannot incon
I have a form that contains 16 TCheckBox and 32 TEditBox. Every 2 TEditBox en-ability is depending of the checkBox state.
Googled for a long time but cant seem to find an answer. Is there any x64 embedded database to use with Delphi ?
i have a program which is using several threads to execute some task. Each thread is having a bunch of task to execute. after executing one of them, each thred will call a post message to main screen
I am writing a program using Delphi prism. The goal is to be able run on windows and linux (mono) from the same project. So, at this point I need to have a way of playing a sound file for windows and
I am stuck with TDBListView and TAdvDBListView and开发者_如何学编程 the way to display icons with the displayed items.
So we\'re converting from VSS to delphi and we use a lot of include paths. We\'d like to at least attempt to conform to whatever the Delphi IDE decides is the right way to do this, but it\'s non-obvi
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Actually I am using a ImageEN TRulerBox and a TAdvOfficePager (TMS) rather than a TPageControl; however, the TAdvOfficePager functions the same way as a TPageControl aside from property names.