@PSC_ReadMe_3700_10.txt
上传用户:hbmarket
上传日期:2022-08-01
资源大小:45k
文件大小:1k
源码类别:

组合框控件

开发平台:

Visual Basic

  1. Title: A ComboBox control with a TreeView
  2. Description: This UserControl is a ComboBox control that has its dropdown window replaced with a TreeView control. Handling the mouse, the keyboard and the focusing was a bit tricky and the control is not 100% perfect but it works just fine. Two issues are unresolved, but they were not important to me: firstly, since the TreeView is a child control it cannot be drawn outside the form; and secondly, a ComboBox.CloseUp call must be placed on the Form.Click event since the control does not monitor its own parent. For diligent people it should be relatively easy to adjust this control to their own needs, and even to replace the TreeView control with something else and build other types of specialized ComboBoxes.
  3. This file came from Planet-Source-Code.com...the home millions of lines of source code
  4. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=3700&lngWId=10
  5. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.