Since the code that actually loads the applets is written in JavaScript on an .html page, I thought this was a JS question. The applets themselves (written in Java) run fine.
Anyway, I was able to fix this problem by writing a setInterval loop (in my .html file) and waiting until both applets...
Hello,
I'm fairly new to JavaScript and Applet programming and I need some advice. I have an application that loads (2) applets on the same page simultaneously. The problem I have is that one applet loads faster than the other and when the faster one is done, it requests information from the...
Hello,
I have a textbox and a listbox on a form. The listbox contains a few hundred names in alphabetical order. I would like to link the textbox with the listbox, so that when a user starts typing in the textbox, the closest match will be selected in the listbox. I've got an...
Just an update on this problem... I upgraded from Win 98 to Win 2000, took the sound card out to test the onboard sound, and it worked flawlessly. It was having an issue with Win 98.
Thanks for your suggestions, I tried everything but I was still having problems. I'm wondering if perhaps the onboard audio is crapped out. I really didn't want to have to do it, but I installed a really old PCI Sound Blaster sound card from my old system. It works fine now.
Hello,
I have built a new system with a Gigabyte K7 motherboard. The board has integrated audio (Avance AC'97 Audio) and it is enabled in the bios. The updated driver has been installed and there are no bangs in the device manager.
The weird thing is... the system seems to play sounds fine...
Hey everyone,
I built a new system over the weekend that I would like to run Windows 2000 on. My problem is, I have the following OS installation disks:
Windows 95 (Full Version)
Windows 98 (Upgrade CD, not SE)
Windows 2000 (Upgrade CD)
What I'm planning on doing is loading up Win 95...
I'm not sure what you are trying, but this works for me. Remember to include a CommonDialog object on your form.
Private Sub cmdPrint_Click()
Dim BeginPage, EndPage, NumCopies, i, x
' Set Cancel to True
CommonDialog1.CancelError = True
CommonDialog1.Orientation = cdlLandscape
On...
Sorry if this is a stupid question, I have been searching this forum and the web, but I can't find the answer anywhere. I have several VB applications that create .sts, .st0, and .dmp files in the same directory that the .exe is located. The .exe appears to be writing to these files while the...
You could create a mouse_click event with a timer set to 30 seconds. Have a counter that counts the number of mouse_clicks and after each click, reset the timer. If the timer fires, store off the counter and set it to zero and restart the process. When the timer fires the second time, do your...
I did something similar to this. The way I did it is, I created a word doc with bookmarks in all of the locations where I wanted to insert text into. A bookmark is a Word thing, they can be created easily. I saved off this doc in a shared folder where I used it as a template for my VB program...
James - Yes, I can actually connect to the Oracle database just fine from other programs on the problem machines. The difference with this program is that it has a data report.
tp0724 - As a work-around, I did set up the DSNs on the problem machines and coded the program to use the DSN to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.