Thanks all for your help I really appreciate that.
Koonda
User Profile
Collapse
-
Thank you all for your help. Now the game is working, I only have some problem to implement the Automatic player. I made the two human players working, they play with each and one wins. But I have a little problem with the Automatic Player I mean the Computer Player. The Automatic Player plays with the Human player but never wins. I tried my best to make very bad moves for the Human Player to let the Computer win but it won't. I just want the Automatic...Leave a comment:
-
Connect Four Game problem
Hi all,
I posted my message earliar and I got some positive feedbacks but that didn't help me to solve some programming problems. I have an Assignment due 20th of this month, next monday. The Assignment is about creating a Connect Four Game. I have designed the board and two players can play and fill the board. But when one playe fills 4 columns that player should win. I have problems implementing it like this. The other problem is... -
Hi Jos,
I think I did not understand your way of implementing it. If possible could you please send me some code examples to implement that.
Looking forward to your reply.
Thanks a lot
Best regards,
Koonda...Leave a comment:
-
Hi dmjpro,
Thanks for your great help. But I really don't know how to implement it your way. Could you please send me some code so I can try that.
Looking forward to your reply.
Best regards,
Koonda...Leave a comment:
-
Urgent Help Required by Implementing a ConnectFour Game
Hi all,
I am a student and I have a project due 20th of this month, I mean May 20, 2007 after 8 days. The project is about creating a Connect Four Game. I have found some code examples on the internet which helped me little bit. But there are lot of problems I am facing developing the whole game. I have drawn the Board and the two players can play. The players numbers can fill the board, but I have problem implementing the winner for... -
koonda started a topic Populating and Implementing 4 DropDownlist boxes on the Web Form through Web Servicein .NETPopulating and Implementing 4 DropDownlist boxes on the Web Form through Web Service
Hi all,
I have a Project due after one week. It is a web service project. I have a Web Form which communicates to the web service and this web service communicates to the database. I have all my SQL statements in the Data Acess Layer to create more secure web service application. The Web service class is also in the Data Access Layer. I need to populates the 4 Dropdown list boxes on the web form from one table. I have Customer table... -
Thread Problem
Hi all,
I have an assignment due tomorrow and I really need your help. I have the program code and according to the assignment I need to change it to make it working according to part (a) and( b). I am really confused how to implement this thread program. Here is the code.
class Task {
String task;
public Task(String task) { this.task = task; }
public String toString() { return task;... -
Hi, kenobewan
Can you explain your code a little bit. I tried your code but still it didn't work.
Looking forward to your reply
Thanks
KoondaLeave a comment:
-
I used both but it didn't work. Is there any way or any code examples you can send me?
Thanks for your help. looking forward to your reply.
KoondaLeave a comment:
-
Problem Formatting Year
Hi all,
I am working on a project. Everything is working fine except the date formating. I have five listboxes and a dropdownlist box controls. The 5 listboxes I have populated from the underlying database view and dropdownlist box is populated by the date in the same view. When I select any values from the listboxes the information is displayed in the Repeater Control. I also want to select the date including the 5 listboxes to display... -
Thanks a lot anyways, It is working a little bit and I will try to Implement it soon.
I still have some question on some other Java Assignments and I hope you will be able to help me.
Thanks a lot.
KoondaLeave a comment:
-
Here is the code but I don't know how to implement it further.
public class Person
{
public Car car;
//constructor
public Person()
{
}
} //end class
public class Car
{
piblic Person owner;
//constructor
public Car()
{
owner = new Person()
}
...Leave a comment:
-
Urgent help required
Hi all,
I have an assignment due next week. I don't realy know simple two way association which this program requires. Here is the requirement.
This exercise is about simple two-way associations. An example of a simple two-way association is the ownership relation between a Person and a Car. To ensure consistency, the following three rules should be obeyed.
Each car is owned by exactly one person, that... -
Thanks kenobewan,
It was helpful but I still can not make the program working.
Thanks anyways,
KoondaLeave a comment:
-
koonda started a topic Implementing a Submit Button for 5 Listbox Controls and a Textbox For a Repeaterin .NETImplementing a Submit Button for 5 Listbox Controls and a Textbox For a Repeater
Hi Guys,
I have 5 listbox controls which I populated from the database tables. I tried it using the wizard. For all 5 listboxes and a single Repeater I used a SQL DataSourse Object and mapped this sqldatasource to the repeater and then all the listboxes to the sql datasource and it worked. Now what I want to implement is to select values from all 5 listboxes and a textbox and to display in the repeater. The all 5 listbox values can... -
Urgent help required about Repeater Controls
Hi all,
I have been working on a "web interface" project but I am unable to get it working. Here is what I want to implement. I have been trying to bind the 5 Listbox controls to a single Repeator Control. I have populated the 5 Listbox controls from the underlying database tables. Whenever the user selects values from each listbox controls the result should be displayed in the Repeater control. I can bind one listbox to... -
Actaully there are no errors but the main problem is that how can I bind the 5 Listboxe controls to a single Repeator Control. I have populated the 5 Listbox controls from the underlying database tables. Whenever the user selects values from each listbox controls the result should be displayed in the Repeater control. I can bind one listbox to the Repeater but I can't bind all five listboxes at the same time. Could you please help me.
Looking...Leave a comment:
-
Binding a ListBox Control into a Repeater Control
Hi all,
Currently I am doing a project in ASP.NET using C#. I posted this message before but that was a different approach. Now I want to implement it this way. I have a Database in SQL Server containing 5 tables. I have 5 Listbox Controls which I have populated from the 5 underlying tables.
What I want to do is to bind the 5 Listbox Controls to the Repeater Control to display information. I can bind one ListBox to... -
Creating a Web Interface in ASP.NET using C#
Hi guys,
I posted a message before and I got some help from the forum. I have a database in SQL Server and I wanted to create a web interface in C#. I had 4 Listbox controls and a Textbox and two buttons for this. What I want to do is to select values from 4 Listbox controls and input some text in the textbox i.e year to display information on another page including all the information from $ listboxes too. I have no idea how to program...
No activity results to display
Show More
Leave a comment: