Forum: VB.NET Oct 27th, 2006 |
| Replies: 0 Views: 1,457 Public Class Form1
Inherits System.Windows.Forms.Form
Dim hng As New Hang
Dim strWord As String |
Forum: VB.NET Oct 20th, 2006 |
| Replies: 4 Views: 2,248 i guess server crash is a smarty paints: ) I'm "trying to code the same program right now. I'm also having a hard time with it. Do you have any code.....?I have a little. Maybe we can help eachother. |
Forum: VB.NET Oct 20th, 2006 |
| Replies: 10 Views: 10,454 try something like this......
Private currpath As String = System.Environment.CurrentDirectory
Private connService As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;... |
Forum: VB.NET Oct 20th, 2006 |
| Replies: 0 Views: 914 I'm trying to create a hangman game using vb.net.......here's what my professor wants in the program....
Write a program to play the hangman game. If you do not remember the hangman game,... |
Forum: VB.NET Oct 19th, 2006 |
| Replies: 10 Views: 5,587 i understand why you would want to use a boolean array, but how do you fill that array with the contents of the word ? |
Forum: VB.NET Oct 4th, 2006 |
| Replies: 0 Views: 2,365 I'm starting to learn the basics of oop in school. I have a program that calculates a batting avg and the collection adds a number starting at 1, the name of the player and the batting avg. The... |
Forum: VB.NET Sep 22nd, 2006 |
| Replies: 2 Views: 1,547 The currPath statement is working though. My datagrids are getting populated from the database. I'll try you're suggestion though. |
Forum: VB.NET Sep 21st, 2006 |
| Replies: 2 Views: 1,547 Why can't I get the changes in my grid to update the data base?
Here's the code..............
Public Class frmAddChangeDelete
Inherits System.Windows.Forms.Form
Dim currpath As... |
Forum: VB.NET Sep 20th, 2006 |
| Replies: 3 Views: 6,377 I'm having the same problem.....what error messages are you getting? |
Forum: VB.NET Sep 20th, 2006 |
| Replies: 5 Views: 8,813 It's not working.....I'm using an Access database so I can use a sqlcommand builder. |
Forum: VB.NET Sep 20th, 2006 |
| Replies: 5 Views: 8,813 Thank you....I will try you're changes as soon as I get back from work.... |
Forum: VB.NET Sep 19th, 2006 |
| Replies: 5 Views: 8,813 Someone please help me before I smash my computer.
Every time I try to update a database using my data adapters update method I get the following error.....Object variable or With block variable... |
Forum: PHP Aug 12th, 2006 |
| Replies: 3 Views: 1,237 I always find it easier to use a plain text file for user authentication. |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 Lafin Boy RULES! Thank you very much for your help! |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 <html>
<head>
<title>Test Week 13 CIS32</title>
</head>
<body bgcolor = "yellow">
<center>
<? |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 done.....think we might be getting somewhere now. |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 just changed it if you want to take a look at the results.
http://cisweb.bristol.mass.edu/~web26/week13assignment/takeTest.php |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 sure ..... here's grade.php
<html>
<head>
<title>Grade</title>
</head>
<body bgcolor ="yellow">
<center>
<?php |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 I actully did that with an echo "$answer"; earlier and they were matching up......but still gave a grade of zero. |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 Thanks again.....but I'm still getting a big fat goose egg for my score. |
Forum: PHP Aug 8th, 2006 |
| Replies: 21 Views: 3,164 thanks.....but I'm still coming up with a score of 0.
http://cisweb.bristol.mass.edu/~web26/week13assignment/takeTest.php |
Forum: PHP Aug 7th, 2006 |
| Replies: 21 Views: 3,164 for some reason my grade.php is always giving me a score of zero.....
here's my code..two pages.....takeTest.php and grade.php
<html>
<head>
<title>Test Week 13 CIS32</title>
</head>... |
Forum: PHP Aug 7th, 2006 |
| Replies: 21 Views: 3,164 you don't know the half of it : ( |
Forum: PHP Aug 7th, 2006 |
| Replies: 21 Views: 3,164 :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: |
Forum: PHP Aug 7th, 2006 |
| Replies: 10 Views: 2,627 ok....I have two pages. takeTest.php and grade.php.....when I click submit to get a grade it tells me that I connected successfully but I have no database selected. Here's takeTest.php.
<html>... |
Forum: PHP Aug 7th, 2006 |
| Replies: 10 Views: 2,627 I altered the grade.php page so If I get a valid connection it print connected sucessfully....so I grade.php is connecting properly. Any other suggestions?
<?
$link = mysql_connect("localhost",... |
Forum: PHP Aug 6th, 2006 |
| Replies: 10 Views: 2,627 http://cisweb.bristol.mass.edu/~web26/week13assignment/takeTest.php |
Forum: PHP Aug 6th, 2006 |
| Replies: 10 Views: 2,627 thanks, but limit 0,1 is correct. If I change it to limit 1,1 it won't display the questions. Right now I have three questions in my table so limit is now limit 0,3. All three questions get displayed... |
Forum: PHP Aug 5th, 2006 |
| Replies: 10 Views: 2,627 :mad:
I'm currently creating a quiz program that radomly generates questions from a table in mysql........right now I have to php forms.
takeTest.php.....
<html>
<head>
<title>Test Week... |
Forum: Legacy and Other Languages Oct 26th, 2005 |
| Replies: 4 Views: 6,286 Can anyone give me some suggestions.
This is what I have so far.
Logic Problem:
You run a retail store and you have decided to step through your inventory one record at a time and put... |