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.2K People Reached
Favorite Forums
Member Avatar for woocha

Hey guys… Does anyone know the cheapest yet the best way to start offering hosting on one of my websites. I also want to start allowing people to register domains on the site as well. I would really like to start something like hostdime.com There services are awesome, and the …

Member Avatar for Shashikant_1
0
384
Member Avatar for Ghost

Hi, i'm new 2 C#, so my question may seem stupid... but, what is the code to exit an application. I know in java it is: [CODE]System.exit(0);[/CODE] Thanx in advanced, C++

Member Avatar for vasanthmc2
1
10K
Member Avatar for dhani09

Hi, I have a database (OLEDB) on which i perform operations like insert, delete and update. When i carry out these operations, the changes are reflected in the database during runtime but when i close the form everything goes back to normal. How can i get these modifications to relfect …

Member Avatar for dhani09
0
211
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

[code] Private Sub Form_Load() Dim n, Average As Integer Do For x = 1 To 10 n = InputBox("Enter a number" & x) Average = Average + n / 10 lblNumbers.Caption = Str(n) + " " + lblNumbers.Caption Next x Loop Until n = n lblAverage.Caption = Average End Sub …

Member Avatar for puppykillaz
0
90
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
305
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
133
Member Avatar for Amorah

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
87
Member Avatar for mjltech

[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
121
Member Avatar for semor7
Member Avatar for puppykillaz
0
56