我的VB程序为什么总显示“子程序或函数未定义”
2个回答
展开全部
将Private Function fmax(a As Integer, b As Integer, c As Integer) As Integer中的Private改为Public:
Public Function fmax(a As Integer, b As Integer, c As Integer) As Integer
Private表示该函数过程是私有过程,只能被本模块中的过程调用;Public表示该函数过程是公有过程,可以被本程序中的所有过程调用。
Public Function fmax(a As Integer, b As Integer, c As Integer) As Integer
Private表示该函数过程是私有过程,只能被本模块中的过程调用;Public表示该函数过程是公有过程,可以被本程序中的所有过程调用。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询