专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
在很多地方, 我们都会用到DateTimePicker日历控件, 而这个控件的下拉只能通过点击下拉按钮触发. 这就使得我们在需要全键盘操作的时候很尴尬. DateTimePicker的下拉不像ComboBox一样, 可以设置DropDown属性来控制. 因此我们只能通过发送系统消息来控制. [System.Runtime.InteropServices.DllImport("user32.dll")] staticexternlongSendMessage(IntPtrhWnd,uintMsg [阅读全文] [PDF]
1 共1条 分1页