No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
24 Posted Topics
Try uninstalling VB5 and then re-installing it as Administrator. This may solve your problem, it has done for similar issues I have had.
have your tried pressing F8 when the computer starts up, you should get a text menu which will let you log into Windows in safe mode, and from there you can recover your files. Also if you can get into safe mode and the laptop runs fine for an hour …
Hi guys, I've hit a problem I'm hoping someone can help me with. I'm trying to create a little irc bot application, just to learn how to use sockets in Java. Everything works fine so far up to the point where I try to pass the data coming from the …
Not sure this will be of any help (its been a long time since I worked with ODBC) but if you can't find a Win 7 specific version you should get away with using the vista compatible version.
Have you tried your drive on any other computer, and if so does it work okay or do you still get the same error? Try your drive in a different USB socket and if you still get the error, check the driver for it has been installed correctly. The only …
If your running any kind of anti-virus software try disabling it. Norton in particular can cause havoc with internet connections.
If your using a multi-core processor you can try setting the affinity for Internet Explorer so it only uses one core instead of all of them. To set the affinity for any application start up task manager, right click on the app and select Go To Process. Right click on …
Do you get a sequence of beeps when you try to power on the machine?
I had a toshiba satellite laptop which did the same thing until I removed the battery and powered it straight from the mains, so you may want to try that first. Can you get into the laptops bios settings?
I'm not sure if I understand your question correctly so I apologize if my answer is not what you are looking for, but here goes... eth is short for Ethernet. You call it a network card but they are also known as Ethernet cards because they allow you to create …
Yes if you have a wireless router at home or take your laptop to a WiFi enabled location such as a coffee shop or the likes.
Have you tried installing the latest drivers for it? Also out of curiosity, does the green effect stay on the monitor constantly or does it go away if you use a certain application or play a game?
If I've read your post correctly I think your talking about changing the file name from something other than what Word suggest. I mean if you have a document with the single sentence "Hi there" in it, Word will use that as the filename, but you should be able to …
Have you tried right clicking on an excel document, then select properties and under the general tab you should see Opens With.. and a button next to that which says Change. Click that button, browse to the excel 03 exe file and selct it as the program to open such …
You could also use something like VirtualBox which will allow you to run Win 98 while you're using Win XP.
Hi all, I have a problem where i want two images loaded as backgrounds for seperate divs on my master page. I have created a seperate stylesheet and used the appropriate background-image: url() style tag. All the other css styles i set such as border size, color and so on …
I'm trying to instaniate (not sure if thats correct spelling lol) one of my classes but even though i've spelt the name correctly i keep getting a NameError: main: [code] import os import os.path import shutil print "#######################################################################" print "# FOLDER SORTER - VERSION 0.1 Beta #" print "# This …
Hi guys, i'm in the process of learning Java and so far i'm really enjoying it. However i've hit a small problem. I have two seperate classes, one class creates the swing user interface and the other handles the connection to an irc server. Here is the User interface class: …
Hi guys, I've been searching around trying to find a solution to this problem. Basically I wrote a simple php script to create an xml file of the information thats passed to it. Testing it locally works without a problem, but when I upload it to my web space I …
Do you mean when you double click on a file to open it, windows search is starting instead?
Most modern computers will usually shut down completely when the cpu overheats. although this may not always be the case. What you can try is take the side off your computer case and point a desk fan inside. Then run your computer and if it doesn't freeze up then over …
Hi all, hopefully someone may be able to help me out here. Is there anyway I can take a sequence of numbers and add them together? For example say i have this sequence [1,0,2], what i want to do is basically add each number so in this case the final …
I'm trying to write a class containing some code i want to reuse in other projects, but I just cant seem to get it right. I'm hoping someone out there can offer a helping hand. Here is the original code: [code] def Numero(name): 'A function which converts a string to …
Hi there i'm hoping someone can help me with this little problem. I'm pretty sure its a scope issue but since I'm new to python I cant say for sure. Basically i'm trying to get the counter2 variables final result. Below is the function as it stands right now, I've …
The End.
CelestialDog