I'm trying to add some runtime parameters to the Java Plug-In so that I can debug an applet in my browser. I go to the Java ControlPanel, click the Java tab, and click "View..." and add the runtime parameters. After I click OK and close everything, it doesn't work. So I go back to the Java Control Panel, and the changes I just made are g...
I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a new VPN connection and switch to it every time they want to connect to my VPN.
After doing some research I found there are ways to do this programatically, for example:
http://hidemyass.com/vpn/
This service offers a program to connect to thei...
I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a new VPN connection and switch to it every time they want to connect to my VPN.
After doing some research I found there are ways to do this programatically, for example:
http://hidemyass.com/vpn/
This service offers a program to connect to thei...
Hi there
I was wondering about how to get the control panel components (start, stop, etc) from the Java media player with JMF.
I have:
Player mediaPlayer = Manager.createRealizedPLayer( mediaURL);
Component video = mediaPlayer.getVisualComponent();
Component controls = mediaPlayer.getControlPanelComponent();
Then ... mediaPlaye...
I need to be able to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb! command line option into the UninstallString registry value doesn't work. I tried. No IDE-specific answers, please, unless they pertain to Wise Windows...