|
-
Nov 19th, 2003, 04:09 AM
#1
Thread Starter
Fanatic Member
close a Visual j++ form
How do I close or open a MS Visual J++ form via code?
A.A. Fussy
Babya Software Group
-
Nov 19th, 2003, 06:32 AM
#2
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.
-
Nov 19th, 2003, 10:29 PM
#3
Thread Starter
Fanatic Member
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
-
Nov 20th, 2003, 05:13 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|