legacy cursors
How do i make a legacy cursor to use in vb6? in RealWorld Cursor Editor is there a way?😉
How do i make a legacy cursor to use in vb6? in RealWorld Cursor Editor is there a way?😉
Thanks dear Vlasta, for now. I'll experiment.
You can create any cursors in RWCE, you just need to know what VB6 supports. Older cursors used to only have 32x32 pixels images, although different sizes were allowed in the .cur format. Also, color depths used to be limited, so you may want to limit your cursor color depth if the default causes problems in vb6.