08-25-2006 07:25 PM - edited 08-25-2006 07:25 PM
帖子被Denny.sh在08-25-2006 07:29 PM时编辑过了
08-27-2006 11:58 PM
The first of these modes is the most common and it allows the user to select characters; the second mode allows the user to select lines and the last mode allows the user to select rectangular block of text. You can toggle between the different modes by pressing Ctrl + Insert keys. The selection mode change often confuses people who press the keys by mistake. For more information about these modes, please refer to the CVI help documents.
The CVI textbox will show the selected text only when it has focus. So after you set the selection start and set the selection lenght you have to make sure that the texbox control has focus. Just call the function SetActiveCtrl(,,) after you set the selection, this should make the text box active and show the selected text.
08-28-2006 08:00 AM
08-28-2006 12:06 PM
08-28-2006 07:30 PM
08-28-2006 08:33 PM
wow, it's cool!
Haha, thank you for your gracious help!