Sometimes Developers Want to list or Identify USB devices connected to the machine and perform some actions to the USB devices programmatically. How do enumerate the USB devices quickly? Don’t know how to do it?. Don’t worry. MiTec’s System Information Management Suite’s component helps to enumerate the connected USB devices; we will learn how to use the TMiTec_USB component in this blog…
CodeSite is an advanced debugging and application logging system that gives developers deeper insight into how their code is executing. One of the benefits of this is that you can locate problems more quickly and easily ensure their application is running…
Powerful Torque Tool Controller Is Developed In Delphi
March 3, 2021
The Torque Tool Controller project catches the results of tightening from a tool controller for future analysis and it is developed in Delphi. According to the developer, “This is my prototype to verify torque / angle traceability connected with tool controller. I have…
The program is based on recording student results and managing course registration while monitoring the general and semester average for each semester. It was programmed with Delphi 10 and utilizes QRCODE technology according to the developer. This looks like one of the premium themes that is available to Delphi developers for use on their applications. The interface looks user…
Clip2Net is the ultimate sharing tool! It allows you to share screenshots and files the easiest way and it is built in Delphi.
As stated by the developer, here are some features of Clip2Net:
Instant Screenshot – upload screenshots instantly or use built-in editor to…
Enterprise-Grade Rich Text Editor Component For Windows With WYSIWYG Editing And Reporting Add-Ons
March 2, 2021
TRichView Component is a set of native Delphi and C++ Builder VCL components for illustrating, editing, and printing complex rich text documents easily.
TRichView component suite offers a wide range of functionalities to create advanced text editors, web/help/book…
Easily Cutout An Image With A Pixel Shader On Windows
February 28, 2021
In the previous example on Shader programming with Delphi FireMonkey, we created a texture feature to show images. So the material source manages the image bitmap.
In this sample, you will create this:
We can do this by adjusting the texture itself and setting all the pixels outside of the circle to be transparent. This needs a change to the texture. By utilizing a transformed pixel…
Fun With 3D: Apply A Texture To A GPU Shader With Delphi FireMonkey
February 28, 2021
We have been exploring shader programming in Delphi FireMonkey. In thefirst post, we have learned the fundamentals of computer graphics and prepared the development environment. And created a simple demo application that just renders every pixel using a blue…
Powerful Built In Database Access Puts Delphi Ahead Of WPF And Electron
February 27, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building…
When I started programming with Delphi 7, my applications were stunning because of the wide variety of VCL styles. I liked the idea of just loading the style file and you are good to go. At this moment, creating dark and light mode for the applications is crazy. But, if you are developing applications in Delphi or C++ Builder, you have no problem!
Most of the time, other students were…