| | |
Help with Getting text from combobox
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2007
Posts: 5
Reputation:
Solved Threads: 0
Hi,
I'm having a problem with retrieving the text from a combobox. When i do the index of where the text is in the combobox is returned as well as the text.
My code is as follows:
The preset value is set to 3/*VIDEO_FORMAT_QCIF*/
where 3 is the index of VIDEO_FORMAT_QCIF.
I'm really baffled by this :rolleyes:
Can anybody help?
Thanks
I'm having a problem with retrieving the text from a combobox. When i do the index of where the text is in the combobox is returned as well as the text.
My code is as follows:
C++ Syntax (Toggle Plain Text)
//default video format dirac_encoder_presets_t preset = VIDEO_FORMAT_CUSTOM; //get the video format selected by the user VideoFormat = FormatTypeComboBox->Text(); if(VideoFormat == "QCIF") { preset = VIDEO_FORMAT_QCIF; }
The preset value is set to 3/*VIDEO_FORMAT_QCIF*/
where 3 is the index of VIDEO_FORMAT_QCIF.
I'm really baffled by this :rolleyes:
Can anybody help?
Thanks
Last edited by Ancient Dragon; Jan 11th, 2007 at 1:38 pm.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Similar Threads
- Searching for records contained in access from VB (Visual Basic 4 / 5 / 6)
- Issue related to combobox.... (VB.NET)
- Making T.Greer's JavaScript-synthesised combobox dynamic (JavaScript / DHTML / AJAX)
Other Threads in the C++ Forum
- Previous Thread: help.......... voting system
- Next Thread: diff C++ Turbo C++
| Thread Tools | Search this Thread |
api application array arrays based beginner binary bitmap bmp c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete deploy developer dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator getline graph homeworkhelp homeworkhelper iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multiple newbie news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg simple sorting string strings template text tree url vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






