Hi
When I try to call event hide in form , return me error 5 invalid procedure call or argument
The error only show in run time execution, not show in design
Inside form2 there is a buttonCode:form2.show 1
The compiler VB is in VM (Virtualbox) SO XP and I run in win10Code:Private Sub cmdCancel_Click() '--- other commands Me.Hide '-- here in return error in run time execution '-- others commands '-- try too me.visible = false , but show same error end sub
I search in forum , and not see something equal




Reply With Quote
