What is icon? And ComSend2_Click (), ComOpen_Click (), ComClean1_Click (), Combo1_Click (), I can't find, who knows?
CodePudding user response:
Seems to be a few button (Command) and Combo box (Combo)
Put a few controls, set name (for example, CmdSend), double click on the button, have ComSend_Click,
CodePudding user response:
The
refer to the original poster u010655653 response: is which icon? And ComSend2_Click (), ComOpen_Click (), ComClean1_Click (), Combo1_Click (), I can't find, who knows? First three should be button controls, in the form to add 3 button control (CommandButton control), respectively the names of three buttons (Name) is modified to ComSend2, ComOpen, ComClean1, A fourth control is a ComboBox, CodePudding user response:
First three should be button controls, in the form to add 3 button control (CommandButton control), respectively the names of three buttons (Name) is modified to ComSend2, ComOpen, ComClean1, A fourth control is a ComboBox, But call ComboBox statement is Private Sub Combo1_Change () End Sub Not Combo1_Click ()? I want to be http://wenku.baidu.com/link? In the url=ee4R5XHv nddfATxBe8OyXl3xG1yFwkIv98jrfO7G49cuVOmpeHrzn_Xrow3MvhGdPcExsBrNORWoyepGtKJpLPYady - xzCNfZ_Tso6wpeu CodePudding user response:
Double-click the mouse controls was: Private Sub Combo1_Change () End Sub LZ is available in the code page, Click on the top right of the drop-down arrow, in which the selected Click process, will appear: Private Sub Combo1_Click () End Sub