Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~14.5K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for Ghost
Member Avatar for dhani09
Member Avatar for dhani09
0
230
Member Avatar for puppykillaz

I am losing a value in the array with my bubble sorting and the sorting does nothing. Here is the Items Class [CODE] public class Items { // * A String instance variable to hold the item name private String itemName; // * A double instance variable to hold the …

Member Avatar for JamesCherrill
0
3K
Member Avatar for kimpoy11

Have you tried bubble sorting? I have a similar problem in Java but I am using arrays. There is a great example on [URL="http://www.codeguru.com/vb/gen/vb_misc/algorithms/article.php/c14627__2/"]http://www.codeguru.com/vb/gen/vb_misc/algorithms/article.php/c14627__2/[/URL] Let me know how it turns out.

Member Avatar for puppykillaz
0
99
Member Avatar for puppykillaz

I am getting an error message that is quite new to me. I normally can call methods without incident but this time, I saw a new error message. This code is sample coding I am using to see how to fix three of my issues. First Class [CODE] public class …

Member Avatar for puppykillaz
0
324
Member Avatar for puppykillaz

I have written the code and I am new to working with classes. If someone could point me in the right direction I think I can figure it out. I looked at MSDN and learned this much, so maybe I didn't get the right understanding but I thought I would …

Member Avatar for Oxiegen
0
153
Member Avatar for Amorah

[QUOTE=Amorah;1170532]You are turning 21 on the 10th of May and you are having a party. A large marquee has been ordered for the occasion that will seat a maximum of 50 guests. Your parents are very particular about your mates as the party will be at home in your folks’ …

Member Avatar for puppykillaz
-1
97
Member Avatar for mjltech

[QUOTE=mjltech;1173768][CODE]Public Class Form1 Private Sub btnCompute_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnCompute.Click Dim percent, calories As Double Dim grams As Double Dim allow_amount As Double = 30 grams = txtGrams.Text calories = txtCalories.Text percent = (grams * 9) / calories * 100 Dim fmtstr As String = …

Member Avatar for puppykillaz
0
130
Member Avatar for semor7

[QUOTE=semor7;1172183]i want help in saving the check box if its set on true to a data base[/QUOTE] Can you be a little more specific in what you want.

Member Avatar for puppykillaz
0
62

The End.