Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want call button but can't be execution



Private Sub Open_Click()
MSComm1.Output = " :1," & vbCrLf
End sub

vCurpos(4) = CSng(-179.95)
vCurpos(5) = CSng(-0.24)
m_caorobo.Move m_IManualInterporation, Array(vCurpose, "p","@p")
(i want call button here)
vCurpos(4) = CSng(-179.95)
vCurpos(5) = CSng(-0.24)
m_caorobo.Move m_IManualInterporation, Array(vCurpose, "p","@p")





Thanks
Posted

1 solution

Hi,

try this...

btnButton.PerformClick()
 
Share this answer
 
Comments
Member 11158027 15-Dec-14 8:45am    
i want to call open_click but can't
CHill60 22-Dec-14 6:53am    
Where are you calling the function from? Is it from the same form?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900