Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for Eekhoorn

You could try putting the code in a try catch, and have the program run the code if it finds an exception. It will find said exception, then should just run the code. u should not need to worry about if it does not find the exception, as it will. …

Member Avatar for el3ashe2
0
139
Member Avatar for jtaylor1120

I figured it out for ya. I added some labels for testing purposes, and replaced the If/thens with case statements, as well as added a call statement for adding the numbers. Also note that the form name was changed(my computer was whining about no form 1, so I changed the …

Member Avatar for manshipboy
0
2K
Member Avatar for manshipboy

I am trying to generate a new checkbox in a different form. [code] Public Class frmAdd Public Sub btnitemadd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnitemadd.Click Dim chklowerleft As New CheckBox Dim chkhandleft As New CheckBox Dim indexcounter As Integer = 4 If chkleftlowerarm.Checked = True Then frmMain.chklistLA.Items.Add(chklowerleft, …

Member Avatar for Member #857553
0
156

The End.