I have a ListView control in my VB Form and use it as a way to open another form (like xxform.show vbmodal) after trigger its Item_Click event.
But after I close this popup form, the mousepointer would become like a 'forbidden zone' icon. It would turn back to vbdefault mousepointer until I click anywhere on the vb app.
I've tried to add code to trigger 'control_click' event in order to solve the issue... but it doesn't help.
Anyone can help me? thx a lot!
PS -
The property I've set:
DragMode - Manual
OLEDragMode - Automatic
OLEDropMode - None
But after I close this popup form, the mousepointer would become like a 'forbidden zone' icon. It would turn back to vbdefault mousepointer until I click anywhere on the vb app.
I've tried to add code to trigger 'control_click' event in order to solve the issue... but it doesn't help.
Anyone can help me? thx a lot!
PS -
The property I've set:
DragMode - Manual
OLEDragMode - Automatic
OLEDropMode - None