React to input into a EditControl |
Post Reply |
Author | |
finn
Groupie Joined: 11 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
Posted: 04 March 2005 at 8:41am |
Hello! I've added a EditControl to my Toolbar. Now I want to read out the text of that control, if you pressed on the Return Key. I hope someone can help me... Yours, Finn! PS.: Sorry for my bad English. I'm from Germany and I can't speak and write English very well!
|
|
Devin Dazzle
Newbie Joined: 19 October 2004 Location: Denmark Status: Offline Points: 13 |
Post Options
Thanks(0)
|
When you press the Enter key the Execut event is fired. You would then be able to get the text doing something like this in the Execute event: Dim cBarControl As CommandBarControl Replace CONTROL_ID_OF_EDITCONTROL with the ID of the edit control. A simpler way would be to just do the following: Private Sub CmdBars_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl) Best Regards Edited by Devin Dazzle |
|
finn
Groupie Joined: 11 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
|
Thank you very much! It works very well! Yours, Finn! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions 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 |