- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
[CODE]Environment.Exit(0);[/CODE]
I would suggest posting the code. There has to be a problem either in the update or elsewhere in the coding.
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 …
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.
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 …
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 …
[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’ …
[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 = …
[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.
The End.
puppykillaz