|  | 
| ComboBox Clicked Event | 
| Post Reply   | 
| Author | |
| blockwood   Groupie   Joined: 23 March 2004 Status: Offline Points: 45 |  Post Options  Thanks(0)  Quote  Reply  Topic: ComboBox Clicked Event Posted: 01 April 2004 at 9:03am | 
| 
   Hi,
 I have a combobox control in my command bar. How can I determine the value selected by the user, what event should I look for. Any code snippet would be appreciated. thx - Brian | |
|  | |
| Bjarne   Newbie     Joined: 30 December 2003 Location: Denmark Status: Offline Points: 28 |  Post Options  Thanks(0)  Quote  Reply  Posted: 01 April 2004 at 9:14am | 
| Hi Brian, Lets say you have a ComboBox with the ID of ID_FONTCOMBO, and you want to set the Font of an RTF Text box to the font displayed in the ComboBox In the Execute Event og CommandBar you could put the following: Private Sub cmdBar_Execute(ByVal Control As XtremeCommandBars.ICommandBarControl)         Select Case Control.ID Bjarne | |
|  | |
| SuperMario   Senior Member     Joined: 14 February 2004 Status: Offline Points: 18057 |  Post Options  Thanks(0)  Quote  Reply  Posted: 01 April 2004 at 9:17am | 
| 
   Take a look at the dynamic popups sample. | |
|  | |
| 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 |