- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
oh nothing. Just kind and friendly.
- Interests
- Basketball, tripping
- PC Specs
- Processor: Intel(R) Core (TM) i7-2620M CPU@ 2.70GHz 2.70GHz RAM 4.00 GB, 64- bit Operating System
19 Posted Topics
Re: put in on a lava.haha JOKES. | |
can some one give me a codes?im creating a time reservation system and every time a user input a data on the combo box and click the button SUBMIT, all the data will be recorded in the list view.and now?im having a problem with the codes for a conflict schedule.i … | |
I have used datagridview in the form and using combo box/ But i have no idea as to how can i update the database to reflect the latest changes in the gridview. Tried searching but could not find proper and organised answer. Could you please help me out with this … | |
Re: i've found this and it helped me. haha COOL | |
here's my problem, i wanted to connect void 1(); to void 2() because void 1() this is where i put the code for the employee's id and name void 2() this is where all the computation goes on.. hmm..there is gonna be a time in and time out which are … | |
Hi, i just don't know why does this program is wrong, the problem is if I choose 1 and 3 . after I choose choice no.1, I enter the employee id and name nothing happens after that, same as choice no.3 which I will enter the employee id to find. … | |
here's my code class Program { static void Main(string[] args) { int num1, num2, num3, num4, num5 = 0; int categoryA =20000; int categoryB = 75000; int categoryC = 5000; int categoryB1 = 60000; Console.WriteLine("Please enter 5 numbers: "); num1 = Int32.Parse(Console.ReadLine()); num2 = Int32.Parse(Console.ReadLine()); num3 = Int32.Parse(Console.ReadLine()); num4 = … | |
whenever i'm entering 1, 2 or 3 digit numbers it just give me one output, i don't know what's wrong.. here's is my code. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Balance { class Program { static void Main(string[] args) { int num1, num2, num3, num4, num5 = … | |
i am doing some machine program that our teacher. told us to do, i have figured out how to solve it, the first output is correct but the second one gives me an answer of 3.10752688172043, and the answer should be 3.75268817. here is my code... using System; using System.Collections.Generic; … | |
here is the error. .exe'does not contain a static 'Main' method suitable for an entry point. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ObjectOriented { class Greet { public void Hello() { Console.WriteLine("Hello World!"); Console.ReadKey(); } } } --------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace … | |
| |
here's my code and that the error whenever i would add something to database. i hope someone can help thanks :) Dim dbDataReader As OleDb.OleDbDataReader = Nothing Dim sqlAdd As String = "INSERT INTO Guest VALUES ('" & txtName.Text & "', '" & txtGuestId.Text & "')" If performNonQuery(connectionString, sqlAdd) Then … | |
--->>> when i click the yes button me.show, disappears, it suppose to stay, i don't know that the problem is. I hope someone can help thanks in advanced ^_^ Public Class MagicBeans Private Sub MagicBeans_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load MessageBox.Show("WELCOME TO MAGIC BEANS INC. ^_^ … | |
Good Day i just wanted to ask what does (x1, y1, x2, y2) in g.drawLine in creating a line in java applet.. thanks in advance | |
Is there anyway on how can i get a more accurate coordinates? i'm doing a project for our school, the problem is i dont know how to get the right coordinates that i would like to create. Thanks in advance :) | |
We have this subject called Computer Oraganization... we are now using dos debug commands but the problem with my laptop is that when I type debug command...it will prompt 'debug' is not recognized as an internal or external command, operable program or batch file. | |
Hi, can someone help me about this problem or suggest some pseudocode? if i input this numbers 12 ,24, 100 output should be YES, YES, YES i'm confused in writing the solution in code. | |
**Enter row number: 4 Sum of numbers in row 5 is 31. Sum of all numbers above 4 is 15. this should be the output look like.. can someone help me? thanks. |
The End.