You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
Hello Michael, seems like you have reached the max number of private messages. Since im going out of town today, please allow me to answer over this forum.
You can create your own cursors with the editor that came included in PowerBASIC 7, or with an utility like Microangelo.
I assume you want to change the edge color of the Egrid32 cursor... Once you have the cursor you need, you can load it in Egrid32 using the cursor handle you get with the LoadCursor or LoadCursorFromFile API's, and then using this code:
Code:
Result = SendMessage(Hgrid, %EG_LOADCURSOR, %EG_MAINCELLCURSOR, HandleToCursor&)
Egrid32 supports loading custom cursors to specific cells, or areas. The code you need depends on the task you want to accomplish.
For more detailed information you can see the help topics for: EG_READCURSOR, EG_SETCELLCURSOR, EG_SETCOLUMNCURSOR, EG_RESTOREDEFAULTCURSOR
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: