This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, April 1, 2008 8:55:56 PM(UTC)
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?
#2
Posted
:
Wednesday, April 2, 2008 5:16:54 AM(UTC)
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.