CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: crisstoph

Search: Search took 0.01 seconds.

  1. Re: Visual Basic 2010 Express - Need Help Passing Data from CheckedListBox to TextBox

    Update: I thought I had found my issue with the repeating numbers. I thought I needed to define "randomnumber" as "New Integer", not just "Integer" AND add "If randomnumber = 0...." But that didn't...
  2. Re: Visual Basic 2010 Express - Need Help Passing Data from CheckedListBox to TextBox

    I'm not sure if I have made this as simple as you are suggesting, but you have at least sent me in the right direction. Now I have a code that is working to return 5 random numbers from the numbers...
  3. Re: Visual Basic 2010 Express - Need Help Passing Data from CheckedListBox to TextBox

    I now have the code working to send all of the checked items in checkbox1 on form2 to textbox1 on form1. Which I wanted to get working before I moved on to try to learn how to now just get 5 of the...
  4. Re: Visual Basic 2010 Express - Need Help Passing Data from CheckedListBox to TextBox

    Code I have been trying:

    Form1:
    Public Class Form1
    Inherits System.Windows.Forms.Form
    Dim NumberSelect As Form2
    Private Property CheckedListBox1 As Form2
    Private Sub...
  5. Visual Basic 2010 Express - Need Help Passing Data from CheckedListBox to TextBox

    I am very new to programming, so please bare with me. I am using VB 2010 express and am trying to make a program for a project that generates lottery numbers in a specific way. What I have is two...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured