Results 1 to 4 of 4

Thread: close a Visual j++ form

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635

    close a Visual j++ form

    How do I close or open a MS Visual J++ form via code?
    A.A. Fussy
    Babya Software Group

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Not quite the answer to your question, but:
    Sun has sued Microsoft for claiming that Visual J++ is a Java environment while at the same time adding incompatible language extensions. They won and MS had to discontinue the product.

    VJ++ is no longer supported in any way and is disappearing rapidly.
    Sun offers free downloads for the REAL Java SDK. At www.netbeans.org you can download a free IDE for Java.

    Or, if you really want to stick with MS (why though?), you need to buy Visual Studio.Net 2003, where there is included Visual J#, an IDE for a Java-like language that compiles to .Net IL.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635
    I understand-but can anyone answer my question-i.e. a general way to close/open a java form,in code that would work with MS j# or j++ ?
    A.A. Fussy
    Babya Software Group

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    The show() method should show the form, the hide() method should hide it.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width