在代码中需要帮助 [英] Need help in the piece of code

查看:78
本文介绍了在代码中需要帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我正在检查一个特定的复选框时尝试检查一种情况.下面是代码

Hi all

I am trying to check one condition when i m checking a particular checkbox.below is the code

Private Sub CheckBox4_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox4.CheckedChanged
        If CheckBox4.Checked = True Then
            check_CL()
        End If




我放了一个调试器来检查控件是否将进入此事件,但是它没有进行.请告诉我问题出在哪里..




i put one debugger to check whether the control is going to this event or not but it''s not going.please tell me what is the problem..

推荐答案

亲爱的

再去找设计师
==>选择CheckBox4
==>右键点击
==>物业
==>前往活动
==>选择"CheckBox4_CheckedChanged"

只是做这个事情,我希望你能找到解决方案.
hi dear

just go to designer again
==> select CheckBox4
==> rightClick
==> property
==> go to Event
==> select "CheckBox4_CheckedChanged"

just do this thing, i hope you will get solution.


这篇关于在代码中需要帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆