English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Computers & Internet - 24 October 2006

[Selected]: All categories Computers & Internet

Computer Networking · Hardware · Internet · Other - Computers · Programming & Design · Security · Software

There was a copy/paste bug. Is it now possible to copy and paste?

2006-10-24 01:47:49 · 4 answers · asked by Syntax Wizard 2 in Internet

I'm trying to burn .pdf documents to a disc and I"m haveing a problem. I thought I doulc just drag and drop the documents to my E Drive (the burning drive) and then click start and it would burn the documents to the disc but, it's not working. Do I need to download a program to use to burn them?

I tried Nero but, it wouldn't let me it. Kept saying I was over the amount of space on the disc then when I'd get with in my limit and would try and burn It would tell me there was an attachement associated with the file (which there is not) and wouldn't let me complete the process.

Please Help!

2006-10-24 01:47:31 · 1 answers · asked by Jenn E 2 in Other - Computers

When typing an address into the url bar of my browser, most sites will load up fine, even if you dont put the 'www' before their name. Other sites, wont load unless you add this though - why is this? Is this something under the control of the site developers?

2006-10-24 01:41:49 · 4 answers · asked by Anonymous in Internet

I tried to get this address and didn,t

2006-10-24 01:41:40 · 6 answers · asked by pjud 1 in Security

I want to know if I can get the variable match returned in mySQL when usinig REGEXP. If I have the text "this is test number 23 and nothing else" in a field and run

where field REGEXP 'number ([0-9]+) and'

I only get 1 or 0, but what I really want is "23", and to be able to use it in let's say "give me all fields > 15".

2006-10-24 01:39:59 · 1 answers · asked by forgiatura 1 in Programming & Design

are there other sources for updates aside from original cd's or Microsoft?

2006-10-24 01:37:15 · 6 answers · asked by kohlen s 2 in Software

i was installing ms office 2003 and after nearly complete installation it is showing error 1935, it is saying there is an error in unregistering the office
kindly some one show me a way
I need to install ms office very badly

2006-10-24 01:37:10 · 6 answers · asked by SWEETIE 1 in Software

2006-10-24 01:35:57 · 4 answers · asked by sfazo 1 in Other - Computers

i follow all the instructions with nero trying to copy a dvd, all i have is a error screen, thats say the dvd have one, so i tried different dvd(5) and i have the same thing....any advice?

2006-10-24 01:33:02 · 2 answers · asked by dznuts 1 in Software

can any one suggest me a site for good projects?

2006-10-24 01:27:50 · 3 answers · asked by sids4501 2 in Programming & Design

Any software available? Give me the web address too......

2006-10-24 01:27:45 · 4 answers · asked by ATHeisT 1 in Software

I'm not terribly computer literate and I don't want to delete the wrong thing by mistake! Thanks very much for your help.

2006-10-24 01:26:16 · 15 answers · asked by monklane79 3 in Internet

how do i prevent my pc from freezing up and every few minutes i am force to reboot?

2006-10-24 01:23:52 · 13 answers · asked by umbacbabe@yahoo.com 1 in Internet

I have my internet connection through a LAN in which a certain DNS number is chosen,I ran into a web site announcing a free DNS number that can speed up my internet connection . Can I do that? or do I have to keep the old number?

2006-10-24 01:18:21 · 7 answers · asked by sarwat 3 in Computer Networking

So I sent a message using myspace. A couple of hours later, I checked my sent mail to check on the message's status and found that the message was not only read but replied to . . . However, there is no response in my inbox. If the message was replied to, where's the reply?

2006-10-24 01:14:56 · 3 answers · asked by calliopiea 1 in Internet

this is the code:
#include
#include
int count=0;
class obj{
public :
obj();
~obj();
};
obj() {
++count;
cout< }
~obj(){
--count;cout< }
int main(){
obj A;

cout<<"begin block "< obj B;
cout<<"end block"<
return 0;
}
where is the error? can someone point it out for me?
your help will be greatly appreciated.
best regards.

2006-10-24 01:09:50 · 9 answers · asked by samurai 1 in Software

I recently downloaded a programme from the web and then my computer was infected. I managed to run my AVG which put two trojans in the vault. My anti-spyware is also not working very well.

I then noticed in my program files folder a program called PornPass Manager. I tried deleting it and it keeps saying access denied or some other program or user is using this program. How do i get rid of it?

I hope someone can help. I dont know much about computers.

2006-10-24 01:08:21 · 22 answers · asked by Coyote 3 in Security

Can I scan an application form into my computer and then type my details on the form and either print it or email it completed with my details?
Do I need a special programme?

2006-10-24 01:08:05 · 7 answers · asked by Philip S 1 in Programming & Design

2006-10-24 01:03:58 · 4 answers · asked by jhol3368 3 in Software

I want to design a questionaire for my customers but don't know where to start. I run a Plastering comapny and I want to start sending out questionaires to all my completed jobs. I can only think of a few questions and WHAT I REALLY WANT TO KNOW IS, HOW DO I DESIGN ONE?

2006-10-24 01:03:27 · 7 answers · asked by Animal mother 2 in Programming & Design

Error:
Caught exception while gathering data about network adapters. [ERROR=2]
***

Error:
Installation Failed: D:\I386\asms. Error Message : The parameter is incorrect.


***

Fatal Error:
One of the components that Windows needs to continue setup could not be installed.

The parameter is incorrect.


***

Error:
Installation Failed: D:\I386\asms. Error Message : The parameter is incorrect.


***

Fatal Error:
One of the components that Windows needs to continue setup could not be installed.

The parameter is incorrect.


***
I think its the controls.man file...missing or corrupt?

2006-10-24 01:01:27 · 11 answers · asked by Anonymous in Programming & Design

My "boyfirend" has been locking himself in the computer room and everytime I unlock it and go in he starts closing out windows so I can't see them and then turns the computer off.

How can I see what he has been doing?

2006-10-24 00:59:09 · 7 answers · asked by Anonymous in Internet

2006-10-24 00:56:44 · 2 answers · asked by bobby 1 in Computer Networking

this is the code:
#include
#include
int count=0;
class obj{
public :
obj();
~obj();
};
obj() {
++count;
cout< }
~obj(){
--count;cout< }
int main(){
obj A;

cout<<"begin block "< obj B;
cout<<"end block"<
return 0;
}
where is the error? can someone point it out for me?
your help will be greatly appreciated.
best regards.

2006-10-24 00:54:32 · 1 answers · asked by samurai 1 in Programming & Design

on which site in the internet can i listen to full length songs without downloading them i.e in real time.

2006-10-24 00:54:00 · 4 answers · asked by anirban g 1 in Internet

fedest.com, questions and answers