No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Good day to everyone. I am new to Visual basic and I am having a hard time at school because they dont teach all the codes in visual basic 6.0 and they want us to have self study and all. What a bummer. For our midterm exams, our professor wanted …
Problem: solve the following Source of SHORTEST DISTANCE path of A,B,C,D,E,F,G. I already did link the strings of dots of ABCDEFG and made a polygon which is the other objectives, my only problem now is calculating the source of the shortest distance part of A,B,C,D,E,F,G. Am using net beans. Guys …
Have you tried using your motherboard with another peripherals? Like another mouse? another Video card? I doubt that it could be a mobo problem.
Can somebody help me formulate a VB program the would Record TIN numbers of a tax payer? With a sorting function and search function. The most basic of VB that could be formed. Any replies would be a great help! :D Thank you.
I think you have a power failure my friend. Have you tried replacing the power supply of your PC? Whats the brand and capacity of the power supply you are using?
After it turns on after a few seconds. Does it boot properly? Whats your main concern? It becomes dead and lives back again or what happens after it lives back again?
This may not be the best solution but try to turn off your PC. Then unplug it from any power source it has. Make sure no electricity is running in it. Then press and hold the power button for 30sec to a minute. Then plug everything back in and turn …
Try turning off your PC. Then unplug it from the AVR or UPS or any socket that may be a source of electricity. Then Press and hold the power button for about 30 sec to a minute. Then plug it back all in. Then turn on.
Well, in most cases of laptop computers. The video cards are integrated within it. So there is no possible way that you could upgrade your video card. If you want you could try Game booster software. It worked great in my Rig.
[CODE]import javax.swing.*; import java.sql.*; public class BankAccountDatabase{ public static void main(String[]args){ Connection conn=null; Statement stmt=null; ResultSet rs=null,rs1=null; String url="jdbc:mysql://localhost/bankaccount"; String username="roo"; String password=""; String query="",query1=""; String accname,accnum,accpin; int PIN,key,menu,AccountNumber; String a,b,c,d,f,g,h,i,j,x,y,z; double dep,withdraw; double balance=0.0; try{ Class.forName("com.mysql.jdbc.Driver"); }catch(java.lang.ClassNotFoundException e){ System.err.print("ClassNotFoundException: "); System.err.println(e.getMessage()); } do{ a=JOptionPane.showInputDialog("MENU\n\n\n1 - Create Account\n2 - Delete …
The End.