| Delphi full control over the use of Windows Taskbar |
| Windows95/NT/98 the use of the operating system's user to know: Windows to start normally, in the bottom of the screen appeared a tray. From the system point of view, the whole taskbar, including a number of different sub-regions, from left to right ... |
| Delphi in the use of C programming language code |
| Under Windows programming tools for many, such as VB, Delphi, VC, and so on. I do not want to discuss the concrete which is better naive. Played DOS programming knows, DOS under Many of the language or substance of the core system is called the compi... |
| Delphi in the use of Hash Table |
| In the development of the game often need to preserve some of the data structure and the use of the time needed to find out fast. Hash table is to increase the speed of retrieval designed. I will use my Delphi to develop the use of the method Hash Ta... |
| Delphi in the dynamic link library (dll) for the establishment and use of |
| Is a dynamic-link library can be the application of the DLL calls and other processes and functions of the assembly, which is contained inside the code or public resources. Since the DLL code used to share memory technology, in some parts of the wind... |
| Skills, experience: two to share experience in the development of Delphi |
| In the near future cutting tool database, encountered a number of difficult issues, after a multi-inquire, to find and eventually be resolved, it is summed up, to share, free of all encountered similar problems in the future when time-consuming To fi... |
| Delphi development tools in how to access the database structure |
| In the development of database software, the actual demand due to changes in the structure of the database will also change, which will update the document has caused great difficulties. If the software can automatically receive information on the st... |
| Delphi in the automatic data entry |
| Delphi database applications in the data entry process, some data is stored in the Excel; some are stored in the paper; there is a need for some new, as all records between a large number of duplicate data, if All records of each entry so that all pe... |
| Delphi components to use in DBEdit |
| Delphi's board DBEdit components located in the components of the Data Controls page, used to edit data tables in a record field of the current value. The main components DBEdit attributes and methods are as follows: 1, the main attribute (1) DataSou... |
| Delphi embedded compilation case |
| With delphi written procedures, x indicators pointing to the four-byte order reversed: Function toulong (x: pchar): longword; Begin Result: = (longword (x ^) shl 24) or (Longword ((x + 1) ^) shl 16) or (Longword ((x + 2) ^) shl 8) or (Longword ((x + ... |
| In the Delphi programming language used in the C code |
| Under Windows programming tools are many, such as VB, Delphi, VC, and so on. Here I do not want to discuss their specific Which is better, this naive question. Played DOS program design people are aware, under DOS Many language is the real core of th... |
|