Click here to Skip to main content
15,905,612 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: detect mouse click Pin
king_of_the_world20-Dec-02 1:38
king_of_the_world20-Dec-02 1:38 
GeneralRe: detect mouse click Pin
king_of_the_world20-Dec-02 1:40
king_of_the_world20-Dec-02 1:40 
GeneralRe: detect mouse click Pin
Taka Muraoka20-Dec-02 1:50
Taka Muraoka20-Dec-02 1:50 
GeneralRe: detect mouse click Pin
king_of_the_world20-Dec-02 1:55
king_of_the_world20-Dec-02 1:55 
GeneralRe: detect mouse click Pin
Taka Muraoka20-Dec-02 2:08
Taka Muraoka20-Dec-02 2:08 
GeneralRe: detect mouse click Pin
king_of_the_world20-Dec-02 2:14
king_of_the_world20-Dec-02 2:14 
GeneralRe: detect mouse click Pin
Christian Graus19-Dec-02 18:52
protectorChristian Graus19-Dec-02 18:52 
GeneralComboBox Pin
Exceter19-Dec-02 17:28
Exceter19-Dec-02 17:28 
if I select from the inserted items(Properties->Data)
the MessageBox() shows the selected item
but when I enter text(item) to the EditBox of the Combo at run time (I want it shown on MessageBox too), the MessageBox is empty. Help me with this please.
the piece of code is:

void CComboView::OnButton1()
{
// TODO: Add your control notification handler code here
int x;

if (x=m_ComboCtrl.GetCurSel() == CB_ERR)
{
m_ComboCtrl.GetWindowText((LPSTR)(LPCSTR) m_Combostr, x);
}
else
{
m_ComboCtrl.GetLBText(x, m_Combostr);
}
MessageBox(m_Combostr, "Simple");
}

GeneralRe: ComboBox Pin
KaЯl19-Dec-02 23:37
KaЯl19-Dec-02 23:37 
GeneralNeed help using SafeArray/VARIANT from ASP/VBScript client Pin
bahruddina19-Dec-02 16:22
bahruddina19-Dec-02 16:22 
GeneralRe: Need help using SafeArray/VARIANT from ASP/VBScript client Pin
Jeff J19-Dec-02 21:56
Jeff J19-Dec-02 21:56 
GeneralRe: Need help using SafeArray/VARIANT from ASP/VBScript client Pin
Anonymous20-Dec-02 3:41
Anonymous20-Dec-02 3:41 
GeneralRe: Need help using SafeArray/VARIANT from ASP/VBScript client Pin
Jeff J20-Dec-02 10:55
Jeff J20-Dec-02 10:55 
GeneralNeed Suggestion on "Timing Out" GetDiskFreeSpaceEx Pin
wdafon19-Dec-02 16:07
wdafon19-Dec-02 16:07 
Generalwindows 2000 power management Pin
dejavu19-Dec-02 15:48
dejavu19-Dec-02 15:48 
GeneralRe: windows 2000 power management Pin
roboo19-Dec-02 18:14
roboo19-Dec-02 18:14 
QuestionDynamic Object Creation, ok. What about destruction? Pin
Mr.Freeze19-Dec-02 15:00
Mr.Freeze19-Dec-02 15:00 
AnswerRe: Dynamic Object Creation, ok. What about destruction? Pin
Nish Nishant19-Dec-02 15:32
sitebuilderNish Nishant19-Dec-02 15:32 
GeneralRe: Dynamic Object Creation, ok. What about destruction? Pin
Mr.Freeze19-Dec-02 15:46
Mr.Freeze19-Dec-02 15:46 
GeneralRe: Dynamic Object Creation, ok. What about destruction? Pin
Christian Graus19-Dec-02 17:02
protectorChristian Graus19-Dec-02 17:02 
GeneralRe: Dynamic Object Creation, ok. What about destruction? Pin
Mr.Freeze19-Dec-02 17:03
Mr.Freeze19-Dec-02 17:03 
Generalres: protocol and custom resources (PDF files) Pin
Harold Bamford19-Dec-02 14:20
Harold Bamford19-Dec-02 14:20 
QuestionDynamically generate app title? Pin
Ravi Bhavnani19-Dec-02 13:24
professionalRavi Bhavnani19-Dec-02 13:24 
AnswerRe: Dynamically generate app title? Pin
Chris Losinger19-Dec-02 13:41
professionalChris Losinger19-Dec-02 13:41 
GeneralRe: Dynamically generate app title? Pin
Ravi Bhavnani19-Dec-02 13:54
professionalRavi Bhavnani19-Dec-02 13:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.