Thanks, i shoukd have supplied some codes, the code looks llike this:
class Tile extends JComponent{
int w, h;
Point p;
String l, s;
Tile(String l, String s){
this.l = l;
this.s = s;
w = 25;
h = 25;
p = new Point(0,0);
addMouseMotionListener(new MouseMotionAdapter() {
public void...
Hi, i will like to know how to detect if the taskbar on a desktop is active so as to be able to make my form occupy the space above it if it is, or occupy the whole desktop, if it isnt. Thanks
Hi, Thanks for sticking by me all the while, the code that was at the link you gave me work, but i wont mind doing it your way which seems shorter.
I am new to VB6 and dont know what the sp5 it. Could you please explain and tell me how to go about it
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.