Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, June 17, 2008 3:47:09 AM(UTC)

sakthi  
sakthi

Groups: Registered
Posts: 26


Hi,
I am using leadtools v.15 and medicalview demo as sample..
,I want to get esc key value....How to get it????
I would like to perform some opertion in ESC key...So how to get it???...Can u please guide me...
I have used this...
 AddHandler _medicalViewer.UserActionKeyDown, AddressOf _medicalViewer_UserActionKeyDown

Private Sub _medicalViewer_UserActionKeyDown(ByVal sender As Object, ByVal e As MedicalViewerKeyEventArgs)
            MsgBox(e.KeyValue)
        End Sub

its not working , how u have get delete key ,when i press delete key image is getting deleted ..I do not want to  add this event.....and i want to add Ctrl Z key for Undo.....Can please help me out..


thanks
Sakthi..
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, June 18, 2008 6:49:15 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)


Sakthi,




Have you tried to use the KeyDown instead of the UserActionKeyDown like this:
 




AddHandler MedicalViewer1.KeyDown, AddressOf MedicalViewer1_KeyDown


Private Sub
MedicalViewer1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs)


   MsgBox(e.KeyValue)


End Sub

 
#3 Posted : Wednesday, June 18, 2008 7:31:28 PM(UTC)

sakthi  
sakthi

Groups: Registered
Posts: 26


  thanks ,
I got the solution.....thanks alot
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.052 seconds.