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

Computers & Internet - 2 October 2007

[Selected]: All categories Computers & Internet

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

When I open a picture .It says it needs to close the program and then closes

2007-10-02 08:15:38 · 1 answers · asked by MICKEY A 1 in Software

ok my grandma gave me a windows 98 gateway computer and i was in stalling games then i tried to install a rocket power game and that didnt work so i tried to install a spongebob game and it got frozen so i restarted it and wen the main screen popped up there was no taskbar no icons no start button....there was nothing but the cursor.
so i did CTRL + ALT + DELETE and there was no programs running so i restarted it like 5 times and there was still nothing but the cursor so i turned off the computer till the next morning(today) and its still just the background and the cursor..........
can u tell me wat to do instead of installing windows 98 or anything again?
id appreciate it!

2007-10-02 08:08:57 · 15 answers · asked by .:$ara:. 3 in Other - Computers

So I have this program that deals with one dimensional arrays. I want to expand it to two with array[row][col] how can I do this?

#include
using namespace std;

int* getArray(int row);
void printArray(int* array, int row);

int main()
{
int row;
cout <<"Enter row length: ";
cin>>row;
int* array = getArray(row);
cout << "array in main" << endl;
printArray(array, row);
/*int* array2 = getArray();
cout << "array2 in main" << endl;
printArray(array2);
cout << "array in main" << endl;
printArray(array);
delete[] array2;*/
delete[] array;
return 0;
}

int* getArray(int row){
int *array = new int[row];
for ( int i = 0; i < row; i++ ){
cout << "Enter an integer: ";
cin >> array[i];
}
cout << "array in getArray()" << endl;
printArray(array, row);
return array;
}

void printArray(int* array, int row)
{
for ( int i = 0; i < row; i++ ){
cout << *(array+i) << " ";
}
cout << endl;
cout << endl;
}

2007-10-02 07:57:19 · 4 answers · asked by thenamelessrock 1 in Programming & Design

I had computer problems, wound up with several email and chat blocker spywares, family keylogger and lastly spyware.spyarsenal.log, I can't get that spyware arsenal off my machine, it was to the point I was hacked because an admin pw area came up. I fiddled around and got all off and rid of the admin pw problem but the arsenal remains. It was not detected on nortons, spyware blaster, avg, but it was on kaperski and arovax. what will remove it for good and is the most secure spyware protection and antivirus/firewall available I'd prefer not to have to try to order something online so where could I go to buy the program(s)?

2007-10-02 07:36:16 · 10 answers · asked by jfraryj 3 in Security

Why can my CRT monitor play 2D video at ANY frame rates (24, 25, 30 fps, etc.) and at ANY refresh rates (60, 72, 85 hz, etc.) WITHOUT tearing, but my LCD HDTV/monitor (at 60 hz) CANNOT play ANY frame rates WITHOUT tearing?

I'm pretty sure it has to do with the response time, but I'm asking just in case.

Also, why does my CRT monitor tear only at HIGHER frame rates than refresh rates (e.g. 3D graphics (gaming) but not LOWER frame rates than refresh rates (e.g. 2D video (like I discussed earlier)?

2007-10-02 07:30:53 · 3 answers · asked by J.T. 1 in Monitors

It looks like a real good site with good prices. Just wondered what you think?

2007-10-02 07:25:29 · 2 answers · asked by Nemo the geek 7 in Desktops

hi i have a wedding buisness and am looking for a free wedding front page templte for download can iu please have all the places you know for this thatnks the one i use = +10 points

regards lloyd

2007-10-02 07:19:14 · 1 answers · asked by james l 1 in Software

the shift key cracked off. it wont click back in. a metal piece that holds the key down cracked. where can i go to have this fixed? is there a big store that does this in los angeles? o and i bought the laptop at staples, will they fix it? thanks

2007-10-02 07:17:25 · 2 answers · asked by kmm333 4 in Laptops & Notebooks

2007-10-02 07:14:39 · 1 answers · asked by laketha p 1 in Programming & Design

2. start
read customerRecord
perform discount ()
perform calculation ()
stop
perform discount ()
if quantityOrdered > 100 then
discount = .20
else
if quantityOrdered > 12 then
discount = .10
endif
endif
perform calculation ()
total = priceEach * quantityOrdered
total = total – discount * total
print total
return

2007-10-02 07:13:46 · 1 answers · asked by caleb 1 in Programming & Design

My supervisor at work has a folder in her email with a million documents in it and she wants to send them all to her coworker... can this be done all at once or does she need send each document individually?

2007-10-02 07:10:35 · 2 answers · asked by RadTech - BAS RT(R)(ARRT) 7 in Software

There are two things I am having problem with.
(1) I want to centralize the content of my website. I developed my site on a 15' screen. Then when I checked my site on a 14' screen it was not getting adjusted. I want to squeeze the content but instead of tucking everything to one side I want the content to appear centralized on every kind of screen.

(2) When I developed the site, FrontPage left atleast 5mm space on top and right left. I want to occupy this space but FrontPage is not permitting me to. I do not know how to mend this problem.

Please help me.

Thanks a lot for your Kind concern..

2007-10-02 07:06:41 · 1 answers · asked by Anonymous in Software

Well, I am going to buy some new parts to my pc (almost all the parts), and i need some advice.
These are the new parts I'm buying

CPU: Intel Core 2 Quad 6600 2.4GHz
Motherboard: Abit IP35 PRO ATX
Graphics Card: Asus GeForce 8600GT DDR3 512MB
Case: Cooler Master Centurion 534

It looks like I have some pretty much wiring work to do, and im asking, is there anything special i shall think of when i assemble my pc?

And my friend told me that i should get this g0 revision of the processor, because it overclocks better, and run at a lower temperature. How do i see what revision i have on my processor when i have bought it?

And also i would appreciate some tips overall regarding assembling a pc.

Kind Regards, Jacob

2007-10-02 07:03:37 · 2 answers · asked by nebulat0r 1 in Desktops

I can't get ZSNES to work with Windows Vista! I usually use the DOS version and it's not working. When I use the Win version, it won't go full-screen! How do I fix this?

2007-10-02 07:02:53 · 1 answers · asked by Anonymous in Software

hey is there any where i can download ms front page 2003 or? a trail version say 30 days or less

2007-10-02 06:56:02 · 1 answers · asked by james l 1 in Software

Okay so I downloaded some movies with torrents, when they finish downloading i open up nero startsmart and try to make a dvd and everytime it pops up and says and can't do it and then another pop up comes up and says "Due to Patent license restrictions, MPEG-4 decoding is not avaiable." What do I doo? The files are AVI.

2007-10-02 06:39:55 · 5 answers · asked by alissamae2009 3 in Software

I dont want other people to have access to them, or get them using a search engine. I just want somewhere that they are safe if my comp gets a virus or I no longer have access to them.
Guess its just a back-up service that I need. Any good ideas?

2007-10-02 06:30:52 · 13 answers · asked by xxfliteratixx 2 in Security

I've got a G3 iBook. Tried booting it a few days ago, and it just hung on the startup screen. Got the CD drive open, and inserted several of the original CD's, trying to get it to start from one, to re-install the OSX, etc. No Luck.
Any thoughts? Suggestions?
Thanks

2007-10-02 06:23:28 · 2 answers · asked by Thom 5 in Laptops & Notebooks

I have adobe photo shop elements 5 and its on windows vista.

1) I know it says you can make greeting cards but I was wondering if I could make my own on Photoshop using only a template? I could like to make an invitation for something.

2) Flip book and Slide show? Can I use these tools to make a moving gif?? I know some people told me they use adobe image ready to make a video like gif. Its looks like just a video clip but smaller and maybe text around it or whatever. Is there a way for me to make a gif (that looks like just a video clip) using slide show or flip book?

3) Photo gallery what is it? They have animated is that like a gif icon? What’s the one for the web? Is it like a background layout for a site you make for ur pics? What is the interactive one for? What’s best to use for each one?

4) Also is there a way to just use a video file and cut it down and make it smaller and just put it in ur banner without using screen caps? (which someone people tell me that they do but they get this so great incon with the pics looking like the video) If not that mean you have to make like 40 layers to make a real video clip move what 10 seconds?

5) also is there a smoke brush to make white smoke? Also is there a brush for fire, sparkle stars and rain?

2007-10-02 06:18:26 · 2 answers · asked by colbyscott23 2 in Software

When I bought my company, we inherited a scanner; it is about 5 years old I believe, but in really good condition.

I'm just wondering if there is somewhere that I can get the drivers for it for free...it is an Astra 1220U

thanks!

2007-10-02 06:13:58 · 4 answers · asked by ami 3 in Scanners

my PC wont detect my external hard drive

i restarted my pc, then turned on my external hard drive but my pc wont detect it, so i cant access the drive at all, ive tried going to device manager but its not listed....

so how do i get access to it.

2007-10-02 06:08:53 · 4 answers · asked by ginobrandon69 2 in Add-ons

do you people have any idea how to activate windows xp on 2 Different system with one Software Cd
Thank you
ROHIT

2007-10-02 06:06:58 · 2 answers · asked by rohit 1 in Laptops & Notebooks

2007-10-02 06:06:26 · 18 answers · asked by Illusive Prime 1 in Software

I am fairly new to Mac computers so please help me out.
When I turned the computer on I saw that the bluetooth sign in the top right corner on my screen is blinking. Well, it's more like a battery looking something (like you would find on cell phones), that keeps flashing up behind the bluetooth sign, but that wouldn't make any sense since the computer is not battery powered. What does that mean?
Thanks for the help!

2007-10-02 06:04:02 · 3 answers · asked by sixxtwo42 4 in Desktops

Everything on the screen has moved 90 degrees to the left, as my dog jumped on the keyboard (it's a laptop). I have no idea what he did. it's a laptop and a windows xp if that helps anyone. I remember that if you press a key and then the left/right arrow it moves the screen but i can't remember. any help please?

2007-10-02 06:01:04 · 3 answers · asked by clio 2 in Other - Computers

Yes, it sounds weird, but I want to create an ActiveX object inside of a webpage that can host an IE session. The reason for this is we are creating a web application that will contain two other web apps inside iFrames. The problem with this is that if those web apps are loaded in the same IE session, one of them will not work. (It's a limitation of the web app, and we don't have control over it.)

We could always modify the app so that one of them runs in another browser window (this will work), but it isn't ideal. The purpose of the app we creating is that it is a single view portal that makes navigation easier.

The only possible solution we've come up with so far is to host one of the web apps inside an ActiveX object and hope that it uses a new browser session. That will keep the instances separate, and allow them both to work (in theory). So, basically, I'm trying to find the code to create an ActiveX browser session inside another browser.

2007-10-02 05:57:55 · 1 answers · asked by BicMan11 2 in Programming & Design

fedest.com, questions and answers