Forum: Java Nov 23rd, 2007 |
| Replies: 6 Views: 14,642 to connect ms access with java
you have to datasource name
and write this code in ur program
Connection con=null;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");... |
Forum: Visual Basic 4 / 5 / 6 Feb 12th, 2007 |
| Replies: 5 Views: 4,570 RGB color value is 0 to 255. so use the for loop and generate number from 0 to 255. and then set the value of for loop to RGB value.
otherwise generate random number
... |
Forum: Java Feb 12th, 2007 |
| Replies: 3 Views: 2,949 you are giving plus.addactionPerformed(this);. you should not give like that. please give plus.addActionListener(this);. and then after finishing the constructor write the method
public void... |