LEADTOOLS Support
Medical
Medical SDK Questions
How can i change my Cursor type to Window Level?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, November 11, 2008 7:37:05 PM(UTC)
Groups: Registered
Posts: 53
Hi
I am using Lead tools licensed version 15.0. I am working in Medicalviewerdemo project in VB.NET. I want to change the default cursor(Ur cursor) to my own cursor type when appling medicalviewer action type window level on the image. How can i change the cursor type? Kindly do the need full as early as possible...
#2
Posted
:
Wednesday, November 12, 2008 5:19:00 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Guna,
I have not tried this before, but try to set the MedicalViewer.Cursor property in the UserActionMouseDown event and re-set it in the UserActionMouseUp event.
#3
Posted
:
Wednesday, November 12, 2008 7:00:22 PM(UTC)
Groups: Registered
Posts: 53
Hi Adam
I am using following code in user action mouse down, mouse move and mouse up
window.cur (its my own cursor)
m_Viewer.Cursor = New Cursor("c:\\window.cur")
My own cursor show when i apply the window level expect when i mouse down and drag. that time the window level default cursor showed, how can i avoid that. Kindly help as soon as possible..
#4
Posted
:
Thursday, November 13, 2008 6:51:16 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Guna,
If you want to change the cursor for the user actions such as WindowLevel, you can set the MedicalViewerWindowLevel.ActionCursor property to the desired cursor and pass it to the SetActionProperties Method.
#5
Posted
:
Thursday, November 13, 2008 6:09:31 PM(UTC)
Groups: Registered
Posts: 53
LEADTOOLS Support
Medical
Medical SDK Questions
How can i change my Cursor type to Window Level?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.