User Profile

Collapse

Profile Sidebar

Collapse
bflyrose
bflyrose
Last Activity: Mar 15 '07, 03:47 AM
Joined: Feb 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bflyrose
    replied to radio buttons and listbox
    [QUOTE=bflyrose]Hi I need some help I am trying to connect my radio buttons to show prices in the listbox with the name of the movie selected this is what I have so far
    my problem is I don't know how to get the selected radio button to output to the listbox or the name of selected movie to also display I have tried if statements included in my with statement doesn't work I set up my radiobutton control all in one event (6 of them and they...
    See more | Go to post

    Leave a comment:


  • bflyrose
    started a topic radio buttons and listbox

    radio buttons and listbox

    Hi I need some help I am trying to connect my radio buttons to show prices in the listbox with the name of the movie selected this is what I have so far
    my problem is I don't know how to get the selected radio button to output to the listbox or the name of selected movie to also display I have tried if statements included in my with statement doesn't work I set up my radiobutton control all in one event (6 of them and they are already working...
    See more | Go to post
    Last edited by Killer42; Mar 14 '07, 01:55 AM. Reason: Please use CODE.../CODE tags around your code.

  • bflyrose
    replied to vb.net 2003 I am so lost
    I had forgotton to come back and say thank you for your help I did get it to finally work right
    Thanks again
    See more | Go to post

    Leave a comment:


  • bflyrose
    replied to vb.net 2003 I am so lost
    I did change the integer value to this
    Code:
    intRandom = CInt(Int((2 * Rnd() + 1)))     
    
    
            For x = 0 To Toss
    
                If (intRandom < 2) Then
                    Heads += 1
                Else
                    Tails += 1
                End If
                intTotal += 1
    but still I think I am just really tired at the moment because its still not loading...
    See more | Go to post

    Leave a comment:


  • bflyrose
    replied to vb.net 2003 I am so lost
    yes I see what you mean and what I mean is I am getting counts of tails and heads but by six's and the picture does not always load with the corresponding flip of the coin meaning if the text displays 6 times landing on heads the picture box is not displaying the head I am getting closer I now have percentages displayed thank you for your input...
    See more | Go to post

    Leave a comment:


  • bflyrose
    replied to vb.net 2003 I am so lost
    hi I am trying to random number of tosses and pictures of tails and heads with this code I revised it some but it still not working right

    Code:
    Private Sub btnToss_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnToss.Click
            Dim MyValue As Integer
            Dim x As Integer
            For x = 0 To Toss
                MyValue = CInt(Int((2 * Rnd())))
                If (MyValue
    ...
    See more | Go to post
    Last edited by willakawill; Feb 27 '07, 02:08 PM. Reason: Once again, please use code tags

    Leave a comment:


  • bflyrose
    started a topic vb.net 2003 I am so lost

    vb.net 2003 I am so lost

    I am trying to create a coin toss game for class but me and programming are having a hard time getting to know one another.

    my question is What is wrong with this code?
    I really do alot better with networks hardware and software wish I didn't even have to do this because I am so confused

    I am not done with alot of it and I have to rotate two images corresponding to picturebox and whether heads lands or tails...
    See more | Go to post
    Last edited by willakawill; Feb 26 '07, 05:37 AM. Reason: please use code tags when posting code
No activity results to display
Show More
Working...