1

I am trying to create a desktop application where I have three forms for different tasks. Is there any way to create it as MDI in VB.net.

I am using Netbeans 6.9.1.

How to hide or show Internal frames on Click of Menuitems?

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
Code Hungry
  • 3,930
  • 22
  • 67
  • 95

1 Answers1

2

you have to look at Java Desktop and JInternalFrames

mKorbel
  • 109,525
  • 20
  • 134
  • 319
  • I Have Created A Desktop Application i am Adding Internal Jframes but it is Showing on Both the I want to Hide Internal Jframe. how to do that.. – Code Hungry Oct 19 '11 at 10:04
  • 2
    then nothing better as you post code there, based on the http://sscce.org/ rulles, but I think that examples from tutorial covered this area too, – mKorbel Oct 19 '11 at 10:07