C++CodeDelphiTech Partner

Quickly Enumerate Through USB Devices With Code On Windows

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…
Read more
DelphiShowcase

Useful System of Student Registration, Study, and Exams Developed In Delphi

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…
Read more
DelphiRAD Studio

Easily Cutout An Image With A Pixel Shader On Windows

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…
Read more
C++DelphiRAD Studio

Easily Add Visually Stunning FMX And VCL Styles To Your Windows And Mobile Apps

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…
Read more