Search Results

Showing results 1 to 40 of 47
Search took 0.01 seconds.
Search: Posts Made By: Dio1080
Forum: Java Jul 26th, 2009
Replies: 4
Views: 1,765
Posted By Dio1080
???? This post is years old, do u need help or you just wondering where I'm from?
Forum: Visual Basic 4 / 5 / 6 Jun 30th, 2009
Replies: 1
Views: 388
Posted By Dio1080
Hello, I'm new to VB script and I was wondering if anybody have any pointers on how to use VB Script with active directory?, for example, import and export data out of Active directory using scripts....
Forum: PHP Jun 28th, 2009
Replies: 6
Views: 462
Posted By Dio1080
Yes, I was just wanting to know if you knew how to convert the php script you just wrote into visual basic script?
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2009
Replies: 2
Views: 411
Posted By Dio1080
<?
$page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358');
?>
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2009
Replies: 2
Views: 411
Posted By Dio1080
Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried goggling it but no luck. This is the command down below.

[CODE=php]
<?
...
Forum: PHP Jun 28th, 2009
Replies: 6
Views: 462
Posted By Dio1080
Thanks guys, one more question, does anybody know the Visual Basic Script version of what he typed up above?
Forum: PHP Jun 28th, 2009
Replies: 6
Views: 462
Posted By Dio1080
Hello everybody. My question is does anybody know any script commands that will allow me retrieve information from an website that has a user name and password? For example, I write a script that...
Forum: JavaScript / DHTML / AJAX Jun 8th, 2009
Replies: 2
Views: 406
Posted By Dio1080
Thanks a lot. Even though the bottom part doesn't show up, I can try to figure it out with the stuff you gave me all ready.
Forum: JavaScript / DHTML / AJAX Jun 7th, 2009
Replies: 2
Views: 406
Posted By Dio1080
Hello, my task was to make two constructors for the code that I also posted and they are not working. Can somebody help me figure out why they are not working. I posted them right below.

here are...
Forum: Java Apr 27th, 2009
Replies: 2
Views: 783
Posted By Dio1080
Hello, BTW the program compiles. Im trying to change a quick sort program so that it picks a median of three for the pivot instead of the first low number. My code is not running right, can...
Forum: C++ Mar 24th, 2009
Replies: 2
Views: 528
Posted By Dio1080
Binary Search tree help
Can somebody explain to me what this code is doing step by step?, thanks


TREE-SUCCESSOR(x)
1 if right[x] ≠ NIL
2 then return TREE-MINIMUM...
Forum: Java Mar 24th, 2009
Replies: 2
Views: 533
Posted By Dio1080
Forum: Java Mar 24th, 2009
Replies: 2
Views: 533
Posted By Dio1080
Binary Search tree help
Can somebody explain to me what this code is doing step by step?, thanks

TREE-SUCCESSOR(x)
1 if right[x] ≠ NIL
2 then return TREE-MINIMUM (right[x])
3 y ← p[x]
4 while...
Forum: Java Oct 31st, 2008
Replies: 1
Views: 1,736
Posted By Dio1080
Ok, the code is almost done and I need help finishing up my delete function(between lines 51 to 71), I can't seem to figure out how to delete the 50 and the 20. Here is my code. BTW i'll list the...
Forum: Java Aug 29th, 2008
Replies: 3
Views: 664
Posted By Dio1080
Thanks for the advice, btw the program was solved.
Forum: Java Aug 27th, 2008
Replies: 3
Views: 664
Posted By Dio1080
its the delete function, something is not right, line 44...
Forum: Java Aug 27th, 2008
Replies: 3
Views: 664
Posted By Dio1080
The program compiles but is not run right can somebody help plz? There are two parts a class and a main.


public class LinkedList56 {

private class node{
int data;
...
Forum: Java Aug 24th, 2008
Replies: 1
Views: 836
Posted By Dio1080
Im just trying to figure out why I have a array out of bounds that all can somebody help?

public class Life2 {

public static void main(String[] args) throws Exception{
boolean dead;
int winsX...
Forum: Java Apr 8th, 2008
Replies: 4
Views: 475
Posted By Dio1080
ok, i uncommented out what I had commented, now I'm getting this error, truckinfo[i] = new Truck(); Vehicle.java:103: non-static variable this cannot be referenced from a static context, i tried...
Forum: Java Apr 8th, 2008
Replies: 4
Views: 475
Posted By Dio1080
ok, i fixed that, and it compiles but after i enter in a few things, it says, Exception in thread "main" java.lang.NullPointerException at Vehicle.main(Vehicle.java:112) but it worked for the vehicle...
Forum: Java Apr 8th, 2008
Replies: 4
Views: 475
Posted By Dio1080
I can't figure out why it is saying (Vehicle.java:174: cannot find symbol) but there is a symbol, what is going on?

import java.util.Scanner;


public class Vehicle{
protected int hp;...
Forum: Java Mar 18th, 2008
Replies: 1
Views: 680
Posted By Dio1080
ok, i need help adding to a list after the list have been made. Its the only thing stopping me from getting this thing done, help please....


import java.util.Scanner;
import java.io.*;
import...
Forum: Java Mar 12th, 2008
Replies: 3
Views: 713
Posted By Dio1080
#1, Im tryin to get this bb code right, #2 I need help with finding the problem with me code, it is saying that my for loop is a illegal start type and also a identifer is needed, but I have no clue,...
Forum: Java Feb 1st, 2008
Replies: 1
Views: 1,660
Posted By Dio1080
I been trying to import the list in the text file to the word doc, the thing is, is that I can only get the last line on the text imported while I'm missing the rest of the top. Can somebody help...
Forum: Java Dec 4th, 2007
Replies: 6
Views: 1,158
Posted By Dio1080
waoh woah woah, thanks for the help, but I like it simple, I only got to arrays in my book so, everything I did so far has been simple, nothing to advance, thats why I have about 3 to 4 pages of code.
Forum: Java Dec 4th, 2007
Replies: 6
Views: 1,158
Posted By Dio1080
javax.swing.JOptionPane.showMessageDialog(null, "\n-------");

for (int i = 0; i < 3; i++) {
System.out.print("| ");
for (int j = 0; j < 3; j++)
...
Forum: Java Dec 4th, 2007
Replies: 6
Views: 1,158
Posted By Dio1080
My tic tac toe board is done, but I need it to show up in the Dialog box, not the console, how would I do that?
Here is my code:

javax.swing.JOptionPane.showMessageDialog(null, "\n-------");

...
Forum: Java Dec 4th, 2007
Replies: 2
Views: 584
Posted By Dio1080
solved it, things for the help thought
Forum: Java Dec 4th, 2007
Replies: 2
Views: 584
Posted By Dio1080
can anybody see anything worng?

I'm returning these to the main
sO=ScoreO(O);
sX=ScoreX(X);

These are my two methods:

//method to tally the score for x
public static int ScoreX(boolean...
Forum: Java Dec 3rd, 2007
Replies: 4
Views: 1,218
Posted By Dio1080
Basically, this is all I need, well, need help starting off with, is when everytime the x wins, count and everytime the o wins count. Basiclly count up how many times player 1 and player 2 wins. My...
Forum: Java Dec 2nd, 2007
Replies: 4
Views: 1,218
Posted By Dio1080
I need help making a counter uusing a two dimmensional array. I'm doing a tic tac toe program and need about done, just need the counter and have no clue how to do it.
Forum: Java Dec 1st, 2007
Replies: 5
Views: 923
Posted By Dio1080
I need help understanding why my code doesn't work while using number coordinates. I'm using a two dimensional array, I would like to post my code so you guys can check my errors, but I don't want...
Forum: Java Nov 19th, 2007
Replies: 0
Views: 3,793
Posted By Dio1080
I need to this program to let me enter in an letters A B C or D so this program can run, why isn't this program not working, please help.
Here is my code:


public class DriversLicense{
public...
Forum: Java Oct 21st, 2007
Replies: 1
Views: 825
Posted By Dio1080
Hello, I need help making a table based off my tax code I made, the tax code was a little, but I need help with the table part also. The table should look like this:
Income Single Married...
Forum: Java Sep 26th, 2007
Replies: 4
Views: 1,765
Posted By Dio1080
Ok I solved the last program, but I need on this one, I have no clue:

Ok, I need help on a for loop nested program using for loops, I'm trying to use a patten that goes like this:
123456
12345...
Forum: Java Sep 26th, 2007
Replies: 4
Views: 1,765
Posted By Dio1080
Ok, I need help on a for loop nested program using for loops, I'm trying to use a patten that goes like this:
123456
12345
1234
123
12
1

but when I try it, it goes like this:
654321
Forum: Java Sep 10th, 2007
Replies: 11
Views: 2,063
Posted By Dio1080
ohhhhhhhh, ok, now I know, i'll try to remember that for a future reference, but once again, thanks for help. I'm just so mad that I almost rewrote the whole code using numbers to make things less...
Forum: Java Sep 10th, 2007
Replies: 11
Views: 2,063
Posted By Dio1080
yes, it works, but what do you mean by pattern matching, so far, its doing what I told it to do, like if the both say yes, then they like each other blah blah blah, but if I'm missing something, let...
Forum: Java Sep 10th, 2007
Replies: 11
Views: 2,063
Posted By Dio1080
hmmmmmm, somehere, but, when you watch that clip it seems to work, do you have a clue to whats going on?
Forum: Java Sep 9th, 2007
Replies: 11
Views: 2,063
Posted By Dio1080
before I click on the solve button, how were you guys able to get it to work, is it my software jgrasp or my complier, which works, how no clue, plus, I tried to zoom in as much as I could, hard to...
Showing results 1 to 40 of 47

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC