February 10th, 2013 11:07 AM
I want to create new font and layout for unicode font.
I want to include it in language list in windows it shows in taskbar as EN for English. Already many website offer such software for...
October 4th, 2012 08:13 AM
In my computer I have problem in onbord LAN card so i disabled it from CMOS.
But now Internet Explorer is not working.
I want to open my own created .html file just for offline browsing but...
August 9th, 2012 11:50 AM
When I first load ASP.net page it shows space as box and when I close browser and again start that page it shows perfectly so any one can say what is the problem and how can I solve it.
Page at...
September 25th, 2007 03:58 AM
When i try to use WepPart controls on my aspx page i will get this error otherwise it works fine. Please help me how to fix this error?
This is error page:
Server Error in '/MyPortal'...
September 4th, 2007 10:50 PM
Thank you Shuja, so you mean ASP.net dosen't save any link for new web site, and when you delete folder website gone. Maybe it is true for website which is created in FileSystem location, but when we...
September 3rd, 2007 08:01 AM
Dear Friends i like to remove web site project from my computer which i created in ASP.net with Microsoft Visual Studio 2005. How i can do that.
When i create a new web site in Visual Studio it...
March 17th, 2007 02:47 PM
I am using VisualBasic.net to create ASP web applicaiton form. please tell me how i can put my cursor in the TextBox1 when first my web page loads in browser.
Kindly tell me if you have any link...
September 7th, 2001 02:17 AM
Dear
Thank you very much for your suggestion. I had done that before. Actually I replace Applet word with this so it work well. Any way thank you very much for your replay. My code is as under:
...
August 15th, 2001 10:10 AM
At last I done it. Hear how I done it
/**
* Java code for playing sound on an Applet.
* @author Ajay Parmar
* e-mail: pndatasystem@yahoo.com
*/
import java.applet.*;
August 14th, 2001 02:58 AM
Dear Norm
Thank you for reply. As you ask I use this things.
JDK 1.2.2
Internet Explorer Version: 6.0.2462.0000
OS Name: Microsoft Windows Whistler Beta Professional
When I try to Compile...
August 13th, 2001 11:24 AM
Thank you for your anwser i know that for playing sound i can use AudioClip class but i don't know how. i write this prog. but it didn't work.
import java.applet.*;
import java.awt.*;
import...
August 13th, 2001 02:48 AM
I have one Button on my Applet and I want that when I click on Button audio file MySound.wav will play. I am using AWT for creating applet.
August 11th, 2001 05:54 AM
I have one Button on my Applet and I want that when I click on Button audio file MySound.wav will play. I am using AWT for creating applet.