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, April 1, 2008 8:55:56 PM(UTC)
thenarsis

Groups: Registered
Posts: 13


I use Leadtools 15 document image and VisualStudio 6.0
WindowProc(UINT message, WPARAM wParam, LPARAM lParam){
      switch(message){ 
            case WM_COMMAND:
                  switch(HIWORD(wParam)) {
                       case L_ILN_KEYDOWN:
                             AfxMessageBox(TEXT("KeyDown!!"));
                       break;
                  }
      }
}

Do not working the MessageBox, Why?

 

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, April 2, 2008 5:16:54 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

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


This
notification code is used in our Main API demo. Please see the WM_COMMAND processing inside the BrowseDlgProc() function in the file




LEADTOOLS15\Examples\API\MainDemo\Frame.cpp




If
you can't get it to work, put your code in a small sample project (not your full application) that isolates the problem in a ZIP or RAR file.
You
can either attach the project here or send it to support@leadtools.com and mention this post.


If you attach the project here, make sure that you do not include any unlock keys and do not hit preview when attaching.
 
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.066 seconds.