博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ComboBox相关操作
阅读量:5264 次
发布时间:2019-06-14

本文共 293 字,大约阅读时间需要 1 分钟。

取组合框文本示例:  1 void ShowDlgWage::OnCbnSelendokCombo1() 2 { 3     // TODO: 在此添加控件通知处理程序代码 4  5     CString str;   6     int i; 7     i = ComBox_Test.GetCurSel(); //取得索引 8     ComBox_Test.GetLBText(i,str); //取得选中文本并赋值给str 9     MessageBox(str);10 }

 

转载于:https://www.cnblogs.com/54hxs/p/4073746.html

你可能感兴趣的文章
线程androidAndroid ConditionVariable的用法
查看>>
python常用模块之sys, os, random
查看>>
HDU 2548 A strange lift
查看>>
Linux服务器在外地,如何用eclipse连接hdfs
查看>>
react双组件传值和传参
查看>>
[Kaggle] Sentiment Analysis on Movie Reviews
查看>>
价值观
查看>>
mongodb命令----批量更改文档字段名
查看>>
MacOS copy图标shell脚本
查看>>
国外常见互联网盈利创新模式
查看>>
Oracle-05
查看>>
linux grep 搜索查找
查看>>
Not enough free disk space on disk '/boot'(转载)
查看>>
android 签名
查看>>
android:scaleType属性
查看>>
SuperEPC
查看>>
mysql-5.7 innodb 的并行任务调度详解
查看>>
shell脚本
查看>>
Upload Image to .NET Core 2.1 API
查看>>
Js时间处理
查看>>