Search:

Type: Posts; User: faysal40

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    3,150

    MS Access database connection problem

    Please help me to find out the problem with my code. I don't find exactly where the problem is. I am just trying to create a database connection and make a table. I am using MS Access.



    import...
  2. Replies
    1
    Views
    1,466

    Re: Full Window when run the program.

    Hi thanks.
    I googled and found it.

    I had to add simply the following code.


    p1.setExtendedState(MAXIMIZED_BOTH);

    Many many thanks
  3. Replies
    1
    Views
    1,466

    Full Window when run the program.

    I want my program to open in full maximized mode while users run the program (like Firefox, Internet Explorer etc.). I hope you understood what I mean. Please help me to code this. Below is a simple...
  4. Replies
    1
    Views
    1,364

    Help me with this code.

    I am a beginner. This is an assignment given my class teacher. I have designed a class named Bank. Here I want to OPEN ACCOUNT, DEPOSIT MONEY, WITHDRAW MONEY and PRINT STATEMENT. My problem is in the...
Results 1 to 4 of 4