Why have to be so difficult to work with MS Control?
I just want to change the font to a simple column in a listview much much better, insert a simple checkbox in order to select something. This code works fine, but insert the checkbox in the most rigth columns and i want it in any place or columns

What i have to changed?

rStyle = rStyle Or LVS_EX_CHECKBOXES
r& = SendMessageLong(ListView2.hwnd, LVM_SETEXTENDEDLISTVIEWSTYLE, 0&, rStyle)

p.s.: Of course i have a BAS!!