Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

11 Posted Topics

Member Avatar for wondering_ed

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 …

Member Avatar for Reverend Jim
0
513
Member Avatar for wondering_ed

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 …

Member Avatar for raymagosi
0
176
Member Avatar for nasus23

Have you tried using your motherboard with another peripherals? Like another mouse? another Video card? I doubt that it could be a mobo problem.

Member Avatar for mikiaandy
-1
379
Member Avatar for Zupnik
Member Avatar for wondering_ed

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.

Member Avatar for AndreRet
0
110
Member Avatar for andantesash

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?

Member Avatar for Mocha67
0
238
Member Avatar for storerscorer

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?

Member Avatar for wondering_ed
0
73
Member Avatar for asbpollard

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 …

Member Avatar for wondering_ed
0
115
Member Avatar for stripesonfire

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.

Member Avatar for wondering_ed
0
154
Member Avatar for jke348

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.

Member Avatar for wondering_ed
0
183
Member Avatar for wondering_ed

[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 …

Member Avatar for BestJewSinceJC
0
163

The End.