Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A C++ Builder FAQ about how to use a custom cursor in C++ Builder.
You can make a cursor in 'Tools | Image Editor'.
Put the code below in your Forms's constructor.
const TCursor c = static_cast<TCursor>(22); //22 is by default an unused index |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.