Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
0 Endorsements
~863 People Reached
Member Avatar for Bonolo

Hi Guys,how are u,I'v bin tryng to write pacman in j2me using game Designer,and am trying to use one image for the dots that pacman eats but am struggling to duplicate the dots sprite that i am using.please help......

0
50
Member Avatar for Bonolo

Hi guys please help am trying to bind my combo boxes to the datagridview.What i want to do is to select data from the combo boxes and that data to be transferred immediately to the datagridview and that data in datagridview as well to be saved to the database.please help.

Member Avatar for rohand
0
79
Member Avatar for barbjones7

[code] public partial class AddressBook : Form { public int Counter = 0; //declaring array with 20 elements public string[] arrayString = new string[20]; public AddressBook() { InitializeComponent(); this.contactList.SelectedIndexChanged += new System.EventHandler (this.contactList_SelectedIndexChanged); } private void frmAddressBook_Load(object sender, EventArgs e) { } private void btnAdd_Click_1(object sender, EventArgs e) { //my …

Member Avatar for bravo659
0
429
Member Avatar for Bonolo

Hey i just need a little help here,may tables are in a relationship so i want to update both tables so am using datarelation to do that but a get an exception(Column argument cannot be null).please help[code]OleDbDataAdapter adapter = new OleDbDataAdapter(OledbSql,conn); //adapter.SelectCommand = new OleDbCommand(OledbSql, conn); OleDbCommandBuilder oleBuilder = new …

Member Avatar for kvprajapati
0
103
Member Avatar for Bonolo

Hi guys,I just need help here,I want to search my database and show searched row with all its contents, i was able to search it but am racking my brain right now about how to show everything from this row.

Member Avatar for Bonolo
-1
77
Member Avatar for Bonolo

Hi all plz help i need to search my database using data from the combo box which works fine the problem that I an experiencing is that FIND function gives me a runtime error, saying the string is not in the correct format plz help. here is the code that …

Member Avatar for kvprajapati
0
125